Re: [PATCH v7 17/21] multi-process: Retrieve PCI info from remote process

2020-07-02 Thread Stefan Hajnoczi
On Sat, Jun 27, 2020 at 10:09:39AM -0700, elena.ufimts...@oracle.com wrote: > @@ -267,3 +275,84 @@ const MemoryRegionOps proxy_mr_ops = { > .max_access_size = 1, > }, > }; > + > +static void probe_pci_info(PCIDevice *dev) > +{ > +PCIDeviceClass *pc = PCI_DEVICE_GET_CLASS(dev); >

[PATCH v7 17/21] multi-process: Retrieve PCI info from remote process

2020-06-27 Thread elena . ufimtseva
From: Jagannathan Raman Retrieve PCI configuration info about the remote device and configure the Proxy PCI object based on the returned information Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/i386/remote-msg.c | 23 +++