Re: [Qemu-devel] [PATCH] pcie_host: Turn pcie_host_init() into an instance_init

2014-05-21 Thread Michael S. Tsirkin
On Thu, Apr 24, 2014 at 05:26:51PM +0200, Andreas Färber wrote: > This assures the trivial field initialization is applied for any derived > type - currently only Q35PCIHost. > > Signed-off-by: Andreas Färber > --- > Michael, I've had this preparation lying around for a while but didn't > get

Re: [Qemu-devel] [PATCH] pcie_host: Turn pcie_host_init() into an instance_init

2014-05-21 Thread Andreas Färber
Am 24.04.2014 17:26, schrieb Andreas Färber: > This assures the trivial field initialization is applied for any derived > type - currently only Q35PCIHost. > > Signed-off-by: Andreas Färber > --- > Michael, I've had this preparation lying around for a while but didn't > get further yet. Can yo