Re: [libvirt] [PATCH 3/4] Wire up QEMU agent to reboot/shutdown APIs

2012-01-19 Thread Eric Blake
On 01/17/2012 04:44 AM, Michal Privoznik wrote: This makes use of the QEMU guest agent to implement the virDomainShutdownFlags and virDomainReboot APIs. With no flags specified, it will prefer to use the agent, but fallback to ACPI. Explicit choice can be made by using a suitable flag *

[libvirt] [PATCH 3/4] Wire up QEMU agent to reboot/shutdown APIs

2012-01-17 Thread Michal Privoznik
This makes use of the QEMU guest agent to implement the virDomainShutdownFlags and virDomainReboot APIs. With no flags specified, it will prefer to use the agent, but fallback to ACPI. Explicit choice can be made by using a suitable flag * src/qemu/qemu_driver.c: Wire up use of agent ---

[libvirt] [PATCH 3/4] Wire up QEMU agent to reboot/shutdown APIs

2011-10-05 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com This makes use of the QEMU guest agent to implement the virDomainShutdownFlags and virDomainReboot APIs. With no flags specified, it will prefer to use the agent, but fallback to ACPI. Explicit choice can be made by using a suitable flag *

Re: [libvirt] [PATCH 3/4] Wire up QEMU agent to reboot/shutdown APIs

2011-10-05 Thread Eric Blake
On 10/05/2011 11:31 AM, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com This makes use of the QEMU guest agent to implement the virDomainShutdownFlags and virDomainReboot APIs. With no flags specified, it will prefer to use the agent, but fallback to ACPI. Explicit choice