Re: [RFC v4 PATCH 20/49] multi-process: add qdev_proxy_add to create proxy devices

2019-11-21 Thread Stefan Hajnoczi
On Thu, Oct 24, 2019 at 05:09:01AM -0400, Jagannathan Raman wrote: > diff --git a/hw/proxy/qemu-proxy.c b/hw/proxy/qemu-proxy.c > index 3b84055..fc1c731 100644 > --- a/hw/proxy/qemu-proxy.c > +++ b/hw/proxy/qemu-proxy.c > @@ -337,7 +337,8 @@ static void init_proxy(PCIDevice *dev, char *command, >

[RFC v4 PATCH 20/49] multi-process: add qdev_proxy_add to create proxy devices

2019-10-24 Thread Jagannathan Raman
From: Elena Ufimtseva This is handled while parsing the command line options. The parsed options are being sent to remote process as the messgaes containing JSON strings. Signed-off-by: Jagannathan Raman Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva --- v1 -> v2: - parse so