Re: [PATCH v8 03/20] multi-process: setup PCI host bridge for remote device

2020-08-04 Thread Stefan Hajnoczi
On Fri, Jul 31, 2020 at 02:20:10PM -0400, Jagannathan Raman wrote: > + * This PCI host is purely a container for PCI devices. It's fake in the > + * sense that the guest never sees this PCI host and has no way of > + * accessing it. It's job is just to provide the environment that QEMU

[PATCH v8 03/20] multi-process: setup PCI host bridge for remote device

2020-07-31 Thread Jagannathan Raman
PCI host bridge is setup for the remote device process. It is implemented using remote-pcihost object. It is an extension of the PCI host bridge setup by QEMU. Remote-pcihost configures a PCI bus which could be used by the remote PCI device to latch on to. Signed-off-by: Jagannathan Raman