Re: [Qemu-devel] [PATCH 0/5 v3] convert system_powerdown command to notifiers

2012-09-26 Thread Anthony Liguori
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

Re: [Qemu-devel] [PATCH 0/5 v3] convert system_powerdown command to notifiers

2012-09-18 Thread Igor Mammedov
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'

Re: [Qemu-devel] [PATCH 0/5 v3] convert system_powerdown command to notifiers

2012-09-05 Thread Paolo Bonzini
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

[Qemu-devel] [PATCH 0/5 v3] convert system_powerdown command to notifiers

2012-09-05 Thread Igor Mammedov
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