diff options
author | Dongli Zhang <dongli.zhang@oracle.com> | 2021-07-12 17:47:18 -0700 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-09-27 10:57:21 +0200 |
commit | 45b09cb12f5440971b321fc255e3930f38366ace (patch) | |
tree | 4905c7229fa3300fabac6cb069c6f4c1e1f9f3fe | |
parent | 8982552e6ad611ff75789e77fe23a891a3e2a5f0 (diff) | |
download | qemu-45b09cb12f5440971b321fc255e3930f38366ace.zip qemu-45b09cb12f5440971b321fc255e3930f38366ace.tar.gz qemu-45b09cb12f5440971b321fc255e3930f38366ace.tar.bz2 |
multi-process: fix usage information
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>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210713004718.20381-1-dongli.zhang@oracle.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r-- | docs/system/multi-process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/multi-process.rst b/docs/system/multi-process.rst index 46bb0ca..210531e 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: |