Re: [libvirt] [PATCH 5/7] qemu: assume -no-reboot is always available

2015-11-05 Thread John Ferlan
On 11/05/2015 12:33 PM, Daniel P. Berrange wrote: > The -no-reboot arg was added in QEMU 0.9.0, so the QEMU driver > can now assume it is always present. > > Signed-off-by: Daniel P. Berrange > --- > src/qemu/qemu_capabilities.c | 3 --- > src/qemu/qemu_capabilities.h

[libvirt] [PATCH 5/7] qemu: assume -no-reboot is always available

2015-11-05 Thread Daniel P. Berrange
The -no-reboot arg was added in QEMU 0.9.0, so the QEMU driver can now assume it is always present. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_capabilities.c | 3 --- src/qemu/qemu_capabilities.h | 2 +- src/qemu/qemu_command.c