Re: [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState

2014-03-12 Thread Andreas Färber
Am 11.12.2013 16:27, schrieb Bandan Das: > Bandan Das writes: > >> These patches add realize and unrealize interfaces to BusState just >> like we have for DeviceState. 1/3 and 2/3 implement the interface and >> attempt to integrate it to the existing DeviceState call path. >> 3/3 is an example

Re: [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState

2013-12-11 Thread Bandan Das
Bandan Das writes: > These patches add realize and unrealize interfaces to BusState just > like we have for DeviceState. 1/3 and 2/3 implement the interface and > attempt to integrate it to the existing DeviceState call path. > 3/3 is an example user of the interface, pci in this case. Please >

[Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState

2013-11-25 Thread Bandan Das
These patches add realize and unrealize interfaces to BusState just like we have for DeviceState. 1/3 and 2/3 implement the interface and attempt to integrate it to the existing DeviceState call path. 3/3 is an example user of the interface, pci in this case. Please see individual patches for mor