Blame SOURCES/0017-Use-qemu-kvm-in-documentation-instead-of-qemu-system.patch

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