Re: [libvirt] [PATCH] qemu: Only restore security label when saving is successfull.

2011-03-28 Thread Osier Yang
于 2011年03月29日 03:07, Eric Blake 写道: On 03/27/2011 10:16 PM, Osier Yang wrote: 于 2011年03月25日 23:54, Eric Blake 写道: On 03/25/2011 02:54 AM, Osier Yang wrote: "qemudDomainSaveFlag" trys to restore security label even if the saving fails, a useless warning will be thowed then, e.g. if "doStopVcpus

Re: [libvirt] [PATCH] qemu: Only restore security label when saving is successfull.

2011-03-28 Thread Eric Blake
On 03/27/2011 10:16 PM, Osier Yang wrote: > 于 2011年03月25日 23:54, Eric Blake 写道: >> On 03/25/2011 02:54 AM, Osier Yang wrote: >>> "qemudDomainSaveFlag" trys to restore security label even if >>> the saving fails, a useless warning will be thowed then, e.g. >>> if "doStopVcpus" fails. >>> >>> * src/q

Re: [libvirt] [PATCH] qemu: Only restore security label when saving is successfull.

2011-03-27 Thread Osier Yang
于 2011年03月25日 23:54, Eric Blake 写道: On 03/25/2011 02:54 AM, Osier Yang wrote: "qemudDomainSaveFlag" trys to restore security label even if the saving fails, a useless warning will be thowed then, e.g. if "doStopVcpus" fails. * src/qemu/qemu_driver.c --- src/qemu/qemu_driver.c |5 - 1

Re: [libvirt] [PATCH] qemu: Only restore security label when saving is successfull.

2011-03-25 Thread Eric Blake
On 03/25/2011 02:54 AM, Osier Yang wrote: > "qemudDomainSaveFlag" trys to restore security label even if > the saving fails, a useless warning will be thowed then, e.g. > if "doStopVcpus" fails. > > * src/qemu/qemu_driver.c > --- > src/qemu/qemu_driver.c |5 - > 1 files changed, 4 inserti

[libvirt] [PATCH] qemu: Only restore security label when saving is successfull.

2011-03-25 Thread Osier Yang
"qemudDomainSaveFlag" trys to restore security label even if the saving fails, a useless warning will be thowed then, e.g. if "doStopVcpus" fails. * src/qemu/qemu_driver.c --- src/qemu/qemu_driver.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_driver.