Re: [PATCH RESEND v6 05/36] multi-process: Refactor monitor functions out of vl.c

2020-04-24 Thread Stefan Hajnoczi
On Wed, Apr 22, 2020 at 09:13:40PM -0700, elena.ufimts...@oracle.com wrote: > From: Elena Ufimtseva > > Some of the initialization helper functions w.r.t monitor > in vl.c are also used by the remote process. Therefore, these functions > are refactored into shared files that both QEMU & remote pr

[PATCH RESEND v6 05/36] multi-process: Refactor monitor functions out of vl.c

2020-04-22 Thread elena . ufimtseva
From: Elena Ufimtseva Some of the initialization helper functions w.r.t monitor in vl.c are also used by the remote process. Therefore, these functions are refactored into shared files that both QEMU & remote process could use. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signe