Re: [Qemu-devel] [PATCH 1/3] Support guest reboots when in Xen HVM mode

2011-11-07 Thread John Baboval
On 11/07/2011 11:43 AM, Stefano Stabellini wrote: On Fri, 28 Oct 2011, John Baboval wrote: Call xc_domain_shutdown with the reboot flag when the guest requests a reboot. Thanks for the patch! Sorry for the delay in replaying but away for XenSummit Asia. Signed-off-by: John V. Baboval Signed

Re: [Qemu-devel] [PATCH 1/3] Support guest reboots when in Xen HVM mode

2011-11-07 Thread Stefano Stabellini
On Fri, 28 Oct 2011, John Baboval wrote: > Call xc_domain_shutdown with the reboot flag when the guest requests a > reboot. Thanks for the patch! Sorry for the delay in replaying but away for XenSummit Asia. > Signed-off-by: John V. Baboval > Signed-off-by: Tom Goetz > --- > xen-all.c | 22

[Qemu-devel] [PATCH 1/3] Support guest reboots when in Xen HVM mode

2011-10-28 Thread John Baboval
Call xc_domain_shutdown with the reboot flag when the guest requests a reboot. Signed-off-by: John V. Baboval Signed-off-by: Tom Goetz --- xen-all.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/xen-all.c b/xen-all.c index b5e28ab..cd71b24 1006