Re: [PATCH RESEND v6 17/36] multi-process: introduce proxy object

2020-05-12 Thread Jag Raman
> 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

Re: [PATCH RESEND v6 17/36] multi-process: introduce proxy object

2020-05-12 Thread Stefan Hajnoczi
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

[PATCH RESEND v6 17/36] multi-process: introduce proxy object

2020-04-22 Thread elena . ufimtseva
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