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

357786
From 28978c6f26cf430252237c9573c2d5d61908d826 Mon Sep 17 00:00:00 2001
9bac43
From: Miroslav Rezanina <mrezanin@redhat.com>
9bac43
Date: Fri, 14 Nov 2014 08:51:50 +0100
9bac43
Subject: Use qemu-kvm in documentation instead of qemu-system-<arch>
9bac43
9bac43
Patchwork-id: 62380
9bac43
O-Subject: [RHEV-7.1 qemu-kvm-rhev PATCHv4] Use qemu-kvm in documentation instead of qemu-system-i386
9bac43
Bugzilla: 1140620
9bac43
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
9bac43
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
9bac43
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
9bac43
9bac43
From: Miroslav Rezanina <mrezanin@redhat.com>
9bac43
9bac43
We change the name and location of qemu-kvm binaries. Update documentation
9bac43
to reflect this change. Only architectures available in RHEL are updated.
9bac43
9bac43
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
9bac43
357786
Rebase Notes (2.12.0):
357786
- Additional fixes included
357786
357786
Rebase Notes (2.11.0):
357786
- Fixing docs/qemu-block-drivers.texi
357786
9bac43
Rebase Notes (2.10.0):
9bac43
- Changed patch name and updated commit message.
9bac43
9bac43
Rebase Notes (2.9.0):
9bac43
- fixed chunks missed on 2.8 rebase
9bac43
9bac43
(cherry picked from commit 1c2dac56d5e710faebe25b7aa9cac594ec0f9d4b)
357786
(cherry picked from commit dfa2037d390047a7d7c7b13f779443bfc6c3709d)
357786
357786
Conflicts:
357786
	qemu-options.hx
357786
357786
(cherry picked from commit c7985367ba8258c99526549ab94ef066ae52da14)
357786
357786
Conflicts:
357786
	qemu-options.hx
357786
357786
(cherry picked from commit e7dc2155506c1ead844f1faef85e5f71bc2adf9e)
357786
(cherry picked from commit 834b4c22e11c86038ec0581a86a83920569dafbd)
9bac43
---
357786
 docs/can.txt                 |  10 +--
357786
 docs/pr-manager.rst          |   4 +-
357786
 docs/qemu-block-drivers.texi |  70 ++++++++++-----------
357786
 docs/replay.txt              |   4 +-
357786
 docs/specs/tpm.txt           |   4 +-
357786
 qemu-doc.texi                |  40 ++++++------
357786
 qemu-options.hx              | 144 ++++++++++++++++++++++---------------------
357786
 7 files changed, 140 insertions(+), 136 deletions(-)
9bac43
357786
diff --git a/docs/can.txt b/docs/can.txt
357786
index a357105..0c0fc11 100644
357786
--- a/docs/can.txt
357786
+++ b/docs/can.txt
357786
@@ -50,9 +50,9 @@ CAN boards can be selected
357786
 The ''kvaser_pci'' board/device model is compatible with and has been tested with
357786
 ''kvaser_pci'' driver included in mainline Linux kernel.
357786
 The tested setup was Linux 4.9 kernel on the host and guest side.
357786
-Example for qemu-system-x86_64:
357786
+Example for qemu-kvm (intel architecture):
357786
 
357786
-    qemu-system-x86_64 -enable-kvm -kernel /boot/vmlinuz-4.9.0-4-amd64 \
357786
+    qemu-kvm -enable-kvm -kernel /boot/vmlinuz-4.9.0-4-amd64 \
357786
       -initrd ramdisk.cpio \
357786
       -virtfs local,path=shareddir,security_model=none,mount_tag=shareddir \
357786
       -object can-bus,id=canbus0 \
357786
@@ -60,9 +60,9 @@ Example for qemu-system-x86_64:
357786
       -device kvaser_pci,canbus=canbus0 \
357786
       -nographic -append "console=ttyS0"
357786
 
357786
-Example for qemu-system-arm:
357786
+Example for qemu-kvm (arm architecture):
357786
 
357786
-    qemu-system-arm -cpu arm1176 -m 256 -M versatilepb \
357786
+    qemu-kvm -cpu arm1176 -m 256 -M versatilepb \
357786
       -kernel kernel-qemu-arm1176-versatilepb \
357786
       -hda rpi-wheezy-overlay \
357786
       -append "console=ttyAMA0 root=/dev/sda2 ro init=/sbin/init-overlay" \
357786
@@ -104,4 +104,4 @@ Links to other resources
357786
      Slides
357786
      http://rtime.felk.cvut.cz/publications/public/rtlws2015-qemu-can-slides.pdf
357786
  (5) Linux SocketCAN utilities
357786
-     https://github.com/linux-can/can-utils/
357786
\ No newline at end of file
357786
+     https://github.com/linux-can/can-utils/
357786
diff --git a/docs/pr-manager.rst b/docs/pr-manager.rst
357786
index 9b1de19..45cb8be 100644
357786
--- a/docs/pr-manager.rst
357786
+++ b/docs/pr-manager.rst
357786
@@ -36,7 +36,7 @@ accepts the path to the helper program's Unix socket.  For example,
357786
 the following command line defines a ``pr-manager-helper`` object and
357786
 attaches it to a SCSI passthrough device::
357786
 
357786
-      $ qemu-system-x86_64
357786
+      $ qemu-kvm
357786
           -device virtio-scsi \
357786
           -object pr-manager-helper,id=helper0,path=/var/run/qemu-pr-helper.sock
357786
           -drive if=none,id=hd,driver=raw,file.filename=/dev/sdb,file.pr-manager=helper0
357786
@@ -44,7 +44,7 @@ attaches it to a SCSI passthrough device::
357786
 
357786
 Alternatively, using ``-blockdev``::
357786
 
357786
-      $ qemu-system-x86_64
357786
+      $ qemu-kvm
357786
           -device virtio-scsi \
357786
           -object pr-manager-helper,id=helper0,path=/var/run/qemu-pr-helper.sock
357786
           -blockdev node-name=hd,driver=raw,file.driver=host_device,file.filename=/dev/sdb,file.pr-manager=helper0
357786
diff --git a/docs/qemu-block-drivers.texi b/docs/qemu-block-drivers.texi
357786
index f179369..e0d752a 100644
357786
--- a/docs/qemu-block-drivers.texi
357786
+++ b/docs/qemu-block-drivers.texi
357786
@@ -405,7 +405,7 @@ QEMU can automatically create a virtual FAT disk image from a
9bac43
 directory tree. In order to use it, just type:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 linux.img -hdb fat:/my_directory
9bac43
+qemu-kvm linux.img -hdb fat:/my_directory
9bac43
 @end example
9bac43
 
9bac43
 Then you access access to all the files in the @file{/my_directory}
357786
@@ -415,14 +415,14 @@ them via SAMBA or NFS. The default access is @emph{read-only}.
9bac43
 Floppies can be emulated with the @code{:floppy:} option:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 linux.img -fda fat:floppy:/my_directory
