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

29b115
From 4b6c8cdc52fdf94d4098d278defb3833dce1d189 Mon Sep 17 00:00:00 2001
a83cc2
From: Miroslav Rezanina <mrezanin@redhat.com>
a83cc2
Date: Wed, 8 Jul 2020 08:35:50 +0200
a83cc2
Subject: Use qemu-kvm in documentation instead of qemu-system-<arch>
a83cc2
a83cc2
Patchwork-id: 62380
a83cc2
O-Subject: [RHEV-7.1 qemu-kvm-rhev PATCHv4] Use qemu-kvm in documentation instead of qemu-system-i386
a83cc2
Bugzilla: 1140620
a83cc2
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
a83cc2
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
a83cc2
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
a83cc2
a83cc2
From: Miroslav Rezanina <mrezanin@redhat.com>
a83cc2
a83cc2
We change the name and location of qemu-kvm binaries. Update documentation
a83cc2
to reflect this change. Only architectures available in RHEL are updated.
a83cc2
a83cc2
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
a83cc2
---
29b115
 docs/defs.rst.inc |  4 ++--
29b115
 qemu-options.hx   | 10 +++++-----
29b115
 2 files changed, 7 insertions(+), 7 deletions(-)
a83cc2
a83cc2
diff --git a/docs/defs.rst.inc b/docs/defs.rst.inc
a83cc2
index 52d6454b93..d74dbdeca9 100644
a83cc2
--- a/docs/defs.rst.inc
a83cc2
+++ b/docs/defs.rst.inc
a83cc2
@@ -9,7 +9,7 @@
a83cc2
    but the manpages will end up misrendered with following normal text
a83cc2
    incorrectly in boldface.
a83cc2
 
a83cc2
-.. |qemu_system| replace:: qemu-system-x86_64
a83cc2
-.. |qemu_system_x86| replace:: qemu-system-x86_64
a83cc2
+.. |qemu_system| replace:: qemu-kvm
a83cc2
+.. |qemu_system_x86| replace:: qemu-kvm
a83cc2
 .. |I2C| replace:: I\ :sup:`2`\ C
a83cc2
 .. |I2S| replace:: I\ :sup:`2`\ S
a83cc2
diff --git a/qemu-options.hx b/qemu-options.hx
29b115
index 34e9b32a5c..924f61ab6d 100644
a83cc2
--- a/qemu-options.hx
a83cc2
+++ b/qemu-options.hx
29b115
@@ -3233,11 +3233,11 @@ SRST
a83cc2
 
a83cc2
     ::
a83cc2
 
a83cc2
-        qemu -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
a83cc2
-             -numa node,memdev=mem \
a83cc2
-             -chardev socket,id=chr0,path=/path/to/socket \
a83cc2
-             -netdev type=vhost-user,id=net0,chardev=chr0 \
a83cc2
-             -device virtio-net-pci,netdev=net0
a83cc2
+        qemu-kvm -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
a83cc2
+                 -numa node,memdev=mem \
a83cc2
+                 -chardev socket,id=chr0,path=/path/to/socket \
a83cc2
+                 -netdev type=vhost-user,id=net0,chardev=chr0 \
a83cc2
+                 -device virtio-net-pci,netdev=net0
a83cc2
 
a83cc2
 ``-netdev vhost-vdpa,vhostdev=/path/to/dev``
a83cc2
     Establish a vhost-vdpa netdev.
a83cc2
-- 
29b115
2.31.1
a83cc2