[libvirt] [PATCH 0/4] Add support for QEMU guest agent control

2012-01-17 Thread Michal Privoznik
These patches are taken from here: https://www.redhat.com/archives/libvir-list/2011-October/msg00135.html I've just rebased and polished them. The QEMU guest agent /usr/bin/qemu-ga has some handy functions for controlling the guest, not least, shutdown/reboot and filesystem

Re: [libvirt] [PATCH 0/4] Add support for QEMU guest agent control

2011-10-19 Thread MATSUDA, Daiki
(2011/10/06 2:31), Daniel P. Berrange wrote: The QEMU guest agent /usr/bin/qemu-ga has some handy functions for controlling the guest, not least, shutdown/reboot and filesystem freeze/thaw. In Fedora 15/16 the semantics of the ACPI power button have been changed to suspend-to-RAM which breaks

[libvirt] [PATCH 0/4] Add support for QEMU guest agent control

2011-10-05 Thread Daniel P. Berrange
The QEMU guest agent /usr/bin/qemu-ga has some handy functions for controlling the guest, not least, shutdown/reboot and filesystem freeze/thaw. In Fedora 15/16 the semantics of the ACPI power button have been changed to suspend-to-RAM which breaks our current shutdown implementation. By