|
|
902636 |
From 97ed62562b883c384346bfef3e1c7e379f03ccab Mon Sep 17 00:00:00 2001
|
|
|
902636 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
902636 |
Date: Fri, 30 Nov 2018 09:11:03 +0100
|
|
|
902636 |
Subject: Use qemu-kvm in documentation instead of qemu-system-<arch>
|
|
|
902636 |
|
|
|
902636 |
Patchwork-id: 62380
|
|
|
902636 |
O-Subject: [RHEV-7.1 qemu-kvm-rhev PATCHv4] Use qemu-kvm in documentation instead of qemu-system-i386
|
|
|
902636 |
Bugzilla: 1140620
|
|
|
902636 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
902636 |
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
|
|
|
902636 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
902636 |
|
|
|
902636 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
902636 |
|
|
|
902636 |
We change the name and location of qemu-kvm binaries. Update documentation
|
|
|
902636 |
to reflect this change. Only architectures available in RHEL are updated.
|
|
|
902636 |
|
|
|
902636 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
902636 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
902636 |
---
|
|
|
902636 |
docs/qemu-block-drivers.texi | 2 +-
|
|
|
902636 |
docs/qemu-cpu-models.texi | 2 +-
|
|
|
902636 |
qemu-doc.texi | 6 +++---
|
|
|
902636 |
qemu-options.hx | 16 ++++++++--------
|
|
|
902636 |
4 files changed, 13 insertions(+), 13 deletions(-)
|
|
|
902636 |
|
|
|
902636 |
diff --git a/docs/qemu-block-drivers.texi b/docs/qemu-block-drivers.texi
|
|
|
902636 |
index 2c7ea49c32..5d0afb3dee 100644
|
|
|
902636 |
--- a/docs/qemu-block-drivers.texi
|
|
|
902636 |
+++ b/docs/qemu-block-drivers.texi
|
|
|
902636 |
@@ -2,7 +2,7 @@
|
|
|
902636 |
QEMU block driver reference manual
|
|
|
902636 |
@c man end
|
|
|
902636 |
|
|
|
902636 |
-@set qemu_system qemu-system-x86_64
|
|
|
902636 |
+@set qemu_system qemu-kvm
|
|
|
902636 |
|
|
|
902636 |
@c man begin DESCRIPTION
|
|
|
902636 |
|
|
|
902636 |
diff --git a/docs/qemu-cpu-models.texi b/docs/qemu-cpu-models.texi
|
|
|
902636 |
index f88a1def0d..c82cf8fab7 100644
|
|
|
902636 |
--- a/docs/qemu-cpu-models.texi
|
|
|
902636 |
+++ b/docs/qemu-cpu-models.texi
|
|
|
902636 |
@@ -2,7 +2,7 @@
|
|
|
902636 |
QEMU / KVM CPU model configuration
|
|
|
902636 |
@c man end
|
|
|
902636 |
|
|
|
902636 |
-@set qemu_system_x86 qemu-system-x86_64
|
|
|
902636 |
+@set qemu_system_x86 qemu-kvm
|
|
|
902636 |
|
|
|
902636 |
@c man begin DESCRIPTION
|
|
|
902636 |
|
|
|
902636 |
diff --git a/qemu-doc.texi b/qemu-doc.texi
|
|
|
902636 |
index 3ddf5c0a68..d460f8d2c0 100644
|
|
|
902636 |
--- a/qemu-doc.texi
|
|
|
902636 |
+++ b/qemu-doc.texi
|
|
|
902636 |
@@ -11,8 +11,8 @@
|
|
|
902636 |
@paragraphindent 0
|
|
|
902636 |
@c %**end of header
|
|
|
902636 |
|
|
|
902636 |
-@set qemu_system qemu-system-x86_64
|
|
|
902636 |
-@set qemu_system_x86 qemu-system-x86_64
|
|
|
902636 |
+@set qemu_system qemu-kvm
|
|
|
902636 |
+@set qemu_system_x86 qemu-kvm
|
|
|
902636 |
|
|
|
902636 |
@ifinfo
|
|
|
902636 |
@direntry
|
|
|
902636 |
@@ -1827,7 +1827,7 @@ Set the initial VGA graphic mode. The default is 800x600x32.
|
|
|
902636 |
Set OpenBIOS variables in NVRAM, for example:
|
|
|
902636 |
|
|
|
902636 |
@example
|
|
|
902636 |
-qemu-system-ppc -prom-env 'auto-boot?=false' \
|
|
|
902636 |
+qemu-kvm -prom-env 'auto-boot?=false' \
|
|
|
902636 |
-prom-env 'boot-device=hd:2,\yaboot' \
|
|
|
902636 |
-prom-env 'boot-args=conf=hd:2,\yaboot.conf'
|
|
|
902636 |
@end example
|
|
|
902636 |
diff --git a/qemu-options.hx b/qemu-options.hx
|
|
|
902636 |
index fc17aca631..df1d27b6f2 100644
|
|
|
902636 |
--- a/qemu-options.hx
|
|
|
902636 |
+++ b/qemu-options.hx
|
|
|
902636 |
@@ -2737,11 +2737,11 @@ be created for multiqueue vhost-user.
|
|
|
902636 |
|
|
|
902636 |
Example:
|
|
|
902636 |
@example
|
|
|
902636 |
-qemu -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
|
|
|
902636 |
- -numa node,memdev=mem \
|
|
|
902636 |
- -chardev socket,id=chr0,path=/path/to/socket \
|
|
|
902636 |
- -netdev type=vhost-user,id=net0,chardev=chr0 \
|
|
|
902636 |
- -device virtio-net-pci,netdev=net0
|
|
|
902636 |
+qemu-kvm -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
|
|
|
902636 |
+ -numa node,memdev=mem \
|
|
|
902636 |
+ -chardev socket,id=chr0,path=/path/to/socket \
|
|
|
902636 |
+ -netdev type=vhost-user,id=net0,chardev=chr0 \
|
|
|
902636 |
+ -device virtio-net-pci,netdev=net0
|
|
|
902636 |
@end example
|
|
|
902636 |
|
|
|
902636 |
@item -netdev hubport,id=@var{id},hubid=@var{hubid}[,netdev=@var{nd}]
|
|
|
902636 |
@@ -3631,14 +3631,14 @@ ETEXI
|
|
|
902636 |
|
|
|
902636 |
DEF("realtime", HAS_ARG, QEMU_OPTION_realtime,
|
|
|
902636 |
"-realtime [mlock=on|off]\n"
|
|
|
902636 |
- " run qemu with realtime features\n"
|
|
|
902636 |
+ " run qemu-kvm with realtime features\n"
|
|
|
902636 |
" mlock=on|off controls mlock support (default: on)\n",
|
|
|
902636 |
QEMU_ARCH_ALL)
|
|
|
902636 |
STEXI
|
|
|
902636 |
@item -realtime mlock=on|off
|
|
|
902636 |
@findex -realtime
|
|
|
902636 |
-Run qemu with realtime features.
|
|
|
902636 |
-mlocking qemu and guest memory can be enabled via @option{mlock=on}
|
|
|
902636 |
+Run qemu-kvm with realtime features.
|
|
|
902636 |
+mlocking qemu-kvm and guest memory can be enabled via @option{mlock=on}
|
|
|
902636 |
(enabled by default).
|
|
|
902636 |
ETEXI
|
|
|
902636 |
|
|
|
902636 |
--
|
|
|
902636 |
2.21.0
|
|
|
902636 |
|