Re: [PATCH v12 05/19] multi-process: setup PCI host bridge for remote device

2020-12-04 Thread Marc-André Lureau
On Wed, Dec 2, 2020 at 12:23 AM Jagannathan Raman wrote: > 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 >

Re: [PATCH v12 05/19] multi-process: setup PCI host bridge for remote device

2020-12-04 Thread Marc-André Lureau
On Wed, Dec 2, 2020 at 12:23 AM Jagannathan Raman wrote: > 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 >

[PATCH v12 05/19] multi-process: setup PCI host bridge for remote device

2020-12-01 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 Signed-