diff options
author | Daniel P. Berrangé | 2021-02-16 20:10:24 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-02-25 14:14:33 +0100 |
commit | c23874132b79f69328b53273437970116c7a3d0d (patch) | |
tree | 436f7e215dfe000a3ecbd802d758713d4bbdf01f /docs/system/cpu-hotplug.rst | |
parent | qemu-options: update to show preferred boolean syntax for -vnc (diff) | |
download | qemu-c23874132b79f69328b53273437970116c7a3d0d.tar.gz qemu-c23874132b79f69328b53273437970116c7a3d0d.tar.xz qemu-c23874132b79f69328b53273437970116c7a3d0d.zip |
docs: update to show preferred boolean syntax for -chardev
The preferred syntax is to use "foo=on|off", rather than a bare
"foo" or "nofoo".
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210216191027.595031-8-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/system/cpu-hotplug.rst')
-rw-r--r-- | docs/system/cpu-hotplug.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/cpu-hotplug.rst b/docs/system/cpu-hotplug.rst index d0b06403f1..bd0663616e 100644 --- a/docs/system/cpu-hotplug.rst +++ b/docs/system/cpu-hotplug.rst @@ -14,7 +14,7 @@ vCPU hotplug $ qemu-system-x86_64 -display none -no-user-config -m 2048 \ -nodefaults -monitor stdio -machine pc,accel=kvm,usb=off \ -smp 1,maxcpus=2 -cpu IvyBridge-IBRS \ - -qmp unix:/tmp/qmp-sock,server,nowait + -qmp unix:/tmp/qmp-sock,server=on,wait=off (2) Run 'qmp-shell' (located in the source tree, under: "scripts/qmp/) to connect to the just-launched QEMU:: |