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
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 +++