Re: [Qemu-devel] [PATCH 12/15] piix_pci: introduce a write_config notifier

2010-08-13 Thread Stefano Stabellini
On Thu, 12 Aug 2010, Blue Swirl wrote: > On Thu, Aug 12, 2010 at 2:09 PM, wrote: > > From: Anthony PERARD > > > > Introduce a write config notifier in piix_pci, so that clients can be > > notified every time a pci config write happens. > > The patch also makes use of the notification mechanism i

Re: [Qemu-devel] [PATCH 12/15] piix_pci: introduce a write_config notifier

2010-08-12 Thread Blue Swirl
On Thu, Aug 12, 2010 at 2:09 PM, wrote: > From: Anthony PERARD > > Introduce a write config notifier in piix_pci, so that clients can be > notified every time a pci config write happens. > The patch also makes use of the notification mechanism in > xen_machine_fv. Will the mechanism be used els

[Qemu-devel] [PATCH 12/15] piix_pci: introduce a write_config notifier

2010-08-12 Thread stefano . stabellini
From: Anthony PERARD Introduce a write config notifier in piix_pci, so that clients can be notified every time a pci config write happens. The patch also makes use of the notification mechanism in xen_machine_fv. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- hw/pc.h