Re: [PATCH 1/1] multi-process: fix usage information

2021-05-10 Thread Jag Raman
> On May 8, 2021, at 2:26 AM, Dongli Zhang wrote: > > From source code, the 'devid' of x-remote-object should be one of devices > in remote QEMU process. > > Signed-off-by: Dongli Zhang Reviewed-by: Jagannathan Raman > --- > I have verified by reading the code and playing with below orche

[PATCH 1/1] multi-process: fix usage information

2021-05-07 Thread Dongli Zhang
>From source code, the 'devid' of x-remote-object should be one of devices in remote QEMU process. Signed-off-by: Dongli Zhang --- I have verified by reading the code and playing with below orchestrator. https://github.com/finallyjustice/sample/blob/master/kvm/multiprocess/orchestrator.py docs/