Re: [Qemu-devel] [RFC PATCH v1 7/8] multi-process QEMU: introduce proxy object

2018-10-18 Thread Elena Ufimtseva
On Fri, Oct 12, 2018 at 07:48:34PM -0400, Jagannathan Raman wrote: > From: Elena Ufimtseva > > Define PCI Device proxy object as a parent of TYPE_PCI_DEVICE. > PCI Proxy Object will register PCI BARs, MemoryRegionOps to handle > access to the BARs and forward those to the remote device. > PCI

[Qemu-devel] [RFC PATCH v1 7/8] multi-process QEMU: introduce proxy object

2018-10-12 Thread Jagannathan Raman
From: Elena Ufimtseva Define PCI Device proxy object as a parent of TYPE_PCI_DEVICE. PCI Proxy Object will register PCI BARs, MemoryRegionOps to handle access to the BARs and forward those to the remote device. PCI Proxy object intercepts config space reads and writes. In case of pci config