9bac43
+qemu-kvm linux.img -fda fat:floppy:/my_directory
9bac43
 @end example
9bac43
 
9bac43
 A read/write support is available for testing (beta stage) with the
9bac43
 @code{:rw:} option:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 linux.img -fda fat:floppy:rw:/my_directory
9bac43
+qemu-kvm linux.img -fda fat:floppy:rw:/my_directory
9bac43
 @end example
9bac43
 
9bac43
 What you should @emph{never} do:
357786
@@ -440,14 +440,14 @@ QEMU can access directly to block device exported using the Network Block Device
9bac43
 protocol.
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 linux.img -hdb nbd://my_nbd_server.mydomain.org:1024/
9bac43
+qemu-kvm linux.img -hdb nbd://my_nbd_server.mydomain.org:1024/
9bac43
 @end example
9bac43
 
9bac43
 If the NBD server is located on the same host, you can use an unix socket instead
9bac43
 of an inet socket:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 linux.img -hdb nbd+unix://?socket=/tmp/my_socket
9bac43
+qemu-kvm linux.img -hdb nbd+unix://?socket=/tmp/my_socket
9bac43
 @end example
9bac43
 
9bac43
 In this case, the block device must be exported using qemu-nbd:
357786
@@ -464,23 +464,23 @@ qemu-nbd --socket=/tmp/my_socket --share=2 my_disk.qcow2
9bac43
 @noindent
9bac43
 and then you can use it with two guests:
9bac43
 @example
9bac43
-qemu-system-i386 linux1.img -hdb nbd+unix://?socket=/tmp/my_socket
9bac43
-qemu-system-i386 linux2.img -hdb nbd+unix://?socket=/tmp/my_socket
9bac43
+qemu-kvm linux1.img -hdb nbd+unix://?socket=/tmp/my_socket
9bac43
+qemu-kvm linux2.img -hdb nbd+unix://?socket=/tmp/my_socket
9bac43
 @end example
9bac43
 
9bac43
 If the nbd-server uses named exports (supported since NBD 2.9.18, or with QEMU's
9bac43
 own embedded NBD server), you must specify an export name in the URI:
9bac43
 @example
9bac43
-qemu-system-i386 -cdrom nbd://localhost/debian-500-ppc-netinst
9bac43
-qemu-system-i386 -cdrom nbd://localhost/openSUSE-11.1-ppc-netinst
9bac43
+qemu-kvm -cdrom nbd://localhost/debian-500-ppc-netinst
9bac43
+qemu-kvm -cdrom nbd://localhost/openSUSE-11.1-ppc-netinst
9bac43
 @end example
9bac43
 
9bac43
 The URI syntax for NBD is supported since QEMU 1.3.  An alternative syntax is
9bac43
 also available.  Here are some example of the older syntax:
9bac43
 @example
9bac43
-qemu-system-i386 linux.img -hdb nbd:my_nbd_server.mydomain.org:1024
9bac43
-qemu-system-i386 linux2.img -hdb nbd:unix:/tmp/my_socket
9bac43
-qemu-system-i386 -cdrom nbd:localhost:10809:exportname=debian-500-ppc-netinst
9bac43
+qemu-kvm linux.img -hdb nbd:my_nbd_server.mydomain.org:1024
9bac43
+qemu-kvm linux2.img -hdb nbd:unix:/tmp/my_socket
9bac43
+qemu-kvm -cdrom nbd:localhost:10809:exportname=debian-500-ppc-netinst
9bac43
 @end example
9bac43
 
9bac43
 @node disk_images_sheepdog
357786
@@ -505,7 +505,7 @@ qemu-img convert @var{filename} sheepdog:///@var{image}
9bac43
 
9bac43
 You can boot from the Sheepdog disk image with the command:
9bac43
 @example
9bac43
-qemu-system-i386 sheepdog:///@var{image}
9bac43
+qemu-kvm sheepdog:///@var{image}
9bac43
 @end example
9bac43
 
9bac43
 You can also create a snapshot of the Sheepdog image like qcow2.
357786
@@ -517,7 +517,7 @@ where @var{tag} is a tag name of the newly created snapshot.
9bac43
 To boot from the Sheepdog snapshot, specify the tag name of the
9bac43
 snapshot.
9bac43
 @example
9bac43
-qemu-system-i386 sheepdog:///@var{image}#@var{tag}
9bac43
+qemu-kvm sheepdog:///@var{image}#@var{tag}
9bac43
 @end example
9bac43
 
9bac43
 You can create a cloned image from the existing snapshot.
357786
@@ -530,14 +530,14 @@ is its tag name.
9bac43
 You can use an unix socket instead of an inet socket:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 sheepdog+unix:///@var{image}?socket=@var{path}
9bac43
+qemu-kvm sheepdog+unix:///@var{image}?socket=@var{path}
9bac43
 @end example
9bac43
 
9bac43
 If the Sheepdog daemon doesn't run on the local host, you need to
9bac43
 specify one of the Sheepdog servers to connect to.
9bac43
 @example
9bac43
 qemu-img create sheepdog://@var{hostname}:@var{port}/@var{image} @var{size}
9bac43
-qemu-system-i386 sheepdog://@var{hostname}:@var{port}/@var{image}
9bac43
+qemu-kvm sheepdog://@var{hostname}:@var{port}/@var{image}
9bac43
 @end example
9bac43
 
9bac43
 @node disk_images_iscsi
357786
@@ -627,7 +627,7 @@ cat >iscsi.conf <
9bac43
   header-digest = "CRC32C"
9bac43
 EOF
9bac43
 
9bac43
-qemu-system-i386 -drive file=iscsi://127.0.0.1/iqn.qemu.test/1 \
9bac43
+qemu-kvm -drive file=iscsi://127.0.0.1/iqn.qemu.test/1 \
9bac43
     -readconfig iscsi.conf
9bac43
 @end example
9bac43
 
357786
@@ -646,7 +646,7 @@ tgtadm --lld iscsi --mode logicalunit --op new --tid 1 --lun 2 \
9bac43
     -b /IMAGES/cd.iso --device-type=cd
9bac43
 tgtadm --lld iscsi --op bind --mode target --tid 1 -I ALL
9bac43
 
9bac43
-qemu-system-i386 -iscsi initiator-name=iqn.qemu.test:my-initiator \
9bac43
+qemu-kvm -iscsi initiator-name=iqn.qemu.test:my-initiator \
9bac43
     -boot d -drive file=iscsi://127.0.0.1/iqn.qemu.test/1 \
9bac43
     -cdrom iscsi://127.0.0.1/iqn.qemu.test/2
9bac43
 @end example
357786
@@ -659,11 +659,11 @@ GlusterFS is a user space distributed file system.
9bac43
 You can boot from the GlusterFS disk image with the command:
9bac43
 @example
9bac43
 URI:
9bac43
-qemu-system-x86_64 -drive file=gluster[+@var{type}]://[@var{host}[:@var{port}]]/@var{volume}/@var{path}
9bac43
+qemu-kvm -drive file=gluster[+@var{type}]://[@var{host}[:@var{port}]]/@var{volume}/@var{path}
9bac43
                                [?socket=...][,file.debug=9][,file.logfile=...]
