Re: [Qemu-devel] QMP event on reboot when -no-reboot is set

2016-11-17 Thread John Snow
On 11/17/2016 03:17 AM, Dirk Braunschweiger wrote: On 2016-11-16 17:29, John Snow wrote: On 11/16/2016 09:01 AM, Dirk Braunschweiger wrote: Hey Guys, I want to get a qmp event when the qemu does a shutdown due to the -no-reboot flag. Looking at the code I realized that the -no-reboot flag ju

Re: [Qemu-devel] QMP event on reboot when -no-reboot is set

2016-11-17 Thread Dirk Braunschweiger
On 2016-11-16 17:29, John Snow wrote: On 11/16/2016 09:01 AM, Dirk Braunschweiger wrote: Hey Guys, I want to get a qmp event when the qemu does a shutdown due to the -no-reboot flag. Looking at the code I realized that the -no-reboot flag just changes any reset request to a shutdown request.

Re: [Qemu-devel] QMP event on reboot when -no-reboot is set

2016-11-16 Thread John Snow
On 11/16/2016 09:01 AM, Dirk Braunschweiger wrote: Hey Guys, I want to get a qmp event when the qemu does a shutdown due to the -no-reboot flag. Looking at the code I realized that the -no-reboot flag just changes any reset request to a shutdown request. Does anybody already patched qemu to em

[Qemu-devel] QMP event on reboot when -no-reboot is set

2016-11-16 Thread Dirk Braunschweiger
Hey Guys, I want to get a qmp event when the qemu does a shutdown due to the -no-reboot flag. Looking at the code I realized that the -no-reboot flag just changes any reset request to a shutdown request. Does anybody already patched qemu to emit some kind of reboot event to the qmp socket? I