[libvirt] [PATCH 0/4] Fix issues with guest lifecycle event action settings

2013-04-24 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=916052 Domain lifecycle events "on_reboot" and "on_poweroff" translate into QEMU command options "no-reboot" and "no-shutdown" at startup time. The existing code only checked the "on_reboot" setting to determine whether to add the "no-reboot" option even

Re: [libvirt] [PATCH 0/4] Fix issues with guest lifecycle event action settings

2013-05-03 Thread John Ferlan
On 04/24/2013 07:40 AM, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=916052 > > Domain lifecycle events "on_reboot" and "on_poweroff" translate into QEMU > command options "no-reboot" and "no-shutdown" at startup time. The existing > code only checked the "on_reboot" setting to

Re: [libvirt] [PATCH 0/4] Fix issues with guest lifecycle event action settings

2013-05-15 Thread Michal Privoznik
On 24.04.2013 13:40, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=916052 > > Domain lifecycle events "on_reboot" and "on_poweroff" translate into QEMU > command options "no-reboot" and "no-shutdown" at startup time. The existing > code only checked the "on_reboot" setting to de

Re: [libvirt] [PATCH 0/4] Fix issues with guest lifecycle event action settings

2013-05-15 Thread John Ferlan
On 05/15/2013 06:02 AM, Michal Privoznik wrote: > On 24.04.2013 13:40, John Ferlan wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=916052 >> >> Domain lifecycle events "on_reboot" and "on_poweroff" translate into QEMU >> command options "no-reboot" and "no-shutdown" at startup time. The exist