Re: [PATCH v12 06/19] multi-process: setup a machine object for remote device process

2020-12-09 Thread Jag Raman
> On Dec 4, 2020, at 9:35 AM, Marc-André Lureau > wrote: > > > > On Wed, Dec 2, 2020 at 12:23 AM Jagannathan Raman > wrote: > x-remote-machine object sets up various subsystems of the remote > device process. Instantiate PCI host bridge object and initialize RAM, IO & > PCI memory regions

Re: [PATCH v12 06/19] multi-process: setup a machine object for remote device process

2020-12-04 Thread Marc-André Lureau
On Wed, Dec 2, 2020 at 12:23 AM Jagannathan Raman wrote: > x-remote-machine object sets up various subsystems of the remote > device process. Instantiate PCI host bridge object and initialize RAM, IO & > PCI memory regions. > > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman >

[PATCH v12 06/19] multi-process: setup a machine object for remote device process

2020-12-01 Thread Jagannathan Raman
x-remote-machine object sets up various subsystems of the remote device process. Instantiate PCI host bridge object and initialize RAM, IO & PCI memory regions. Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman Signed-off-by: Elena Ufimtseva Reviewed-by: Stefan Hajnoczi --- inclu