]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
allow logdirty commands while paused (unbreaks 60dbe1+8f09f4)
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 23 Sep 2009 14:07:47 +0000 (15:07 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 23 Sep 2009 14:07:47 +0000 (15:07 +0100)
commit743edef44f1d0da792aeb38a33bf468a4596f730
treed123b74ee24935d487fa6090c2fdc5d6b86337c2
parentf09a5ba89434bb3f28172640354258d1d6cd8579
allow logdirty commands while paused (unbreaks 60dbe1+8f09f4)

60dbe1+8f09f4 breaks HVM live migration: 60dbe1 causes xc_save to
attempt to disable logdirty mode while qemu is paused. 8f09f4 disables
most commands, including logdirty, while the domain is paused. So
xc_save times out waiting for qemu to respond to the logdirty disable
command, and live migration fails. Logdirty commands issued while
paused should not affect the stability of ioemu.

Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
xenstore.c