9bac43
 
9bac43
 JSON:
9bac43
-qemu-system-x86_64 'json:@{"driver":"qcow2",
9bac43
+qemu-kvm 'json:@{"driver":"qcow2",
9bac43
                            "file":@{"driver":"gluster",
9bac43
                                     "volume":"testvol","path":"a.img","debug":9,"logfile":"...",
9bac43
                                     "server":[@{"type":"tcp","host":"...","port":"..."@},
357786
@@ -711,22 +711,22 @@ qemu-img create gluster://@var{host}/@var{volume}/@var{path} @var{size}
9bac43
 
9bac43
 Examples
9bac43
 @example
9bac43
-qemu-system-x86_64 -drive file=gluster://1.2.3.4/testvol/a.img
9bac43
-qemu-system-x86_64 -drive file=gluster+tcp://1.2.3.4/testvol/a.img
9bac43
-qemu-system-x86_64 -drive file=gluster+tcp://1.2.3.4:24007/testvol/dir/a.img
9bac43
-qemu-system-x86_64 -drive file=gluster+tcp://[1:2:3:4:5:6:7:8]/testvol/dir/a.img
9bac43
-qemu-system-x86_64 -drive file=gluster+tcp://[1:2:3:4:5:6:7:8]:24007/testvol/dir/a.img
9bac43
-qemu-system-x86_64 -drive file=gluster+tcp://server.domain.com:24007/testvol/dir/a.img
9bac43
-qemu-system-x86_64 -drive file=gluster+unix:///testvol/dir/a.img?socket=/tmp/glusterd.socket
9bac43
-qemu-system-x86_64 -drive file=gluster+rdma://1.2.3.4:24007/testvol/a.img
9bac43
-qemu-system-x86_64 -drive file=gluster://1.2.3.4/testvol/a.img,file.debug=9,file.logfile=/var/log/qemu-gluster.log
9bac43
-qemu-system-x86_64 'json:@{"driver":"qcow2",
9bac43
+qemu-kvm -drive file=gluster://1.2.3.4/testvol/a.img
9bac43
+qemu-kvm -drive file=gluster+tcp://1.2.3.4/testvol/a.img
9bac43
+qemu-kvm -drive file=gluster+tcp://1.2.3.4:24007/testvol/dir/a.img
9bac43
+qemu-kvm -drive file=gluster+tcp://[1:2:3:4:5:6:7:8]/testvol/dir/a.img
9bac43
+qemu-kvm -drive file=gluster+tcp://[1:2:3:4:5:6:7:8]:24007/testvol/dir/a.img
9bac43
+qemu-kvm -drive file=gluster+tcp://server.domain.com:24007/testvol/dir/a.img
9bac43
+qemu-kvm -drive file=gluster+unix:///testvol/dir/a.img?socket=/tmp/glusterd.socket
9bac43
+qemu-kvm -drive file=gluster+rdma://1.2.3.4:24007/testvol/a.img
9bac43
+qemu-kvm -drive file=gluster://1.2.3.4/testvol/a.img,file.debug=9,file.logfile=/var/log/qemu-gluster.log
9bac43
+qemu-kvm 'json:@{"driver":"qcow2",
9bac43
                            "file":@{"driver":"gluster",
9bac43
                                     "volume":"testvol","path":"a.img",
9bac43
                                     "debug":9,"logfile":"/var/log/qemu-gluster.log",
9bac43
                                     "server":[@{"type":"tcp","host":"1.2.3.4","port":24007@},
9bac43
                                               @{"type":"unix","socket":"/var/run/glusterd.socket"@}]@}@}'
9bac43
-qemu-system-x86_64 -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
9bac43
+qemu-kvm -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
9bac43
                                        file.debug=9,file.logfile=/var/log/qemu-gluster.log,
9bac43
                                        file.server.0.type=tcp,file.server.0.host=1.2.3.4,file.server.0.port=24007,
9bac43
                                        file.server.1.type=unix,file.server.1.socket=/var/run/glusterd.socket
357786
@@ -739,13 +739,13 @@ You can access disk images located on a remote ssh server
9bac43
 by using the ssh protocol:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-x86_64 -drive file=ssh://[@var{user}@@]@var{server}[:@var{port}]/@var{path}[?host_key_check=@var{host_key_check}]
9bac43
+qemu-kvm -drive file=ssh://[@var{user}@@]@var{server}[:@var{port}]/@var{path}[?host_key_check=@var{host_key_check}]
9bac43
 @end example
9bac43
 
9bac43
 Alternative syntax using properties:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-x86_64 -drive file.driver=ssh[,file.user=@var{user}],file.host=@var{server}[,file.port=@var{port}],file.path=@var{path}[,file.host_key_check=@var{host_key_check}]
9bac43
+qemu-kvm -drive file.driver=ssh[,file.user=@var{user}],file.host=@var{server}[,file.port=@var{port}],file.path=@var{path}[,file.host_key_check=@var{host_key_check}]
9bac43
 @end example
9bac43
 
9bac43
 @var{ssh} is the protocol.
357786
@@ -808,13 +808,13 @@ driver.  For example:
357786
 # echo 0000:06:0d.0 > /sys/bus/pci/devices/0000:06:0d.0/driver/unbind
357786
 # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
357786
 
357786
-# qemu-system-x86_64 -drive file=nvme://@var{host}:@var{bus}:@var{slot}.@var{func}/@var{namespace}
357786
+# qemu-kvm -drive file=nvme://@var{host}:@var{bus}:@var{slot}.@var{func}/@var{namespace}
357786
 @end example
357786
 
357786
 Alternative syntax using properties:
357786
 
357786
 @example
357786
-qemu-system-x86_64 -drive file.driver=nvme,file.device=@var{host}:@var{bus}:@var{slot}.@var{func},file.namespace=@var{namespace}
357786
+qemu-kvm -drive file.driver=nvme,file.device=@var{host}:@var{bus}:@var{slot}.@var{func},file.namespace=@var{namespace}
357786
 @end example
357786
 
357786
 @var{host}:@var{bus}:@var{slot}.@var{func} is the NVMe controller's PCI device
357786
diff --git a/docs/replay.txt b/docs/replay.txt
357786
index 2e21e9c..f1923e8 100644
357786
--- a/docs/replay.txt
357786
+++ b/docs/replay.txt
357786
@@ -25,7 +25,7 @@ Deterministic replay has the following features:
357786
 
357786
 Usage of the record/replay:
357786
  * First, record the execution with the following command line:
357786
-    qemu-system-i386 \
357786
+    qemu-kvm \
357786
      -icount shift=7,rr=record,rrfile=replay.bin \
357786
      -drive file=disk.qcow2,if=none,id=img-direct \
357786
      -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay \
357786
@@ -33,7 +33,7 @@ Usage of the record/replay:
357786
      -netdev user,id=net1 -device rtl8139,netdev=net1 \
357786
      -object filter-replay,id=replay,netdev=net1
357786
  * After recording, you can replay it by using another command line:
357786
-    qemu-system-i386 \
357786
+    qemu-kvm \
357786
      -icount shift=7,rr=replay,rrfile=replay.bin \
357786
      -drive file=disk.qcow2,if=none,id=img-direct \
357786
      -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay \
357786
diff --git a/docs/specs/tpm.txt b/docs/specs/tpm.txt
357786
index d1d7157..897c300 100644
357786
--- a/docs/specs/tpm.txt
357786
+++ b/docs/specs/tpm.txt
357786
@@ -98,7 +98,7 @@ QEMU files related to the TPM passthrough device:
357786
 Command line to start QEMU with the TPM passthrough device using the host's
357786
 hardware TPM /dev/tpm0:
357786
 
357786
-qemu-system-x86_64 -display sdl -enable-kvm \
357786
+qemu-kvm -display vnc -enable-kvm \
357786
   -m 1024 -boot d -bios bios-256k.bin -boot menu=on \
357786
   -tpmdev passthrough,id=tpm0,path=/dev/tpm0 \
357786
   -device tpm-tis,tpmdev=tpm0 test.img
357786
@@ -164,7 +164,7 @@ swtpm socket --tpmstate dir=/tmp/mytpm1 \
357786
 Command line to start QEMU with the TPM emulator device communicating with
357786
 the swtpm:
357786
 
357786
-qemu-system-x86_64 -display sdl -enable-kvm \
357786
+qemu-kvm -display sdl -enable-kvm \
357786
   -m 1024 -boot d -bios bios-256k.bin -boot menu=on \
357786
   -chardev socket,id=chrtpm,path=/tmp/mytpm1/swtpm-sock \
357786
   -tpmdev emulator,id=tpm0,chardev=chrtpm \
357786
diff --git a/qemu-doc.texi b/qemu-doc.texi
357786
index 5813d27..de5097a 100644
357786
--- a/qemu-doc.texi
357786
+++ b/qemu-doc.texi
357786
@@ -203,12 +203,12 @@ Note that, by default, GUS shares IRQ(7) with parallel ports and so
357786
 QEMU must be told to not have parallel ports to have working GUS.
357786
 
357786
 @example
357786
-qemu-system-i386 dos.img -soundhw gus -parallel none
357786
+qemu-kvm dos.img -soundhw gus -parallel none
357786
 @end example
357786
 
357786
 Alternatively:
357786
 @example
357786
-qemu-system-i386 dos.img -device gus,irq=5
357786
+qemu-kvm dos.img -device gus,irq=5
357786
 @end example
357786
 
357786
 Or some other unclaimed IRQ.
357786
@@ -224,7 +224,7 @@ CS4231A is the chip used in Windows Sound System and GUSMAX products
357786
 Download and uncompress the linux image (@file{linux.img}) and type:
357786
 
357786
 @example
357786
-qemu-system-i386 linux.img
357786
+qemu-kvm linux.img
357786
 @end example
357786
 
357786
 Linux should boot and give you a prompt.
357786
@@ -234,7 +234,7 @@ Linux should boot and give you a prompt.
357786
 
357786
 @example
357786
 @c man begin SYNOPSIS
357786
-@command{qemu-system-i386} [@var{options}] [@var{disk_image}]
357786
+@command{qemu-kvm} [@var{options}] [@var{disk_image}]
357786
 @c man end
357786
 @end example
357786
 
357786
@@ -813,7 +813,7 @@ On Linux hosts, a shared memory device is available.  The basic syntax
9bac43
 is:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-x86_64 -device ivshmem-plain,memdev=@var{hostmem}
9bac43
+qemu-kvm -device ivshmem-plain,memdev=@var{hostmem}
9bac43
 @end example
9bac43
 
9bac43
 where @var{hostmem} names a host memory backend.  For a POSIX shared
357786
@@ -834,7 +834,7 @@ memory server is:
9bac43
 ivshmem-server -p @var{pidfile} -S @var{path} -m @var{shm-name} -l @var{shm-size} -n @var{vectors}
9bac43
 
9bac43
 # Then start your qemu instances with matching arguments
9bac43
-qemu-system-x86_64 -device ivshmem-doorbell,vectors=@var{vectors},chardev=@var{id}
9bac43
+qemu-kvm -device ivshmem-doorbell,vectors=@var{vectors},chardev=@var{id}
9bac43
                  -chardev socket,path=@var{path},id=@var{id}
9bac43
 @end example
9bac43
 
357786
@@ -859,7 +859,7 @@ Instead of specifying the <shm size> using POSIX shm, you may specify
9bac43
 a memory backend that has hugepage support:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-x86_64 -object memory-backend-file,size=1G,mem-path=/dev/hugepages/my-shmem-file,share,id=mb1
9bac43
+qemu-kvm -object memory-backend-file,size=1G,mem-path=/dev/hugepages/my-shmem-file,share,id=mb1
9bac43
                  -device ivshmem-plain,memdev=mb1
9bac43
 @end example
9bac43
 
357786
@@ -875,7 +875,7 @@ kernel testing.
9bac43
 
9bac43
 The syntax is:
9bac43
 @example
9bac43
-qemu-system-i386 -kernel arch/i386/boot/bzImage -hda root-2.4.20.img -append "root=/dev/hda"
9bac43
+qemu-kvm -kernel arch/i386/boot/bzImage -hda root-2.4.20.img -append "root=/dev/hda"
9bac43
 @end example
9bac43
 
9bac43
 Use @option{-kernel} to provide the Linux kernel image and
357786
@@ -890,7 +890,7 @@ If you do not need graphical output, you can disable it and redirect
9bac43
 the virtual serial port and the QEMU monitor to the console with the
9bac43
 @option{-nographic} option. The typical command line is:
9bac43
 @example
9bac43
-qemu-system-i386 -kernel arch/i386/boot/bzImage -hda root-2.4.20.img \
9bac43
+qemu-kvm -kernel arch/i386/boot/bzImage -hda root-2.4.20.img \
9bac43
                  -append "root=/dev/hda console=ttyS0" -nographic
9bac43
 @end example
9bac43
 
357786
@@ -956,7 +956,7 @@ Network adapter that supports CDC ethernet and RNDIS protocols.  @var{id}
9bac43
 specifies a netdev defined with @code{-netdev @dots{},id=@var{id}}.
9bac43
 For instance, user-mode networking can be used with
9bac43
 @example
9bac43
-qemu-system-i386 [...] -netdev user,id=net0 -device usb-net,netdev=net0
9bac43
+qemu-kvm [...] -netdev user,id=net0 -device usb-net,netdev=net0
9bac43
 @end example
9bac43
 @item usb-ccid
9bac43
 Smartcard reader device
357786
@@ -975,7 +975,7 @@ no type is given, the HCI logic corresponds to @code{-bt hci,vlan=0}.
9bac43
 This USB device implements the USB Transport Layer of HCI.  Example
9bac43
 usage:
9bac43
 @example
9bac43
-@command{qemu-system-i386} [...@var{OPTIONS}...] @option{-usbdevice} bt:hci,vlan=3 @option{-bt} device:keyboard,vlan=3
9bac43
+@command{qemu-kvm} [...@var{OPTIONS}...] @option{-usbdevice} bt:hci,vlan=3 @option{-bt} device:keyboard,vlan=3
9bac43
 @end example
9bac43
 @end table
9bac43
 
357786
@@ -1052,7 +1052,7 @@ For this setup it is recommended to restrict it to listen on a UNIX domain
9bac43
 socket only. For example
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 [...OPTIONS...] -vnc unix:/home/joebloggs/.qemu-myvm-vnc
9bac43
+qemu-kvm [...OPTIONS...] -vnc unix:/home/joebloggs/.qemu-myvm-vnc
9bac43
 @end example
9bac43
 
9bac43
 This ensures that only users on local box with read/write access to that
357786
@@ -1075,7 +1075,7 @@ is running the password is set with the monitor. Until the monitor is used to
9bac43
 set the password all clients will be rejected.
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 [...OPTIONS...] -vnc :1,password -monitor stdio
9bac43
+qemu-kvm [...OPTIONS...] -vnc :1,password -monitor stdio
9bac43
 (qemu) change vnc password
9bac43
 Password: ********
9bac43
 (qemu)
357786
@@ -1092,7 +1092,7 @@ support provides a secure session, but no authentication. This allows any
9bac43
 client to connect, and provides an encrypted session.
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 [...OPTIONS...] -vnc :1,tls,x509=/etc/pki/qemu -monitor stdio
9bac43
+qemu-kvm [...OPTIONS...] -vnc :1,tls,x509=/etc/pki/qemu -monitor stdio
9bac43
 @end example
9bac43
 
9bac43
 In the above example @code{/etc/pki/qemu} should contain at least three files,
357786
@@ -1110,7 +1110,7 @@ then validate against the CA certificate. This is a good choice if deploying
9bac43
 in an environment with a private internal certificate authority.
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 [...OPTIONS...] -vnc :1,tls,x509verify=/etc/pki/qemu -monitor stdio
9bac43
+qemu-kvm [...OPTIONS...] -vnc :1,tls,x509verify=/etc/pki/qemu -monitor stdio
9bac43
 @end example
9bac43
 
9bac43
 
357786
@@ -1121,7 +1121,7 @@ Finally, the previous method can be combined with VNC password authentication
9bac43
 to provide two layers of authentication for clients.
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 [...OPTIONS...] -vnc :1,password,tls,x509verify=/etc/pki/qemu -monitor stdio
9bac43
+qemu-kvm [...OPTIONS...] -vnc :1,password,tls,x509verify=/etc/pki/qemu -monitor stdio
9bac43
 (qemu) change vnc password
9bac43
 Password: ********
9bac43
 (qemu)
357786
@@ -1144,7 +1144,7 @@ used for authentication, but assuming use of one supporting SSF,
9bac43
 then QEMU can be launched with:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 [...OPTIONS...] -vnc :1,sasl -monitor stdio
9bac43
+qemu-kvm [...OPTIONS...] -vnc :1,sasl -monitor stdio
9bac43
 @end example
9bac43
 
9bac43
 @node vnc_sec_certificate_sasl
357786
@@ -1158,7 +1158,7 @@ credentials. This can be enabled, by combining the 'sasl' option
9bac43
 with the aforementioned TLS + x509 options:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 [...OPTIONS...] -vnc :1,tls,x509,sasl -monitor stdio
9bac43
+qemu-kvm [...OPTIONS...] -vnc :1,tls,x509,sasl -monitor stdio
9bac43
 @end example
9bac43
 
357786
 @node vnc_setup_sasl
357786
@@ -1514,7 +1514,7 @@ QEMU has a primitive support to work with gdb, so that you can do
9bac43
 In order to use gdb, launch QEMU with the '-s' option. It will wait for a
9bac43
 gdb connection:
9bac43
 @example
9bac43
-qemu-system-i386 -s -kernel arch/i386/boot/bzImage -hda root-2.4.20.img \
9bac43
+qemu-kvm -s -kernel arch/i386/boot/bzImage -hda root-2.4.20.img \
9bac43
                     -append "root=/dev/hda"
9bac43
 Connected to host network interface: tun0
9bac43
 Waiting gdb connection on port 1234
357786
@@ -1760,7 +1760,7 @@ Set the initial VGA graphic mode. The default is 800x600x32.
9bac43
 Set OpenBIOS variables in NVRAM, for example:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-ppc -prom-env 'auto-boot?=false' \
9bac43
+qemu-kvm -prom-env 'auto-boot?=false' \
9bac43
  -prom-env 'boot-device=hd:2,\yaboot' \
9bac43
  -prom-env 'boot-args=conf=hd:2,\yaboot.conf'
9bac43
 @end example
9bac43
diff --git a/qemu-options.hx b/qemu-options.hx
357786
index 2042dba..43f10b1 100644
9bac43
--- a/qemu-options.hx
9bac43
+++ b/qemu-options.hx
357786
@@ -263,7 +263,7 @@ This option defines a free-form string that can be used to describe @var{fd}.
9bac43
 
9bac43
 You can open an image using pre-opened file descriptors from an fd set:
9bac43
 @example
9bac43
-qemu-system-i386
9bac43
+qemu-kvm
9bac43
 -add-fd fd=3,set=2,opaque="rdwr:/path/to/file"
9bac43
 -add-fd fd=4,set=2,opaque="rdonly:/path/to/file"
9bac43
 -drive file=/dev/fdset/2,index=0,media=disk
357786
@@ -292,7 +292,7 @@ STEXI
9bac43
 Set default value of @var{driver}'s property @var{prop} to @var{value}, e.g.:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 -global ide-hd.physical_block_size=4096 disk-image.img
9bac43
+qemu-kvm -global ide-hd.physical_block_size=4096 disk-image.img
9bac43
 @end example
9bac43
 
357786
 In particular, you can use this to set driver properties for devices which are
357786
@@ -346,11 +346,11 @@ bootindex options. The default is non-strict boot.
9bac43
 
9bac43
 @example
9bac43
 # try to boot from network first, then from hard disk
9bac43
-qemu-system-i386 -boot order=nc
9bac43
+qemu-kvm -boot order=nc
9bac43
 # boot from CD-ROM first, switch back to default order after reboot
9bac43
-qemu-system-i386 -boot once=d
9bac43
+qemu-kvm -boot once=d
9bac43
 # boot with a splash picture for 5 seconds.
9bac43
-qemu-system-i386 -boot menu=on,splash=/root/boot.bmp,splash-time=5000
9bac43
+qemu-kvm -boot menu=on,splash=/root/boot.bmp,splash-time=5000
9bac43
 @end example
9bac43
 
9bac43
 Note: The legacy format '-boot @var{drives}' is still supported but its
357786
@@ -379,7 +379,7 @@ For example, the following command-line sets the guest startup RAM size to
9bac43
 memory the guest can reach to 4GB:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-x86_64 -m 1G,slots=3,maxmem=4G
9bac43
+qemu-kvm -m 1G,slots=3,maxmem=4G
9bac43
 @end example
9bac43
 
9bac43
 If @var{slots} and @var{maxmem} are not specified, memory hotplug won't
357786
@@ -448,12 +448,12 @@ Enable audio and selected sound hardware. Use 'help' to print all
9bac43
 available sound hardware.
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 -soundhw sb16,adlib disk.img
9bac43
-qemu-system-i386 -soundhw es1370 disk.img
9bac43
-qemu-system-i386 -soundhw ac97 disk.img
9bac43
-qemu-system-i386 -soundhw hda disk.img
9bac43
-qemu-system-i386 -soundhw all disk.img
9bac43
-qemu-system-i386 -soundhw help
9bac43
+qemu-kvm -soundhw sb16,adlib disk.img
9bac43
+qemu-kvm -soundhw es1370 disk.img
9bac43
+qemu-kvm -soundhw ac97 disk.img
9bac43
+qemu-kvm -soundhw hda disk.img
9bac43
+qemu-kvm -soundhw all disk.img
9bac43
+qemu-kvm -soundhw help
9bac43
 @end example
9bac43
 
9bac43
 Note that Linux's i810_audio OSS kernel (for AC97) module might
357786
@@ -946,21 +946,21 @@ is off.
9bac43
 
9bac43
 Instead of @option{-cdrom} you can use:
9bac43
 @example
9bac43
-qemu-system-i386 -drive file=file,index=2,media=cdrom
9bac43
+qemu-kvm -drive file=file,index=2,media=cdrom
9bac43
 @end example
9bac43
 
9bac43
 Instead of @option{-hda}, @option{-hdb}, @option{-hdc}, @option{-hdd}, you can
9bac43
 use:
9bac43
 @example
9bac43
-qemu-system-i386 -drive file=file,index=0,media=disk
9bac43
-qemu-system-i386 -drive file=file,index=1,media=disk
9bac43
-qemu-system-i386 -drive file=file,index=2,media=disk
9bac43
-qemu-system-i386 -drive file=file,index=3,media=disk
9bac43
+qemu-kvm -drive file=file,index=0,media=disk
9bac43
+qemu-kvm -drive file=file,index=1,media=disk
9bac43
+qemu-kvm -drive file=file,index=2,media=disk
9bac43
+qemu-kvm -drive file=file,index=3,media=disk
9bac43
 @end example
9bac43
 
9bac43
 You can open an image using pre-opened file descriptors from an fd set:
9bac43
 @example
9bac43
-qemu-system-i386
9bac43
+qemu-kvm
9bac43
 -add-fd fd=3,set=2,opaque="rdwr:/path/to/file"
9bac43
 -add-fd fd=4,set=2,opaque="rdonly:/path/to/file"
9bac43
 -drive file=/dev/fdset/2,index=0,media=disk
357786
@@ -968,28 +968,28 @@ qemu-system-i386
9bac43
 
9bac43
 You can connect a CDROM to the slave of ide0:
9bac43
 @example
9bac43
-qemu-system-i386 -drive file=file,if=ide,index=1,media=cdrom
9bac43
+qemu-kvm -drive file=file,if=ide,index=1,media=cdrom
9bac43
 @end example
9bac43
 
9bac43
 If you don't specify the "file=" argument, you define an empty drive:
9bac43
 @example
9bac43
-qemu-system-i386 -drive if=ide,index=1,media=cdrom
9bac43
+qemu-kvm -drive if=ide,index=1,media=cdrom
9bac43
 @end example
9bac43
 
9bac43
 Instead of @option{-fda}, @option{-fdb}, you can use:
9bac43
 @example
9bac43
-qemu-system-i386 -drive file=file,index=0,if=floppy
9bac43
-qemu-system-i386 -drive file=file,index=1,if=floppy
9bac43
+qemu-kvm -drive file=file,index=0,if=floppy
9bac43
+qemu-kvm -drive file=file,index=1,if=floppy
9bac43
 @end example
9bac43
 
9bac43
 By default, @var{interface} is "ide" and @var{index} is automatically
9bac43
 incremented:
9bac43
 @example
9bac43
-qemu-system-i386 -drive file=a -drive file=b"
9bac43
+qemu-kvm -drive file=a -drive file=b"
9bac43
 @end example
9bac43
 is interpreted like:
9bac43
 @example
9bac43
-qemu-system-i386 -hda a -hdb b
9bac43
+qemu-kvm -hda a -hdb b
9bac43
 @end example
9bac43
 ETEXI
9bac43
 
357786
@@ -2056,8 +2056,8 @@ The following two example do exactly the same, to show how @option{-nic} can
357786
 be used to shorten the command line length (note that the e1000 is the default
357786
 on i386, so the @option{model=e1000} parameter could even be omitted here, too):
357786
 @example
357786
-qemu-system-i386 -netdev user,id=n1,ipv6=off -device e1000,netdev=n1,mac=52:54:98:76:54:32
357786
-qemu-system-i386 -nic user,ipv6=off,model=e1000,mac=52:54:98:76:54:32
357786
+qemu-kvm -netdev user,id=n1,ipv6=off -device e1000,netdev=n1,mac=52:54:98:76:54:32
357786
+qemu-kvm -nic user,ipv6=off,model=e1000,mac=52:54:98:76:54:32
357786
 @end example
357786
 
357786
 @item -nic none
357786
@@ -2128,7 +2128,7 @@ can not be resolved.
9bac43
 
9bac43
 Example:
9bac43
 @example
357786
-qemu-system-i386 -nic user,dnssearch=mgmt.example.org,dnssearch=example.org
357786
+qemu-kvm -nic user,dnssearch=mgmt.example.org,dnssearch=example.org
9bac43
 @end example
9bac43
 
9bac43
 @item tftp=@var{dir}
357786
@@ -2144,7 +2144,7 @@ a guest from a local directory.
9bac43
 
9bac43
 Example (using pxelinux):
9bac43
 @example
357786
-qemu-system-i386 -hda linux.img -boot n -device e1000,netdev=n1 \
357786
+qemu-kvm -hda linux.img -boot n -device e1000,netdev=n1 \
357786
     -netdev user,id=n1,tftp=/path/to/tftp/files,bootfile=/pxelinux.0
9bac43
 @end example
9bac43
 
357786
@@ -2178,7 +2178,7 @@ screen 0, use the following:
9bac43
 
9bac43
 @example
9bac43
 # on the host
357786
-qemu-system-i386 -nic user,hostfwd=tcp:127.0.0.1:6001-:6000
357786
+qemu-kvm -nic user,hostfwd=tcp:127.0.0.1:6001-:6000
9bac43
 # this host xterm should open in the guest X11 server
9bac43
 xterm -display :1
9bac43
 @end example
357786
@@ -2188,7 +2188,7 @@ the guest, use the following:
9bac43
 
9bac43
 @example
9bac43
 # on the host
357786
-qemu-system-i386 -nic user,hostfwd=tcp::5555-:23
357786
+qemu-kvm -nic user,hostfwd=tcp::5555-:23
9bac43
 telnet localhost 5555
9bac43
 @end example
9bac43
 
357786
@@ -2207,7 +2207,7 @@ lifetime, like in the following example:
9bac43
 @example
9bac43
 # open 10.10.1.1:4321 on bootup, connect 10.0.2.100:1234 to it whenever
9bac43
 # the guest accesses it
357786
-qemu-system-i386 -nic user,guestfwd=tcp:10.0.2.100:1234-tcp:10.10.1.1:4321
357786
+qemu-kvm -nic user,guestfwd=tcp:10.0.2.100:1234-tcp:10.10.1.1:4321
9bac43
 @end example
9bac43
 
9bac43
 Or you can execute a command on every TCP connection established by the guest,
357786
@@ -2216,7 +2216,7 @@ so that QEMU behaves similar to an inetd process for that virtual server:
9bac43
 @example
9bac43
 # call "netcat 10.10.1.1 4321" on every TCP connection to 10.0.2.100:1234
9bac43
 # and connect the TCP stream to its stdin/stdout
357786
-qemu-system-i386 -nic  'user,id=n1,guestfwd=tcp:10.0.2.100:1234-cmd:netcat 10.10.1.1 4321'
357786
+qemu-kvm -nic  'user,id=n1,guestfwd=tcp:10.0.2.100:1234-cmd:netcat 10.10.1.1 4321'
9bac43
 @end example
9bac43
 
9bac43
 @end table
357786
@@ -2248,21 +2248,22 @@ Examples:
9bac43
 
9bac43
 @example
9bac43
 #launch a QEMU instance with the default network script
357786
-qemu-system-i386 linux.img -nic tap
357786
+qemu-kvm linux.img -nic tap
9bac43
 @end example
9bac43
 
9bac43
 @example
9bac43
 #launch a QEMU instance with two NICs, each one connected
9bac43
 #to a TAP device
9bac43
-qemu-system-i386 linux.img \
9bac43
+qemu-kvm linux.img \
357786
         -netdev tap,id=nd0,ifname=tap0 -device e1000,netdev=nd0 \
357786
         -netdev tap,id=nd1,ifname=tap1 -device rtl8139,netdev=nd1
357786
+                 -net nic,vlan=1 -net tap,vlan=1,ifname=tap1
9bac43
 @end example
357786
 
9bac43
 @example
9bac43
 #launch a QEMU instance with the default network helper to
9bac43
 #connect a TAP device to bridge br0
357786
-qemu-system-i386 linux.img -device virtio-net-pci,netdev=n1 \
357786
+qemu-kvm linux.img -device virtio-net-pci,netdev=n1 \
357786
         -netdev tap,id=n1,"helper=/path/to/qemu-bridge-helper"
9bac43
 @end example
9bac43
 
357786
@@ -2279,13 +2280,13 @@ Examples:
9bac43
 @example
9bac43
 #launch a QEMU instance with the default network helper to
9bac43
 #connect a TAP device to bridge br0
357786
-qemu-system-i386 linux.img -netdev bridge,id=n1 -device virtio-net,netdev=n1
357786
+qemu-kvm linux.img -netdev bridge,id=n1 -device virtio-net,netdev=n1
9bac43
 @end example
9bac43
 
9bac43
 @example
9bac43
 #launch a QEMU instance with the default network helper to
9bac43
 #connect a TAP device to bridge qemubr0
357786
-qemu-system-i386 linux.img -netdev bridge,br=qemubr0,id=n1 -device virtio-net,netdev=n1
357786
+qemu-kvm linux.img -netdev bridge,br=qemubr0,id=n1 -device virtio-net,netdev=n1
9bac43
 @end example
9bac43
 
9bac43
 @item -netdev socket,id=@var{id}[,fd=@var{h}][,listen=[@var{host}]:@var{port}][,connect=@var{host}:@var{port}]
357786
@@ -2300,13 +2301,13 @@ specifies an already opened TCP socket.
9bac43
 Example:
9bac43
 @example
9bac43
 # launch a first QEMU instance
9bac43
-qemu-system-i386 linux.img \
357786
-                 -device e1000,netdev=n1,mac=52:54:00:12:34:56 \
357786
-                 -netdev socket,id=n1,listen=:1234
9bac43
+qemu-kvm linux.img \
357786
+         -device e1000,netdev=n1,mac=52:54:00:12:34:56 \
357786
+         -netdev socket,id=n1,listen=:1234
357786
 # connect the network of this instance to the network of the first instance
9bac43
-qemu-system-i386 linux.img \
357786
-                 -device e1000,netdev=n2,mac=52:54:00:12:34:57 \
357786
-                 -netdev socket,id=n2,connect=127.0.0.1:1234
9bac43
+qemu-kvm linux.img \
357786
+         -device e1000,netdev=n2,mac=52:54:00:12:34:57 \
357786
+         -netdev socket,id=n2,connect=127.0.0.1:1234
9bac43
 @end example
357786
 
357786
 @item -netdev socket,id=@var{id}[,fd=@var{h}][,mcast=@var{maddr}:@var{port}[,localaddr=@var{addr}]]
357786
@@ -2329,23 +2330,23 @@ Use @option{fd=h} to specify an already opened UDP multicast socket.
9bac43
 Example:
9bac43
 @example
9bac43
 # launch one QEMU instance
9bac43
-qemu-system-i386 linux.img \
357786
-                 -device e1000,netdev=n1,mac=52:54:00:12:34:56 \
357786
-                 -netdev socket,id=n1,mcast=230.0.0.1:1234
9bac43
+qemu-kvm linux.img \
357786
+         -device e1000,netdev=n1,mac=52:54:00:12:34:56 \
357786
+         -netdev socket,id=n1,mcast=230.0.0.1:1234
9bac43
 # launch another QEMU instance on same "bus"
9bac43
-qemu-system-i386 linux.img \
357786
-                 -device e1000,netdev=n2,mac=52:54:00:12:34:57 \
357786
-                 -netdev socket,id=n2,mcast=230.0.0.1:1234
9bac43
+qemu-kvm linux.img \
357786
+         -device e1000,netdev=n2,mac=52:54:00:12:34:57 \
357786
+         -netdev socket,id=n2,mcast=230.0.0.1:1234
9bac43
 # launch yet another QEMU instance on same "bus"
9bac43
-qemu-system-i386 linux.img \
357786
-                 -device e1000,netdev=n3,macaddr=52:54:00:12:34:58 \
357786
-                 -netdev socket,id=n3,mcast=230.0.0.1:1234
9bac43
+qemu-kvm linux.img \
357786
+         -device e1000,netdev=n3,macaddr=52:54:00:12:34:58 \
357786
+         -netdev socket,id=n3,mcast=230.0.0.1:1234
9bac43
 @end example
357786
 
357786
 Example (User Mode Linux compat.):
9bac43
 @example
357786
 # launch QEMU instance (note mcast address selected is UML's default)
9bac43
-qemu-system-i386 linux.img \
9bac43
+qemu-kvm linux.img \
357786
                  -device e1000,netdev=n1,mac=52:54:00:12:34:56 \
357786
                  -netdev socket,id=n1,mcast=239.192.168.1:1102
9bac43
 # launch UML
357786
@@ -2354,9 +2355,12 @@ qemu-system-i386 linux.img \
9bac43
 
9bac43
 Example (send packets from host's 1.2.3.4):
9bac43
 @example
9bac43
-qemu-system-i386 linux.img \
357786
-                 -device e1000,netdev=n1,mac=52:54:00:12:34:56 \
357786
-                 -netdev socket,id=n1,mcast=239.192.168.1:1102,localaddr=1.2.3.4
357786
+qemu-kvm linux.img \
357786
+         -device e1000,netdev=n1,mac=52:54:00:12:34:56 \
357786
+         -netdev socket,id=n1,mcast=239.192.168.1:1102,localaddr=1.2.3.4
9bac43
+qemu-kvm linux.img \
357786
+         -net nic,macaddr=52:54:00:12:34:56 \
357786
+         -net socket,mcast=239.192.168.1:1102,localaddr=1.2.3.4
9bac43
 @end example
357786
 
357786
 @item -netdev l2tpv3,id=@var{id},src=@var{srcaddr},dst=@var{dstaddr}[,srcport=@var{srcport}][,dstport=@var{dstport}],txsession=@var{txsession}[,rxsession=@var{rxsession}][,ipv6][,udp][,cookie64][,counter][,pincounter][,txcookie=@var{txcookie}][,rxcookie=@var{rxcookie}][,offset=@var{offset}]
357786
@@ -2414,7 +2418,7 @@ brctl addif br-lan vmtunnel0
9bac43
 # on 4.3.2.1
9bac43
 # launch QEMU instance - if your network has reorder or is very lossy add ,pincounter
9bac43
 
357786
-qemu-system-i386 linux.img -device e1000,netdev=n1 \
357786
+qemu-kvm linux.img -device e1000,netdev=n1 \
357786
     -netdev l2tpv3,id=n1,src=4.2.3.1,dst=1.2.3.4,udp,srcport=16384,dstport=16384,rxsession=0xffffffff,txsession=0xffffffff,counter
9bac43
 
9bac43
 @end example
357786
@@ -2431,7 +2435,7 @@ Example:
9bac43
 # launch vde switch
9bac43
 vde_switch -F -sock /tmp/myswitch
9bac43
 # launch QEMU instance
357786
-qemu-system-i386 linux.img -nic vde,sock=/tmp/myswitch
357786
+qemu-kvm linux.img -nic vde,sock=/tmp/myswitch
9bac43
 @end example
9bac43
 
357786
 @item -netdev vhost-user,chardev=@var{id}[,vhostforce=on|off][,queues=n]
357786
@@ -2445,11 +2449,11 @@ be created for multiqueue vhost-user.
9bac43
 
9bac43
 Example:
9bac43
 @example
9bac43
-qemu -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
9bac43
-     -numa node,memdev=mem \
9bac43
-     -chardev socket,id=chr0,path=/path/to/socket \
9bac43
-     -netdev type=vhost-user,id=net0,chardev=chr0 \
9bac43
-     -device virtio-net-pci,netdev=net0
9bac43
+qemu-kvm -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
9bac43
+         -numa node,memdev=mem \
9bac43
+         -chardev socket,id=chr0,path=/path/to/socket \
9bac43
+         -netdev type=vhost-user,id=net0,chardev=chr0 \
9bac43
+         -device virtio-net-pci,netdev=net0
9bac43
 @end example
9bac43
 
357786
 @item -netdev hubport,id=@var{id},hubid=@var{hubid}[,netdev=@var{nd}]
357786
@@ -2879,7 +2883,7 @@ and communicate.  Requires the Linux @code{vhci} driver installed.  Can
9bac43
 be used as following:
9bac43
 
9bac43
 @example
9bac43
-qemu-system-i386 [...OPTIONS...] -bt hci,vlan=5 -bt vhci,vlan=5
9bac43
+qemu-kvm [...OPTIONS...] -bt hci,vlan=5 -bt vhci,vlan=5
9bac43
 @end example
9bac43
 
9bac43
 @item -bt device:@var{dev}[,vlan=@var{n}]
357786
@@ -3310,14 +3314,14 @@ ETEXI
9bac43
 
9bac43
 DEF("realtime", HAS_ARG, QEMU_OPTION_realtime,
9bac43
     "-realtime [mlock=on|off]\n"
9bac43
-    "                run qemu with realtime features\n"
9bac43
+    "                run qemu-kvm with realtime features\n"
9bac43
     "                mlock=on|off controls mlock support (default: on)\n",
9bac43
     QEMU_ARCH_ALL)
9bac43
 STEXI
9bac43
 @item -realtime mlock=on|off
9bac43
 @findex -realtime
9bac43
-Run qemu with realtime features.
9bac43
-mlocking qemu and guest memory can be enabled via @option{mlock=on}
9bac43
+Run qemu-kvm with realtime features.
9bac43
+mlocking qemu-kvm and guest memory can be enabled via @option{mlock=on}
9bac43
 (enabled by default).
9bac43
 ETEXI
9bac43
 
357786
@@ -3331,7 +3335,7 @@ connections will likely be TCP-based, but also UDP, pseudo TTY, or even
9bac43
 stdio are reasonable use case. The latter is allowing to start QEMU from
9bac43
 within gdb and establish the connection via a pipe:
9bac43
 @example
9bac43
-(gdb) target remote | exec qemu-system-i386 -gdb stdio ...
9bac43
+(gdb) target remote | exec qemu-kvm -gdb stdio ...
9bac43
 @end example
9bac43
 ETEXI
9bac43
 
357786
@@ -4251,7 +4255,7 @@ which specify the queue number of cryptodev backend, the default of
9bac43
 
9bac43
 @example
9bac43
 
9bac43
- # qemu-system-x86_64 \
9bac43
+ # qemu-kvm \
9bac43
    [...] \
9bac43
        -object cryptodev-backend-builtin,id=cryptodev0 \
9bac43
        -device virtio-crypto-pci,id=crypto0,cryptodev=cryptodev0 \
357786
@@ -4271,7 +4275,7 @@ of cryptodev backend for multiqueue vhost-user, the default of @var{queues} is 1
357786
 
357786
 @example
357786
 
357786
- # qemu-system-x86_64 \
357786
+ # qemu-kvm \
357786
    [...] \
357786
        -chardev socket,id=chardev0,path=/path/to/socket \
357786
        -object cryptodev-vhost-user,id=cryptodev0,chardev=chardev0 \
9bac43
-- 
9bac43
1.8.3.1
9bac43