]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Correctly wait for spice to migrate
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Oct 2012 07:38:41 +0000 (09:38 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Oct 2012 08:31:56 +0000 (10:31 +0200)
commit998dc17da33176d97b0d30112c335ecb4f645b5d
treec0ef5c0f746d0f3f80b049e8bb2743ee21a4abe1
parent19166795066a375b7a6f98f15dfc2271e0e549f1
qemu: Correctly wait for spice to migrate

Currently we query-spice after the main migration has completed
before moving to next state. Qemu reports this as boolean (not
enclosed within quotes). Therefore it is not correct to use
virJSONValueObjectGetString but virJSONValueObjectGetBoolean instead.
src/qemu/qemu_monitor_json.c