diff options
author | Thomas Huth <thuth@redhat.com> | 2018-06-13 07:05:19 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-28 19:05:32 +0200 |
commit | a1d30f285ebc0ba89d8dcba0b10a6b2516c2e470 (patch) | |
tree | 030210645caae85a8bbb6a3046706a23fd13aa14 /docs/multiseat.txt | |
parent | 1fcc6d42e78c5fbccef63f47a380361ee81d344a (diff) |
Replace '-enable-kvm' with '-accel kvm' in docs and help texts
The preferred way to select the KVM accelerator is to use "-accel kvm"
these days, so let's be consistent in our documentation and help texts.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1528866321-23886-3-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/multiseat.txt')
-rw-r--r-- | docs/multiseat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/multiseat.txt b/docs/multiseat.txt index 807518c8af..dc28cdb613 100644 --- a/docs/multiseat.txt +++ b/docs/multiseat.txt @@ -18,7 +18,7 @@ or Next put together the qemu command line (sdk/gtk): -qemu -enable-kvm -usb $memory $disk $whatever \ +qemu -accel kvm -usb $memory $disk $whatever \ -display [ sdl | gtk ] \ -vga std \ -device usb-tablet |