Re: [PATCH v12 10/19] multi-process: Associate fd of a PCIDevice with its object

2020-12-08 Thread Marc-André Lureau
On Mon, Dec 7, 2020 at 6:03 PM Marc-André Lureau wrote: > Hi > > On Wed, Dec 2, 2020 at 12:25 AM Jagannathan Raman > wrote: > >> Associate the file descriptor for a PCIDevice in remote process with >> DeviceState object. >> >> Signed-off-by: Elena Ufimtseva >> Signed-off-by: John G Johnson >>

Re: [PATCH v12 10/19] multi-process: Associate fd of a PCIDevice with its object

2020-12-07 Thread Marc-André Lureau
Hi On Wed, Dec 2, 2020 at 12:25 AM Jagannathan Raman wrote: > Associate the file descriptor for a PCIDevice in remote process with > DeviceState object. > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > Reviewed-by: Stefan Hajnoczi > ---

[PATCH v12 10/19] multi-process: Associate fd of a PCIDevice with its object

2020-12-01 Thread Jagannathan Raman
Associate the file descriptor for a PCIDevice in remote process with DeviceState object. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman Reviewed-by: Stefan Hajnoczi --- include/hw/remote/remote-obj.h | 42 +++ hw/remote/message.c