Re: [PATCH v7 04/21] multi-process: setup a machine object for remote device process

2020-06-30 Thread Stefan Hajnoczi
On Sat, Jun 27, 2020 at 10:09:26AM -0700, elena.ufimts...@oracle.com wrote: > diff --git a/hw/i386/remote.c b/hw/i386/remote.c > new file mode 100644 > index 00..4d13abe9f3 > --- /dev/null > +++ b/hw/i386/remote.c > @@ -0,0 +1,64 @@ > +/* > + * Machine for remote device > + * > + * Copyrigh

[PATCH v7 04/21] multi-process: setup a machine object for remote device process

2020-06-27 Thread elena . ufimtseva
From: Jagannathan Raman 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 --- MAINTAINERS