Re: [PATCH] kvm tools: powerpc: Implement "system-reboot" RTAS call

2013-08-13 Thread Pekka Enberg
On Tue, Aug 13, 2013 at 8:48 AM, Michael Ellerman wrote: > On some powerpc systems, reboot is implemented by an RTAS call by the > name of "system-reboot". Currently we don't implement it in kvmtool, > which means instead the guest prints an error and spins. > > This is particularly annoying

Re: [PATCH] kvm tools: powerpc: Implement system-reboot RTAS call

2013-08-13 Thread Pekka Enberg
On Tue, Aug 13, 2013 at 8:48 AM, Michael Ellerman mich...@ellerman.id.au wrote: On some powerpc systems, reboot is implemented by an RTAS call by the name of system-reboot. Currently we don't implement it in kvmtool, which means instead the guest prints an error and spins. This is

[PATCH] kvm tools: powerpc: Implement "system-reboot" RTAS call

2013-08-12 Thread Michael Ellerman
On some powerpc systems, reboot is implemented by an RTAS call by the name of "system-reboot". Currently we don't implement it in kvmtool, which means instead the guest prints an error and spins. This is particularly annoying because when the guest kernel panics it will try to reboot, and end up

[PATCH] kvm tools: powerpc: Implement system-reboot RTAS call

2013-08-12 Thread Michael Ellerman
On some powerpc systems, reboot is implemented by an RTAS call by the name of system-reboot. Currently we don't implement it in kvmtool, which means instead the guest prints an error and spins. This is particularly annoying because when the guest kernel panics it will try to reboot, and end up