Re: [PATCH RESEND v6 24/36] multi-process: Retrieve PCI info from remote process

2020-05-12 Thread Stefan Hajnoczi
On Wed, Apr 22, 2020 at 09:13:59PM -0700, elena.ufimts...@oracle.com wrote: > @@ -291,3 +299,79 @@ const MemoryRegionOps proxy_default_ops = { > .max_access_size = 1, > }, > }; > + > +static void probe_pci_info(PCIDevice *dev) > +{ > +PCIDeviceClass *pc = PCI_DEVICE_GET_CLASS(dev

[PATCH RESEND v6 24/36] multi-process: Retrieve PCI info from remote process

2020-04-22 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/proxy/qemu-proxy.c| 84 +++