]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move reboot/shutdown flags combination check into QEMU driver
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 30 Nov 2012 13:51:39 +0000 (13:51 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 30 Nov 2012 19:18:27 +0000 (19:18 +0000)
commitdff4a753c474b4028e458006d47ca0142fd66000
tree735090de192ac2b194f61a91e3efef9d36d0b825
parentc4ef575c974f6f5bd814c5600ca4934a5f00bc81
Move reboot/shutdown flags combination check into QEMU driver

The fact that only the guest agent, or ACPI flag can be used
when requesting reboot/shutdown is merely a limitation of the
QEMU driver impl at this time. Thus it should not be in
libvirt.c code

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/libvirt.c
src/qemu/qemu_driver.c