Igor Mammedov writes:
> global variable qemu_system_powerdown in sysemu.h is the only dep for qemu_irq
> and qemu_rise_irq is not a generic way to signal guest that it should
> shutdown.
>
> replace it by notifiers and allow each implementation to have it's own way
> to notify guest.
>
> git rep
On Wed, 5 Sep 2012 23:06:20 +0200
Igor Mammedov wrote:
ping
> global variable qemu_system_powerdown in sysemu.h is the only dep for
> qemu_irq and qemu_rise_irq is not a generic way to signal guest that it
> should shutdown.
>
> replace it by notifiers and allow each implementation to have it'
Il 05/09/2012 23:06, Igor Mammedov ha scritto:
> global variable qemu_system_powerdown in sysemu.h is the only dep for qemu_irq
> and qemu_rise_irq is not a generic way to signal guest that it should
> shutdown.
>
> replace it by notifiers and allow each implementation to have it's own way
> to n
global variable qemu_system_powerdown in sysemu.h is the only dep for qemu_irq
and qemu_rise_irq is not a generic way to signal guest that it should shutdown.
replace it by notifiers and allow each implementation to have it's own way
to notify guest.
git repo for testing:
https://github.com/i