Re: [RFC v4 PATCH 47/49] multi-process: Enable support for multiple devices in remote

2019-11-13 Thread Jag Raman
On 11/11/2019 11:15 AM, Stefan Hajnoczi wrote: On Thu, Oct 24, 2019 at 05:09:28AM -0400, Jagannathan Raman wrote: @@ -93,7 +94,8 @@ static void process_config_write(MPQemuMsg *msg) struct conf_data_msg *conf = (struct conf_data_msg *)msg->data2; qemu_mutex_lock_iothread(); -

Re: [RFC v4 PATCH 47/49] multi-process: Enable support for multiple devices in remote

2019-11-11 Thread Stefan Hajnoczi
On Thu, Oct 24, 2019 at 05:09:28AM -0400, Jagannathan Raman wrote: > @@ -93,7 +94,8 @@ static void process_config_write(MPQemuMsg *msg) > struct conf_data_msg *conf = (struct conf_data_msg *)msg->data2; > > qemu_mutex_lock_iothread(); > -pci_default_write_config(remote_pci_dev, conf

[RFC v4 PATCH 47/49] multi-process: Enable support for multiple devices in remote

2019-10-24 Thread Jagannathan Raman
From: Elena Ufimtseva Add support to allow multiple devices to be configured in the remote process Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- New patch in v4 hw/proxy/qemu-proxy.c | 3 +++ include/hw/proxy/qemu-proxy.h | 3 ++