Re: [libvirt] [PATCH] qemu: taint domain if virDomainQemuAgentCommand API is used

2017-11-16 Thread Martin Kletzander
On Tue, Nov 14, 2017 at 05:30:26PM +0100, Pavel Hrdina wrote: This is similar to the virDomainQemuMonitorCommand API, it can change the domain state in a way that libvirt may not understand. Signed-off-by: Pavel Hrdina --- ACK signature.asc Description: Digital signature -- libvir-list maili

[libvirt] [PATCH] qemu: taint domain if virDomainQemuAgentCommand API is used

2017-11-14 Thread Pavel Hrdina
This is similar to the virDomainQemuMonitorCommand API, it can change the domain state in a way that libvirt may not understand. Signed-off-by: Pavel Hrdina --- src/conf/domain_conf.c | 3 ++- src/conf/domain_conf.h | 1 + src/qemu/qemu_driver.c | 2 ++ 3 files changed, 5 insertions(+), 1 deleti