Re: [libvirt] [PATCH] qemu: Improve domainSetTime error info report

2014-10-03 Thread Michal Privoznik
On 30.09.2014 15:36, Shanzhi Yu wrote: check domain's status before call virQEMUCapsGet to report a accurate error when domain is shut off Resolve: https://bugzilla.redhat.com/show_bug.cgi?id=1147847 Signed-off-by: Shanzhi Yu --- src/qemu/qemu_driver.c | 14 +++--- 1 file changed, 7

[libvirt] [PATCH] qemu: Improve domainSetTime error info report

2014-09-30 Thread Shanzhi Yu
check domain's status before call virQEMUCapsGet to report a accurate error when domain is shut off Resolve: https://bugzilla.redhat.com/show_bug.cgi?id=1147847 Signed-off-by: Shanzhi Yu --- src/qemu/qemu_driver.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a