]> xenbits.xensource.com Git - xen.git/commit
remus: fix incorrect error handling for switch_qemu_logdirty in checkpoint code
authorShriram Rajagopalan <rshriram@cs.ubc.ca>
Mon, 25 Apr 2011 12:29:18 +0000 (13:29 +0100)
committerShriram Rajagopalan <rshriram@cs.ubc.ca>
Mon, 25 Apr 2011 12:29:18 +0000 (13:29 +0100)
commitbd88071d945585ba8d1d03ab2a23b0bd37e79c5f
tree3a08c26371004f294ba0945865c60831d242bbd7
parent51f6a053fde18f0e138f83847148bc2c66e4f2b8
remus: fix incorrect error handling for switch_qemu_logdirty in checkpoint code

c/s 22275: "tools: cleanup domain save switch_qemu_logdirty callback"
introduced a whole bunch of error code fixups. In the process, it also
ended up treating the success return code (0) from
switch_qemu_logdirty as an error and vice versa.

Signed-off-by: Shriram Rajagopalan <rshriram@cs.ubc.ca>
xen-unstable changeset:   23202:67911039ac94
xen-unstable date:        Tue Apr 12 13:28:51 2011 +0100
tools/python/xen/lowlevel/checkpoint/libcheckpoint.c