> On May 12, 2020, at 8:23 AM, Stefan Hajnoczi wrote:
>
> On Wed, Apr 22, 2020 at 09:13:52PM -0700, elena.ufimts...@oracle.com wrote:
>> From: Elena Ufimtseva
>>
>> Defines a PCI Device proxy object as a parent of TYPE_PCI_DEVICE.
>
> s/parent/child/
>
>>
>> PCI Proxy Object registers as
On Wed, Apr 22, 2020 at 09:13:52PM -0700, elena.ufimts...@oracle.com wrote:
> From: Elena Ufimtseva
>
> Defines a PCI Device proxy object as a parent of TYPE_PCI_DEVICE.
s/parent/child/
>
> PCI Proxy Object registers as a PCI device with QEMU and forwards all
> PCI accesses to the remote proce
From: Elena Ufimtseva
Defines a PCI Device proxy object as a parent of TYPE_PCI_DEVICE.
PCI Proxy Object registers as a PCI device with QEMU and forwards all
PCI accesses to the remote process using the communication channel.
Signed-off-by: Elena Ufimtseva
Signed-off-by: Jagannathan Raman
Sig