All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] multi-process: fix usage information
@ 2021-05-08  6:26 Dongli Zhang
  2021-05-10 14:33 ` Jag Raman
  0 siblings, 1 reply; 2+ messages in thread
From: Dongli Zhang @ 2021-05-08  6:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: elena.ufimtseva, john.g.johnson, jag.raman

From source code, the 'devid' of x-remote-object should be one of devices
in remote QEMU process.

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
---
I have verified by reading the code and playing with below orchestrator.
https://github.com/finallyjustice/sample/blob/master/kvm/multiprocess/orchestrator.py

 docs/system/multi-process.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/multi-process.rst b/docs/system/multi-process.rst
index 46bb0cafc2..210531ee17 100644
--- a/docs/system/multi-process.rst
+++ b/docs/system/multi-process.rst
@@ -45,7 +45,7 @@ Following is a description of command-line used to launch mpqemu.
       -device lsi53c895a,id=lsi0                                         \
       -drive id=drive_image2,file=/build/ol7-nvme-test-1.qcow2           \
       -device scsi-hd,id=drive2,drive=drive_image2,bus=lsi0.0,scsi-id=0  \
-      -object x-remote-object,id=robj1,devid=lsi1,fd=4,
+      -object x-remote-object,id=robj1,devid=lsi0,fd=4,
 
 * QEMU:
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] multi-process: fix usage information
  2021-05-08  6:26 [PATCH 1/1] multi-process: fix usage information Dongli Zhang
@ 2021-05-10 14:33 ` Jag Raman
  0 siblings, 0 replies; 2+ messages in thread
From: Jag Raman @ 2021-05-10 14:33 UTC (permalink / raw)
  To: Dongli Zhang; +Cc: Elena Ufimtseva, John Johnson, QEMU Developers



> On May 8, 2021, at 2:26 AM, Dongli Zhang <dongli.zhang@oracle.com> wrote:
> 
> From source code, the 'devid' of x-remote-object should be one of devices
> in remote QEMU process.
> 
> Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>

Reviewed-by: Jagannathan Raman <jag.raman@oracle.com>

> ---
> I have verified by reading the code and playing with below orchestrator.
> https://github.com/finallyjustice/sample/blob/master/kvm/multiprocess/orchestrator.py
> 
> docs/system/multi-process.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/system/multi-process.rst b/docs/system/multi-process.rst
> index 46bb0cafc2..210531ee17 100644
> --- a/docs/system/multi-process.rst
> +++ b/docs/system/multi-process.rst
> @@ -45,7 +45,7 @@ Following is a description of command-line used to launch mpqemu.
>       -device lsi53c895a,id=lsi0                                         \
>       -drive id=drive_image2,file=/build/ol7-nvme-test-1.qcow2           \
>       -device scsi-hd,id=drive2,drive=drive_image2,bus=lsi0.0,scsi-id=0  \
> -      -object x-remote-object,id=robj1,devid=lsi1,fd=4,
> +      -object x-remote-object,id=robj1,devid=lsi0,fd=4,
> 
> * QEMU:
> 
> -- 
> 2.17.1
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-10 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08  6:26 [PATCH 1/1] multi-process: fix usage information Dongli Zhang
2021-05-10 14:33 ` Jag Raman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.