On Mon, Oct 05, 2020 at 11:50:55AM -0700, elena.ufimtseva@oracle.com wrote: > From: 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/meson.build | 1 + > hw/i386/remote-msg.c | 61 ++++++++++++++++++++++++++++++++++++++++ > include/hw/i386/remote.h | 9 ++++++ > 4 files changed, 72 insertions(+) > create mode 100644 hw/i386/remote-msg.c Reviewed-by: Stefan Hajnoczi