Re: [Qemu-devel] Re: [PATCH] ide: Register vm change state handler once only

2010-12-16 Thread Stefan Hajnoczi
On Thu, Dec 16, 2010 at 12:29 PM, Kevin Wolf wrote: > Am 10.12.2010 15:47, schrieb Stefan Hajnoczi: >> We register the vm change state handler in a PCI BAR map() function. >> This function can be called multiple times throughout the lifetime of a >> PCI IDE device.  This results in duplicate vm ch

[Qemu-devel] Re: [PATCH] ide: Register vm change state handler once only

2010-12-16 Thread Kevin Wolf
Am 10.12.2010 15:47, schrieb Stefan Hajnoczi: > We register the vm change state handler in a PCI BAR map() function. > This function can be called multiple times throughout the lifetime of a > PCI IDE device. This results in duplicate vm change state handlers > being register, none of which are ev