Re: [PATCH v7 19/21] multi-process: perform device reset in the remote process

2020-07-02 Thread Stefan Hajnoczi
On Sat, Jun 27, 2020 at 10:09:41AM -0700, elena.ufimts...@oracle.com wrote: > @@ -283,3 +288,14 @@ static void process_proxy_ping_msg(QIOChannel *ioc) > > mpqemu_msg_send(&ret, ioc); > } > + > +static void process_device_reset_msg(QIOChannel *ioc) > +{ > +MPQemuMsg ret = { 0 }; > + > +

[PATCH v7 19/21] multi-process: perform device reset in the remote process

2020-06-27 Thread elena . ufimtseva
From: Elena Ufimtseva Perform device reset in the remote process when QEMU performs device reset. This is required to reset the internal state (like registers, etc...) of emulated devices Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/i38