Re: [PATCH v8 08/20] multi-process: Initialize message handler in remote device

2020-08-04 Thread Stefan Hajnoczi
On Fri, Jul 31, 2020 at 02:20:15PM -0400, Jagannathan Raman wrote: > +gboolean mpqemu_process_msg(QIOChannel *ioc, GIOCondition cond, > +gpointer opaque) > +{ > +PCIDevice *pci_dev = (PCIDevice *)opaque; > +Error *local_err = NULL; > +MPQemuMsg msg = { 0 }; >

[PATCH v8 08/20] multi-process: Initialize message handler in remote device

2020-07-31 Thread Jagannathan Raman
Initializes the message handler function in the remote process. It is called whenever there's an event pending on QIOChannel that registers this function. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- MAINTAINERS | 1 + hw/i386/