On Mon, Dec 14, 2015 at 06:14:37PM +0100, Paolo Bonzini wrote: > > > On 13/12/2015 09:08, Shmulik Ladkani wrote: > > + pvs_k->parent_dc_realize = dc->realize; > > Marcel, Michael, > > this creates a really nasty dependency on the contents of pci_qdev_realize. > > Can you instead change PCIDeviceClass's pc->is_express to a function > pointer, and provide a sample implementation pci_is_express_true for the > devices that set is_express to true? > > Thanks, > > Paolo
I'm not very familiar with vmw code, and I dislike overusing callbacks. What exactly would this callback do? -- MST