|
|
76daa3 |
From 1c2dac56d5e710faebe25b7aa9cac594ec0f9d4b Mon Sep 17 00:00:00 2001
|
|
|
76daa3 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
76daa3 |
Date: Fri, 14 Nov 2014 08:51:50 +0100
|
|
|
76daa3 |
Subject: Use qemu-kvm in documentation instead of qemu-system-i386
|
|
|
76daa3 |
|
|
|
76daa3 |
Patchwork-id: 62380
|
|
|
76daa3 |
O-Subject: [RHEV-7.1 qemu-kvm-rhev PATCHv4] Use qemu-kvm in documentation instead of qemu-system-i386
|
|
|
76daa3 |
Bugzilla: 1140620
|
|
|
76daa3 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
76daa3 |
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
|
|
|
76daa3 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
76daa3 |
|
|
|
76daa3 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
76daa3 |
|
|
|
76daa3 |
We change the name and location of qemu-kvm binaries. Update documentation
|
|
|
76daa3 |
to reflect this change.
|
|
|
76daa3 |
|
|
|
76daa3 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
76daa3 |
(cherry picked from commit acd13dd2a1ddce4de705587bc90a07939e7b3d7f)
|
|
|
76daa3 |
|
|
|
76daa3 |
Rebase Notes (2.9.0):
|
|
|
76daa3 |
- fixed chunks missed on 2.8 rebase
|
|
|
76daa3 |
|
|
|
76daa3 |
(cherry picked from commit c4a72f98eb8bbc3237e23725413dea0e23d7b88a)
|
|
|
76daa3 |
---
|
|
|
76daa3 |
qemu-doc.texi | 110 ++++++++++++++++++++---------------------
|
|
|
76daa3 |
qemu-options.hx | 148 ++++++++++++++++++++++++++++----------------------------
|
|
|
76daa3 |
2 files changed, 129 insertions(+), 129 deletions(-)
|
|
|
76daa3 |
|
|
|
76daa3 |
diff --git a/qemu-doc.texi b/qemu-doc.texi
|
|
|
76daa3 |
index 794ab4a..8a3d7d4 100644
|
|
|
76daa3 |
--- a/qemu-doc.texi
|
|
|
76daa3 |
+++ b/qemu-doc.texi
|
|
|
76daa3 |
@@ -199,12 +199,12 @@ Note that, by default, GUS shares IRQ(7) with parallel ports and so
|
|
|
76daa3 |
QEMU must be told to not have parallel ports to have working GUS.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 dos.img -soundhw gus -parallel none
|
|
|
76daa3 |
+qemu-kvm dos.img -soundhw gus -parallel none
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Alternatively:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 dos.img -device gus,irq=5
|
|
|
76daa3 |
+qemu-kvm dos.img -device gus,irq=5
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Or some other unclaimed IRQ.
|
|
|
76daa3 |
@@ -220,7 +220,7 @@ CS4231A is the chip used in Windows Sound System and GUSMAX products
|
|
|
76daa3 |
Download and uncompress the linux image (@file{linux.img}) and type:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux.img
|
|
|
76daa3 |
+qemu-kvm linux.img
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Linux should boot and give you a prompt.
|
|
|
76daa3 |
@@ -230,7 +230,7 @@ Linux should boot and give you a prompt.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
@c man begin SYNOPSIS
|
|
|
76daa3 |
-@command{qemu-system-i386} [@var{options}] [@var{disk_image}]
|
|
|
76daa3 |
+@command{qemu-kvm} [@var{options}] [@var{disk_image}]
|
|
|
76daa3 |
@c man end
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -789,7 +789,7 @@ QEMU can automatically create a virtual FAT disk image from a
|
|
|
76daa3 |
directory tree. In order to use it, just type:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux.img -hdb fat:/my_directory
|
|
|
76daa3 |
+qemu-kvm linux.img -hdb fat:/my_directory
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Then you access access to all the files in the @file{/my_directory}
|
|
|
76daa3 |
@@ -799,14 +799,14 @@ them via SAMBA or NFS. The default access is @emph{read-only}.
|
|
|
76daa3 |
Floppies can be emulated with the @code{:floppy:} option:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux.img -fda fat:floppy:/my_directory
|
|
|
76daa3 |
+qemu-kvm linux.img -fda fat:floppy:/my_directory
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
A read/write support is available for testing (beta stage) with the
|
|
|
76daa3 |
@code{:rw:} option:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux.img -fda fat:floppy:rw:/my_directory
|
|
|
76daa3 |
+qemu-kvm linux.img -fda fat:floppy:rw:/my_directory
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
What you should @emph{never} do:
|
|
|
76daa3 |
@@ -824,14 +824,14 @@ QEMU can access directly to block device exported using the Network Block Device
|
|
|
76daa3 |
protocol.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux.img -hdb nbd://my_nbd_server.mydomain.org:1024/
|
|
|
76daa3 |
+qemu-kvm linux.img -hdb nbd://my_nbd_server.mydomain.org:1024/
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
If the NBD server is located on the same host, you can use an unix socket instead
|
|
|
76daa3 |
of an inet socket:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux.img -hdb nbd+unix://?socket=/tmp/my_socket
|
|
|
76daa3 |
+qemu-kvm linux.img -hdb nbd+unix://?socket=/tmp/my_socket
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
In this case, the block device must be exported using qemu-nbd:
|
|
|
76daa3 |
@@ -848,23 +848,23 @@ qemu-nbd --socket=/tmp/my_socket --share=2 my_disk.qcow2
|
|
|
76daa3 |
@noindent
|
|
|
76daa3 |
and then you can use it with two guests:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux1.img -hdb nbd+unix://?socket=/tmp/my_socket
|
|
|
76daa3 |
-qemu-system-i386 linux2.img -hdb nbd+unix://?socket=/tmp/my_socket
|
|
|
76daa3 |
+qemu-kvm linux1.img -hdb nbd+unix://?socket=/tmp/my_socket
|
|
|
76daa3 |
+qemu-kvm linux2.img -hdb nbd+unix://?socket=/tmp/my_socket
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
If the nbd-server uses named exports (supported since NBD 2.9.18, or with QEMU's
|
|
|
76daa3 |
own embedded NBD server), you must specify an export name in the URI:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -cdrom nbd://localhost/debian-500-ppc-netinst
|
|
|
76daa3 |
-qemu-system-i386 -cdrom nbd://localhost/openSUSE-11.1-ppc-netinst
|
|
|
76daa3 |
+qemu-kvm -cdrom nbd://localhost/debian-500-ppc-netinst
|
|
|
76daa3 |
+qemu-kvm -cdrom nbd://localhost/openSUSE-11.1-ppc-netinst
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
The URI syntax for NBD is supported since QEMU 1.3. An alternative syntax is
|
|
|
76daa3 |
also available. Here are some example of the older syntax:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux.img -hdb nbd:my_nbd_server.mydomain.org:1024
|
|
|
76daa3 |
-qemu-system-i386 linux2.img -hdb nbd:unix:/tmp/my_socket
|
|
|
76daa3 |
-qemu-system-i386 -cdrom nbd:localhost:10809:exportname=debian-500-ppc-netinst
|
|
|
76daa3 |
+qemu-kvm linux.img -hdb nbd:my_nbd_server.mydomain.org:1024
|
|
|
76daa3 |
+qemu-kvm linux2.img -hdb nbd:unix:/tmp/my_socket
|
|
|
76daa3 |
+qemu-kvm -cdrom nbd:localhost:10809:exportname=debian-500-ppc-netinst
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@node disk_images_sheepdog
|
|
|
76daa3 |
@@ -889,7 +889,7 @@ qemu-img convert @var{filename} sheepdog:///@var{image}
|
|
|
76daa3 |
|
|
|
76daa3 |
You can boot from the Sheepdog disk image with the command:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 sheepdog:///@var{image}
|
|
|
76daa3 |
+qemu-kvm sheepdog:///@var{image}
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
You can also create a snapshot of the Sheepdog image like qcow2.
|
|
|
76daa3 |
@@ -901,7 +901,7 @@ where @var{tag} is a tag name of the newly created snapshot.
|
|
|
76daa3 |
To boot from the Sheepdog snapshot, specify the tag name of the
|
|
|
76daa3 |
snapshot.
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 sheepdog:///@var{image}#@var{tag}
|
|
|
76daa3 |
+qemu-kvm sheepdog:///@var{image}#@var{tag}
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
You can create a cloned image from the existing snapshot.
|
|
|
76daa3 |
@@ -914,14 +914,14 @@ is its tag name.
|
|
|
76daa3 |
You can use an unix socket instead of an inet socket:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 sheepdog+unix:///@var{image}?socket=@var{path}
|
|
|
76daa3 |
+qemu-kvm sheepdog+unix:///@var{image}?socket=@var{path}
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
If the Sheepdog daemon doesn't run on the local host, you need to
|
|
|
76daa3 |
specify one of the Sheepdog servers to connect to.
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
qemu-img create sheepdog://@var{hostname}:@var{port}/@var{image} @var{size}
|
|
|
76daa3 |
-qemu-system-i386 sheepdog://@var{hostname}:@var{port}/@var{image}
|
|
|
76daa3 |
+qemu-kvm sheepdog://@var{hostname}:@var{port}/@var{image}
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@node disk_images_iscsi
|
|
|
76daa3 |
@@ -963,7 +963,7 @@ Various session related parameters can be set via special options, either
|
|
|
76daa3 |
in a configuration file provided via '-readconfig' or directly on the
|
|
|
76daa3 |
command line.
|
|
|
76daa3 |
|
|
|
76daa3 |
-If the initiator-name is not specified qemu will use a default name
|
|
|
76daa3 |
+If the initiator-name is not specified qemu-kvm will use a default name
|
|
|
76daa3 |
of 'iqn.2008-11.org.linux-kvm[:<name>'] where <name> is the name of the
|
|
|
76daa3 |
virtual machine.
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1010,7 +1010,7 @@ cat >iscsi.conf <
|
|
|
76daa3 |
header-digest = "CRC32C"
|
|
|
76daa3 |
EOF
|
|
|
76daa3 |
|
|
|
76daa3 |
-qemu-system-i386 -drive file=iscsi://127.0.0.1/iqn.qemu.test/1 \
|
|
|
76daa3 |
+qemu-kvm -drive file=iscsi://127.0.0.1/iqn.qemu.test/1 \
|
|
|
76daa3 |
-readconfig iscsi.conf
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1029,7 +1029,7 @@ tgtadm --lld iscsi --mode logicalunit --op new --tid 1 --lun 2 \
|
|
|
76daa3 |
-b /IMAGES/cd.iso --device-type=cd
|
|
|
76daa3 |
tgtadm --lld iscsi --op bind --mode target --tid 1 -I ALL
|
|
|
76daa3 |
|
|
|
76daa3 |
-qemu-system-i386 -iscsi initiator-name=iqn.qemu.test:my-initiator \
|
|
|
76daa3 |
+qemu-kvm -iscsi initiator-name=iqn.qemu.test:my-initiator \
|
|
|
76daa3 |
-boot d -drive file=iscsi://127.0.0.1/iqn.qemu.test/1 \
|
|
|
76daa3 |
-cdrom iscsi://127.0.0.1/iqn.qemu.test/2
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
@@ -1042,11 +1042,11 @@ GlusterFS is a user space distributed file system.
|
|
|
76daa3 |
You can boot from the GlusterFS disk image with the command:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
URI:
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster[+@var{type}]://[@var{host}[:@var{port}]]/@var{volume}/@var{path}
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster[+@var{type}]://[@var{host}[:@var{port}]]/@var{volume}/@var{path}
|
|
|
76daa3 |
[?socket=...][,file.debug=9][,file.logfile=...]
|
|
|
76daa3 |
|
|
|
76daa3 |
JSON:
|
|
|
76daa3 |
-qemu-system-x86_64 'json:@{"driver":"qcow2",
|
|
|
76daa3 |
+qemu-kvm 'json:@{"driver":"qcow2",
|
|
|
76daa3 |
"file":@{"driver":"gluster",
|
|
|
76daa3 |
"volume":"testvol","path":"a.img","debug":9,"logfile":"...",
|
|
|
76daa3 |
"server":[@{"type":"tcp","host":"...","port":"..."@},
|
|
|
76daa3 |
@@ -1094,22 +1094,22 @@ qemu-img create gluster://@var{host}/@var{volume}/@var{path} @var{size}
|
|
|
76daa3 |
|
|
|
76daa3 |
Examples
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster://1.2.3.4/testvol/a.img
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster+tcp://1.2.3.4/testvol/a.img
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster+tcp://1.2.3.4:24007/testvol/dir/a.img
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster+tcp://[1:2:3:4:5:6:7:8]/testvol/dir/a.img
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster+tcp://[1:2:3:4:5:6:7:8]:24007/testvol/dir/a.img
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster+tcp://server.domain.com:24007/testvol/dir/a.img
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster+unix:///testvol/dir/a.img?socket=/tmp/glusterd.socket
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster+rdma://1.2.3.4:24007/testvol/a.img
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=gluster://1.2.3.4/testvol/a.img,file.debug=9,file.logfile=/var/log/qemu-gluster.log
|
|
|
76daa3 |
-qemu-system-x86_64 'json:@{"driver":"qcow2",
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster://1.2.3.4/testvol/a.img
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster+tcp://1.2.3.4/testvol/a.img
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster+tcp://1.2.3.4:24007/testvol/dir/a.img
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster+tcp://[1:2:3:4:5:6:7:8]/testvol/dir/a.img
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster+tcp://[1:2:3:4:5:6:7:8]:24007/testvol/dir/a.img
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster+tcp://server.domain.com:24007/testvol/dir/a.img
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster+unix:///testvol/dir/a.img?socket=/tmp/glusterd.socket
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster+rdma://1.2.3.4:24007/testvol/a.img
|
|
|
76daa3 |
+qemu-kvm -drive file=gluster://1.2.3.4/testvol/a.img,file.debug=9,file.logfile=/var/log/qemu-gluster.log
|
|
|
76daa3 |
+qemu-kvm 'json:@{"driver":"qcow2",
|
|
|
76daa3 |
"file":@{"driver":"gluster",
|
|
|
76daa3 |
"volume":"testvol","path":"a.img",
|
|
|
76daa3 |
"debug":9,"logfile":"/var/log/qemu-gluster.log",
|
|
|
76daa3 |
"server":[@{"type":"tcp","host":"1.2.3.4","port":24007@},
|
|
|
76daa3 |
@{"type":"unix","socket":"/var/run/glusterd.socket"@}]@}@}'
|
|
|
76daa3 |
-qemu-system-x86_64 -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
|
|
|
76daa3 |
+qemu-kvm -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
|
|
|
76daa3 |
file.debug=9,file.logfile=/var/log/qemu-gluster.log,
|
|
|
76daa3 |
file.server.0.type=tcp,file.server.0.host=1.2.3.4,file.server.0.port=24007,
|
|
|
76daa3 |
file.server.1.type=unix,file.server.1.socket=/var/run/glusterd.socket
|
|
|
76daa3 |
@@ -1122,13 +1122,13 @@ You can access disk images located on a remote ssh server
|
|
|
76daa3 |
by using the ssh protocol:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=ssh://[@var{user}@@]@var{server}[:@var{port}]/@var{path}[?host_key_check=@var{host_key_check}]
|
|
|
76daa3 |
+qemu-kvm -drive file=ssh://[@var{user}@@]@var{server}[:@var{port}]/@var{path}[?host_key_check=@var{host_key_check}]
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Alternative syntax using properties:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-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}]
|
|
|
76daa3 |
+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}]
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@var{ssh} is the protocol.
|
|
|
76daa3 |
@@ -1270,7 +1270,7 @@ On Linux hosts, a shared memory device is available. The basic syntax
|
|
|
76daa3 |
is:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-x86_64 -device ivshmem-plain,memdev=@var{hostmem}
|
|
|
76daa3 |
+qemu-kvm -device ivshmem-plain,memdev=@var{hostmem}
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
where @var{hostmem} names a host memory backend. For a POSIX shared
|
|
|
76daa3 |
@@ -1291,7 +1291,7 @@ memory server is:
|
|
|
76daa3 |
ivshmem-server -p @var{pidfile} -S @var{path} -m @var{shm-name} -l @var{shm-size} -n @var{vectors}
|
|
|
76daa3 |
|
|
|
76daa3 |
# Then start your qemu instances with matching arguments
|
|
|
76daa3 |
-qemu-system-x86_64 -device ivshmem-doorbell,vectors=@var{vectors},chardev=@var{id}
|
|
|
76daa3 |
+qemu-kvm -device ivshmem-doorbell,vectors=@var{vectors},chardev=@var{id}
|
|
|
76daa3 |
-chardev socket,path=@var{path},id=@var{id}
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1316,7 +1316,7 @@ Instead of specifying the <shm size> using POSIX shm, you may specify
|
|
|
76daa3 |
a memory backend that has hugepage support:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-x86_64 -object memory-backend-file,size=1G,mem-path=/dev/hugepages/my-shmem-file,share,id=mb1
|
|
|
76daa3 |
+qemu-kvm -object memory-backend-file,size=1G,mem-path=/dev/hugepages/my-shmem-file,share,id=mb1
|
|
|
76daa3 |
-device ivshmem-plain,memdev=mb1
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1332,7 +1332,7 @@ kernel testing.
|
|
|
76daa3 |
|
|
|
76daa3 |
The syntax is:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -kernel arch/i386/boot/bzImage -hda root-2.4.20.img -append "root=/dev/hda"
|
|
|
76daa3 |
+qemu-kvm -kernel arch/i386/boot/bzImage -hda root-2.4.20.img -append "root=/dev/hda"
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Use @option{-kernel} to provide the Linux kernel image and
|
|
|
76daa3 |
@@ -1347,7 +1347,7 @@ If you do not need graphical output, you can disable it and redirect
|
|
|
76daa3 |
the virtual serial port and the QEMU monitor to the console with the
|
|
|
76daa3 |
@option{-nographic} option. The typical command line is:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -kernel arch/i386/boot/bzImage -hda root-2.4.20.img \
|
|
|
76daa3 |
+qemu-kvm -kernel arch/i386/boot/bzImage -hda root-2.4.20.img \
|
|
|
76daa3 |
-append "root=/dev/hda console=ttyS0" -nographic
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1411,7 +1411,7 @@ Network adapter that supports CDC ethernet and RNDIS protocols. @var{options}
|
|
|
76daa3 |
specifies NIC options as with @code{-net nic,}@var{options} (see description).
|
|
|
76daa3 |
For instance, user-mode networking can be used with
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -net user,vlan=0 -usbdevice net:vlan=0
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -net user,vlan=0 -usbdevice net:vlan=0
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
Currently this cannot be used in machines that support PCI NICs.
|
|
|
76daa3 |
@item bt[:@var{hci-type}]
|
|
|
76daa3 |
@@ -1421,7 +1421,7 @@ no type is given, the HCI logic corresponds to @code{-bt hci,vlan=0}.
|
|
|
76daa3 |
This USB device implements the USB Transport Layer of HCI. Example
|
|
|
76daa3 |
usage:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-@command{qemu-system-i386} [...@var{OPTIONS}...] @option{-usbdevice} bt:hci,vlan=3 @option{-bt} device:keyboard,vlan=3
|
|
|
76daa3 |
+@command{qemu-kvm} [...@var{OPTIONS}...] @option{-usbdevice} bt:hci,vlan=3 @option{-bt} device:keyboard,vlan=3
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
@end table
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1499,7 +1499,7 @@ For this setup it is recommended to restrict it to listen on a UNIX domain
|
|
|
76daa3 |
socket only. For example
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -vnc unix:/home/joebloggs/.qemu-myvm-vnc
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -vnc unix:/home/joebloggs/.qemu-myvm-vnc
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
This ensures that only users on local box with read/write access to that
|
|
|
76daa3 |
@@ -1522,7 +1522,7 @@ is running the password is set with the monitor. Until the monitor is used to
|
|
|
76daa3 |
set the password all clients will be rejected.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -vnc :1,password -monitor stdio
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -vnc :1,password -monitor stdio
|
|
|
76daa3 |
(qemu) change vnc password
|
|
|
76daa3 |
Password: ********
|
|
|
76daa3 |
(qemu)
|
|
|
76daa3 |
@@ -1539,7 +1539,7 @@ support provides a secure session, but no authentication. This allows any
|
|
|
76daa3 |
client to connect, and provides an encrypted session.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -vnc :1,tls,x509=/etc/pki/qemu -monitor stdio
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -vnc :1,tls,x509=/etc/pki/qemu -monitor stdio
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
In the above example @code{/etc/pki/qemu} should contain at least three files,
|
|
|
76daa3 |
@@ -1557,7 +1557,7 @@ then validate against the CA certificate. This is a good choice if deploying
|
|
|
76daa3 |
in an environment with a private internal certificate authority.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -vnc :1,tls,x509verify=/etc/pki/qemu -monitor stdio
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -vnc :1,tls,x509verify=/etc/pki/qemu -monitor stdio
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1568,7 +1568,7 @@ Finally, the previous method can be combined with VNC password authentication
|
|
|
76daa3 |
to provide two layers of authentication for clients.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -vnc :1,password,tls,x509verify=/etc/pki/qemu -monitor stdio
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -vnc :1,password,tls,x509verify=/etc/pki/qemu -monitor stdio
|
|
|
76daa3 |
(qemu) change vnc password
|
|
|
76daa3 |
Password: ********
|
|
|
76daa3 |
(qemu)
|
|
|
76daa3 |
@@ -1591,7 +1591,7 @@ used for authentication, but assuming use of one supporting SSF,
|
|
|
76daa3 |
then QEMU can be launched with:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -vnc :1,sasl -monitor stdio
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -vnc :1,sasl -monitor stdio
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@node vnc_sec_certificate_sasl
|
|
|
76daa3 |
@@ -1605,7 +1605,7 @@ credentials. This can be enabled, by combining the 'sasl' option
|
|
|
76daa3 |
with the aforementioned TLS + x509 options:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -vnc :1,tls,x509,sasl -monitor stdio
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -vnc :1,tls,x509,sasl -monitor stdio
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1773,7 +1773,7 @@ QEMU has a primitive support to work with gdb, so that you can do
|
|
|
76daa3 |
In order to use gdb, launch QEMU with the '-s' option. It will wait for a
|
|
|
76daa3 |
gdb connection:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -s -kernel arch/i386/boot/bzImage -hda root-2.4.20.img \
|
|
|
76daa3 |
+qemu-kvm -s -kernel arch/i386/boot/bzImage -hda root-2.4.20.img \
|
|
|
76daa3 |
-append "root=/dev/hda"
|
|
|
76daa3 |
Connected to host network interface: tun0
|
|
|
76daa3 |
Waiting gdb connection on port 1234
|
|
|
76daa3 |
@@ -1955,7 +1955,7 @@ differences are mentioned in the following sections.
|
|
|
76daa3 |
@section PowerPC System emulator
|
|
|
76daa3 |
@cindex system emulation (PowerPC)
|
|
|
76daa3 |
|
|
|
76daa3 |
-Use the executable @file{qemu-system-ppc} to simulate a complete PREP
|
|
|
76daa3 |
+Use the executable @file{qemu-kvm} to simulate a complete PREP
|
|
|
76daa3 |
or PowerMac PowerPC system.
|
|
|
76daa3 |
|
|
|
76daa3 |
QEMU emulates the following PowerMac peripherals:
|
|
|
76daa3 |
@@ -2019,7 +2019,7 @@ Set the initial VGA graphic mode. The default is 800x600x32.
|
|
|
76daa3 |
Set OpenBIOS variables in NVRAM, for example:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-ppc -prom-env 'auto-boot?=false' \
|
|
|
76daa3 |
+qemu-kvm -prom-env 'auto-boot?=false' \
|
|
|
76daa3 |
-prom-env 'boot-device=hd:2,\yaboot' \
|
|
|
76daa3 |
-prom-env 'boot-args=conf=hd:2,\yaboot.conf'
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
diff --git a/qemu-options.hx b/qemu-options.hx
|
|
|
76daa3 |
index d5a002d..b5544ac 100644
|
|
|
76daa3 |
--- a/qemu-options.hx
|
|
|
76daa3 |
+++ b/qemu-options.hx
|
|
|
76daa3 |
@@ -195,7 +195,7 @@ This option defines a free-form string that can be used to describe @var{fd}.
|
|
|
76daa3 |
|
|
|
76daa3 |
You can open an image using pre-opened file descriptors from an fd set:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386
|
|
|
76daa3 |
+qemu-kvm
|
|
|
76daa3 |
-add-fd fd=3,set=2,opaque="rdwr:/path/to/file"
|
|
|
76daa3 |
-add-fd fd=4,set=2,opaque="rdonly:/path/to/file"
|
|
|
76daa3 |
-drive file=/dev/fdset/2,index=0,media=disk
|
|
|
76daa3 |
@@ -224,7 +224,7 @@ STEXI
|
|
|
76daa3 |
Set default value of @var{driver}'s property @var{prop} to @var{value}, e.g.:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -global ide-drive.physical_block_size=4096 -drive file=file,if=ide,index=0,media=disk
|
|
|
76daa3 |
+qemu-kvm -global ide-drive.physical_block_size=4096 -drive file=file,if=ide,index=0,media=disk
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
In particular, you can use this to set driver properties for devices which are
|
|
|
76daa3 |
@@ -269,7 +269,7 @@ the recommended is 320x240, 640x480, 800x640.
|
|
|
76daa3 |
|
|
|
76daa3 |
A timeout could be passed to bios, guest will pause for @var{rb_timeout} ms
|
|
|
76daa3 |
when boot failed, then reboot. If @var{rb_timeout} is '-1', guest will not
|
|
|
76daa3 |
-reboot, qemu passes '-1' to bios by default. Currently Seabios for X86
|
|
|
76daa3 |
+reboot, qemu-kvm passes '-1' to bios by default. Currently Seabios for X86
|
|
|
76daa3 |
system support it.
|
|
|
76daa3 |
|
|
|
76daa3 |
Do strict boot via @option{strict=on} as far as firmware/BIOS
|
|
|
76daa3 |
@@ -278,11 +278,11 @@ bootindex options. The default is non-strict boot.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
# try to boot from network first, then from hard disk
|
|
|
76daa3 |
-qemu-system-i386 -boot order=nc
|
|
|
76daa3 |
+qemu-kvm -boot order=nc
|
|
|
76daa3 |
# boot from CD-ROM first, switch back to default order after reboot
|
|
|
76daa3 |
-qemu-system-i386 -boot once=d
|
|
|
76daa3 |
+qemu-kvm -boot once=d
|
|
|
76daa3 |
# boot with a splash picture for 5 seconds.
|
|
|
76daa3 |
-qemu-system-i386 -boot menu=on,splash=/root/boot.bmp,splash-time=5000
|
|
|
76daa3 |
+qemu-kvm -boot menu=on,splash=/root/boot.bmp,splash-time=5000
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Note: The legacy format '-boot @var{drives}' is still supported but its
|
|
|
76daa3 |
@@ -311,7 +311,7 @@ For example, the following command-line sets the guest startup RAM size to
|
|
|
76daa3 |
memory the guest can reach to 4GB:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-x86_64 -m 1G,slots=3,maxmem=4G
|
|
|
76daa3 |
+qemu-kvm -m 1G,slots=3,maxmem=4G
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
If @var{slots} and @var{maxmem} are not specified, memory hotplug won't
|
|
|
76daa3 |
@@ -380,12 +380,12 @@ Enable audio and selected sound hardware. Use 'help' to print all
|
|
|
76daa3 |
available sound hardware.
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -soundhw sb16,adlib disk.img
|
|
|
76daa3 |
-qemu-system-i386 -soundhw es1370 disk.img
|
|
|
76daa3 |
-qemu-system-i386 -soundhw ac97 disk.img
|
|
|
76daa3 |
-qemu-system-i386 -soundhw hda disk.img
|
|
|
76daa3 |
-qemu-system-i386 -soundhw all disk.img
|
|
|
76daa3 |
-qemu-system-i386 -soundhw help
|
|
|
76daa3 |
+qemu-kvm -soundhw sb16,adlib disk.img
|
|
|
76daa3 |
+qemu-kvm -soundhw es1370 disk.img
|
|
|
76daa3 |
+qemu-kvm -soundhw ac97 disk.img
|
|
|
76daa3 |
+qemu-kvm -soundhw hda disk.img
|
|
|
76daa3 |
+qemu-kvm -soundhw all disk.img
|
|
|
76daa3 |
+qemu-kvm -soundhw help
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Note that Linux's i810_audio OSS kernel (for AC97) module might
|
|
|
76daa3 |
@@ -672,21 +672,21 @@ is off.
|
|
|
76daa3 |
|
|
|
76daa3 |
Instead of @option{-cdrom} you can use:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -drive file=file,index=2,media=cdrom
|
|
|
76daa3 |
+qemu-kvm -drive file=file,index=2,media=cdrom
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Instead of @option{-hda}, @option{-hdb}, @option{-hdc}, @option{-hdd}, you can
|
|
|
76daa3 |
use:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -drive file=file,index=0,media=disk
|
|
|
76daa3 |
-qemu-system-i386 -drive file=file,index=1,media=disk
|
|
|
76daa3 |
-qemu-system-i386 -drive file=file,index=2,media=disk
|
|
|
76daa3 |
-qemu-system-i386 -drive file=file,index=3,media=disk
|
|
|
76daa3 |
+qemu-kvm -drive file=file,index=0,media=disk
|
|
|
76daa3 |
+qemu-kvm -drive file=file,index=1,media=disk
|
|
|
76daa3 |
+qemu-kvm -drive file=file,index=2,media=disk
|
|
|
76daa3 |
+qemu-kvm -drive file=file,index=3,media=disk
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
You can open an image using pre-opened file descriptors from an fd set:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386
|
|
|
76daa3 |
+qemu-kvm
|
|
|
76daa3 |
-add-fd fd=3,set=2,opaque="rdwr:/path/to/file"
|
|
|
76daa3 |
-add-fd fd=4,set=2,opaque="rdonly:/path/to/file"
|
|
|
76daa3 |
-drive file=/dev/fdset/2,index=0,media=disk
|
|
|
76daa3 |
@@ -694,28 +694,28 @@ qemu-system-i386
|
|
|
76daa3 |
|
|
|
76daa3 |
You can connect a CDROM to the slave of ide0:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -drive file=file,if=ide,index=1,media=cdrom
|
|
|
76daa3 |
+qemu-kvm -drive file=file,if=ide,index=1,media=cdrom
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
If you don't specify the "file=" argument, you define an empty drive:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -drive if=ide,index=1,media=cdrom
|
|
|
76daa3 |
+qemu-kvm -drive if=ide,index=1,media=cdrom
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Instead of @option{-fda}, @option{-fdb}, you can use:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -drive file=file,index=0,if=floppy
|
|
|
76daa3 |
-qemu-system-i386 -drive file=file,index=1,if=floppy
|
|
|
76daa3 |
+qemu-kvm -drive file=file,index=0,if=floppy
|
|
|
76daa3 |
+qemu-kvm -drive file=file,index=1,if=floppy
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
By default, @var{interface} is "ide" and @var{index} is automatically
|
|
|
76daa3 |
incremented:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -drive file=a -drive file=b"
|
|
|
76daa3 |
+qemu-kvm -drive file=a -drive file=b"
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
is interpreted like:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -hda a -hdb b
|
|
|
76daa3 |
+qemu-kvm -hda a -hdb b
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
ETEXI
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1840,7 +1840,7 @@ can not be resolved.
|
|
|
76daa3 |
|
|
|
76daa3 |
Example:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu -net user,dnssearch=mgmt.example.org,dnssearch=example.org [...]
|
|
|
76daa3 |
+qemu-kvm -net user,dnssearch=mgmt.example.org,dnssearch=example.org [...]
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@item tftp=@var{dir}
|
|
|
76daa3 |
@@ -1856,7 +1856,7 @@ a guest from a local directory.
|
|
|
76daa3 |
|
|
|
76daa3 |
Example (using pxelinux):
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -hda linux.img -boot n -net user,tftp=/path/to/tftp/files,bootfile=/pxelinux.0
|
|
|
76daa3 |
+qemu-kvm -hda linux.img -boot n -net user,tftp=/path/to/tftp/files,bootfile=/pxelinux.0
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@item smb=@var{dir}[,smbserver=@var{addr}]
|
|
|
76daa3 |
@@ -1891,7 +1891,7 @@ screen 0, use the following:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
# on the host
|
|
|
76daa3 |
-qemu-system-i386 -net user,hostfwd=tcp:127.0.0.1:6001-:6000 [...]
|
|
|
76daa3 |
+qemu-kvm -net user,hostfwd=tcp:127.0.0.1:6001-:6000 [...]
|
|
|
76daa3 |
# this host xterm should open in the guest X11 server
|
|
|
76daa3 |
xterm -display :1
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
@@ -1901,7 +1901,7 @@ the guest, use the following:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
# on the host
|
|
|
76daa3 |
-qemu-system-i386 -net user,hostfwd=tcp::5555-:23 [...]
|
|
|
76daa3 |
+qemu-kvm -net user,hostfwd=tcp::5555-:23 [...]
|
|
|
76daa3 |
telnet localhost 5555
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1920,7 +1920,7 @@ lifetime, like in the following example:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
# open 10.10.1.1:4321 on bootup, connect 10.0.2.100:1234 to it whenever
|
|
|
76daa3 |
# the guest accesses it
|
|
|
76daa3 |
-qemu -net user,guestfwd=tcp:10.0.2.100:1234-tcp:10.10.1.1:4321 [...]
|
|
|
76daa3 |
+qemu-kvm -net user,guestfwd=tcp:10.0.2.100:1234-tcp:10.10.1.1:4321 [...]
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Or you can execute a command on every TCP connection established by the guest,
|
|
|
76daa3 |
@@ -1929,7 +1929,7 @@ so that QEMU behaves similar to an inetd process for that virtual server:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
# call "netcat 10.10.1.1 4321" on every TCP connection to 10.0.2.100:1234
|
|
|
76daa3 |
# and connect the TCP stream to its stdin/stdout
|
|
|
76daa3 |
-qemu -net 'user,guestfwd=tcp:10.0.2.100:1234-cmd:netcat 10.10.1.1 4321'
|
|
|
76daa3 |
+qemu-kvm -net 'user,guestfwd=tcp:10.0.2.100:1234-cmd:netcat 10.10.1.1 4321'
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@end table
|
|
|
76daa3 |
@@ -1962,13 +1962,13 @@ Examples:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
#launch a QEMU instance with the default network script
|
|
|
76daa3 |
-qemu-system-i386 linux.img -net nic -net tap
|
|
|
76daa3 |
+qemu-kvm linux.img -net nic -net tap
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
#launch a QEMU instance with two NICs, each one connected
|
|
|
76daa3 |
#to a TAP device
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic,vlan=0 -net tap,vlan=0,ifname=tap0 \
|
|
|
76daa3 |
-net nic,vlan=1 -net tap,vlan=1,ifname=tap1
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
@@ -1976,7 +1976,7 @@ qemu-system-i386 linux.img \
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
#launch a QEMU instance with the default network helper to
|
|
|
76daa3 |
#connect a TAP device to bridge br0
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic -net tap,"helper=/path/to/qemu-bridge-helper"
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -1994,13 +1994,13 @@ Examples:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
#launch a QEMU instance with the default network helper to
|
|
|
76daa3 |
#connect a TAP device to bridge br0
|
|
|
76daa3 |
-qemu-system-i386 linux.img -net bridge -net nic,model=virtio
|
|
|
76daa3 |
+qemu-kvm linux.img -net bridge -net nic,model=virtio
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
#launch a QEMU instance with the default network helper to
|
|
|
76daa3 |
#connect a TAP device to bridge qemubr0
|
|
|
76daa3 |
-qemu-system-i386 linux.img -net bridge,br=qemubr0 -net nic,model=virtio
|
|
|
76daa3 |
+qemu-kvm linux.img -net bridge,br=qemubr0 -net nic,model=virtio
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@item -netdev socket,id=@var{id}[,fd=@var{h}][,listen=[@var{host}]:@var{port}][,connect=@var{host}:@var{port}]
|
|
|
76daa3 |
@@ -2016,12 +2016,12 @@ specifies an already opened TCP socket.
|
|
|
76daa3 |
Example:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
# launch a first QEMU instance
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic,macaddr=52:54:00:12:34:56 \
|
|
|
76daa3 |
-net socket,listen=:1234
|
|
|
76daa3 |
# connect the VLAN 0 of this instance to the VLAN 0
|
|
|
76daa3 |
# of the first instance
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic,macaddr=52:54:00:12:34:57 \
|
|
|
76daa3 |
-net socket,connect=127.0.0.1:1234
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
@@ -2047,15 +2047,15 @@ Use @option{fd=h} to specify an already opened UDP multicast socket.
|
|
|
76daa3 |
Example:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
# launch one QEMU instance
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic,macaddr=52:54:00:12:34:56 \
|
|
|
76daa3 |
-net socket,mcast=230.0.0.1:1234
|
|
|
76daa3 |
# launch another QEMU instance on same "bus"
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic,macaddr=52:54:00:12:34:57 \
|
|
|
76daa3 |
-net socket,mcast=230.0.0.1:1234
|
|
|
76daa3 |
# launch yet another QEMU instance on same "bus"
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic,macaddr=52:54:00:12:34:58 \
|
|
|
76daa3 |
-net socket,mcast=230.0.0.1:1234
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
@@ -2064,7 +2064,7 @@ Example (User Mode Linux compat.):
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
# launch QEMU instance (note mcast address selected
|
|
|
76daa3 |
# is UML's default)
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic,macaddr=52:54:00:12:34:56 \
|
|
|
76daa3 |
-net socket,mcast=239.192.168.1:1102
|
|
|
76daa3 |
# launch UML
|
|
|
76daa3 |
@@ -2073,7 +2073,7 @@ qemu-system-i386 linux.img \
|
|
|
76daa3 |
|
|
|
76daa3 |
Example (send packets from host's 1.2.3.4):
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 linux.img \
|
|
|
76daa3 |
+qemu-kvm linux.img \
|
|
|
76daa3 |
-net nic,macaddr=52:54:00:12:34:56 \
|
|
|
76daa3 |
-net socket,mcast=239.192.168.1:1102,localaddr=1.2.3.4
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
@@ -2132,7 +2132,7 @@ brctl addif br-lan vmtunnel0
|
|
|
76daa3 |
# on 4.3.2.1
|
|
|
76daa3 |
# launch QEMU instance - if your network has reorder or is very lossy add ,pincounter
|
|
|
76daa3 |
|
|
|
76daa3 |
-qemu-system-i386 linux.img -net nic -net l2tpv3,src=4.2.3.1,dst=1.2.3.4,udp,srcport=16384,dstport=16384,rxsession=0xffffffff,txsession=0xffffffff,counter
|
|
|
76daa3 |
+qemu-kvm linux.img -net nic -net l2tpv3,src=4.2.3.1,dst=1.2.3.4,udp,srcport=16384,dstport=16384,rxsession=0xffffffff,txsession=0xffffffff,counter
|
|
|
76daa3 |
|
|
|
76daa3 |
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
@@ -2150,7 +2150,7 @@ Example:
|
|
|
76daa3 |
# launch vde switch
|
|
|
76daa3 |
vde_switch -F -sock /tmp/myswitch
|
|
|
76daa3 |
# launch QEMU instance
|
|
|
76daa3 |
-qemu-system-i386 linux.img -net nic -net vde,sock=/tmp/myswitch
|
|
|
76daa3 |
+qemu-kvm linux.img -net nic -net vde,sock=/tmp/myswitch
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@item -netdev hubport,id=@var{id},hubid=@var{hubid}
|
|
|
76daa3 |
@@ -2172,11 +2172,11 @@ be created for multiqueue vhost-user.
|
|
|
76daa3 |
|
|
|
76daa3 |
Example:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
|
|
|
76daa3 |
- -numa node,memdev=mem \
|
|
|
76daa3 |
- -chardev socket,id=chr0,path=/path/to/socket \
|
|
|
76daa3 |
- -netdev type=vhost-user,id=net0,chardev=chr0 \
|
|
|
76daa3 |
- -device virtio-net-pci,netdev=net0
|
|
|
76daa3 |
+qemu-kvm -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
|
|
|
76daa3 |
+ -numa node,memdev=mem \
|
|
|
76daa3 |
+ -chardev socket,id=chr0,path=/path/to/socket \
|
|
|
76daa3 |
+ -netdev type=vhost-user,id=net0,chardev=chr0 \
|
|
|
76daa3 |
+ -device virtio-net-pci,netdev=net0
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@item -net dump[,vlan=@var{n}][,file=@var{file}][,len=@var{len}]
|
|
|
76daa3 |
@@ -2544,7 +2544,7 @@ images for the guest storage. Both disk and cdrom images are supported.
|
|
|
76daa3 |
Syntax for specifying iSCSI LUNs is
|
|
|
76daa3 |
``iscsi://<target-ip>[:<port>]/<target-iqn>/<lun>''
|
|
|
76daa3 |
|
|
|
76daa3 |
-By default qemu will use the iSCSI initiator-name
|
|
|
76daa3 |
+By default qemu-kvm will use the iSCSI initiator-name
|
|
|
76daa3 |
'iqn.2008-11.org.linux-kvm[:<name>]' but this can also be set from the command
|
|
|
76daa3 |
line or a configuration file.
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -2555,21 +2555,21 @@ is specified in seconds. The default is 0 which means no timeout. Libiscsi
|
|
|
76daa3 |
|
|
|
76daa3 |
Example (without authentication):
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -iscsi initiator-name=iqn.2001-04.com.example:my-initiator \
|
|
|
76daa3 |
+qemu-kvm -iscsi initiator-name=iqn.2001-04.com.example:my-initiator \
|
|
|
76daa3 |
-cdrom iscsi://192.0.2.1/iqn.2001-04.com.example/2 \
|
|
|
76daa3 |
-drive file=iscsi://192.0.2.1/iqn.2001-04.com.example/1
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Example (CHAP username/password via URL):
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -drive file=iscsi://user%password@@192.0.2.1/iqn.2001-04.com.example/1
|
|
|
76daa3 |
+qemu-kvm -drive file=iscsi://user%password@@192.0.2.1/iqn.2001-04.com.example/1
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Example (CHAP username/password via environment variables):
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
LIBISCSI_CHAP_USERNAME="user" \
|
|
|
76daa3 |
LIBISCSI_CHAP_PASSWORD="password" \
|
|
|
76daa3 |
-qemu-system-i386 -drive file=iscsi://192.0.2.1/iqn.2001-04.com.example/1
|
|
|
76daa3 |
+qemu-kvm -drive file=iscsi://192.0.2.1/iqn.2001-04.com.example/1
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
iSCSI support is an optional feature of QEMU and only available when
|
|
|
76daa3 |
@@ -2599,12 +2599,12 @@ Syntax for specifying a NBD device using Unix Domain Sockets
|
|
|
76daa3 |
|
|
|
76daa3 |
Example for TCP
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 --drive file=nbd:192.0.2.1:30000
|
|
|
76daa3 |
+qemu-kvm --drive file=nbd:192.0.2.1:30000
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Example for Unix Domain Sockets
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 --drive file=nbd:unix:/tmp/nbd-socket
|
|
|
76daa3 |
+qemu-kvm --drive file=nbd:unix:/tmp/nbd-socket
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@item SSH
|
|
|
76daa3 |
@@ -2612,8 +2612,8 @@ QEMU supports SSH (Secure Shell) access to remote disks.
|
|
|
76daa3 |
|
|
|
76daa3 |
Examples:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 -drive file=ssh://user@@host/path/to/disk.img
|
|
|
76daa3 |
-qemu-system-i386 -drive file.driver=ssh,file.user=user,file.host=host,file.port=22,file.path=/path/to/disk.img
|
|
|
76daa3 |
+qemu-kvm -drive file=ssh://user@@host/path/to/disk.img
|
|
|
76daa3 |
+qemu-kvm -drive file.driver=ssh,file.user=user,file.host=host,file.port=22,file.path=/path/to/disk.img
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Currently authentication must be done using ssh-agent. Other
|
|
|
76daa3 |
@@ -2631,7 +2631,7 @@ sheepdog[+tcp|+unix]://[host:port]/vdiname[?socket=path][#snapid|#tag]
|
|
|
76daa3 |
|
|
|
76daa3 |
Example
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 --drive file=sheepdog://192.0.2.1:30000/MyVirtualMachine
|
|
|
76daa3 |
+qemu-kvm --drive file=sheepdog://192.0.2.1:30000/MyVirtualMachine
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
See also @url{https://sheepdog.github.io/sheepdog/}.
|
|
|
76daa3 |
@@ -2657,17 +2657,17 @@ JSON:
|
|
|
76daa3 |
Example
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
URI:
|
|
|
76daa3 |
-qemu-system-x86_64 --drive file=gluster://192.0.2.1/testvol/a.img,
|
|
|
76daa3 |
+qemu-kvm --drive file=gluster://192.0.2.1/testvol/a.img,
|
|
|
76daa3 |
@ file.debug=9,file.logfile=/var/log/qemu-gluster.log
|
|
|
76daa3 |
|
|
|
76daa3 |
JSON:
|
|
|
76daa3 |
-qemu-system-x86_64 'json:@{"driver":"qcow2",
|
|
|
76daa3 |
+qemu-kvm 'json:@{"driver":"qcow2",
|
|
|
76daa3 |
@ "file":@{"driver":"gluster",
|
|
|
76daa3 |
@ "volume":"testvol","path":"a.img",
|
|
|
76daa3 |
@ "debug":9,"logfile":"/var/log/qemu-gluster.log",
|
|
|
76daa3 |
@ "server":[@{"type":"tcp","host":"1.2.3.4","port":24007@},
|
|
|
76daa3 |
@ @{"type":"unix","socket":"/var/run/glusterd.socket"@}]@}@}'
|
|
|
76daa3 |
-qemu-system-x86_64 -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
|
|
|
76daa3 |
+qemu-kvm -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
|
|
|
76daa3 |
@ file.debug=9,file.logfile=/var/log/qemu-gluster.log,
|
|
|
76daa3 |
@ file.server.0.type=tcp,file.server.0.host=1.2.3.4,file.server.0.port=24007,
|
|
|
76daa3 |
@ file.server.1.type=unix,file.server.1.socket=/var/run/glusterd.socket
|
|
|
76daa3 |
@@ -2727,14 +2727,14 @@ that CURL waits for a response from the remote server to get the size of the
|
|
|
76daa3 |
image to be downloaded. If not set, the default timeout of 5 seconds is used.
|
|
|
76daa3 |
@end table
|
|
|
76daa3 |
|
|
|
76daa3 |
-Note that when passing options to qemu explicitly, @option{driver} is the value
|
|
|
76daa3 |
+Note that when passing options to qemu-kvm explicitly, @option{driver} is the value
|
|
|
76daa3 |
of <protocol>.
|
|
|
76daa3 |
|
|
|
76daa3 |
Example: boot from a remote Fedora 20 live ISO image
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-x86_64 --drive media=cdrom,file=http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1.iso,readonly
|
|
|
76daa3 |
+qemu-kvm --drive media=cdrom,file=http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1.iso,readonly
|
|
|
76daa3 |
|
|
|
76daa3 |
-qemu-system-x86_64 --drive media=cdrom,file.driver=http,file.url=http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1.iso,readonly
|
|
|
76daa3 |
+qemu-kvm --drive media=cdrom,file.driver=http,file.url=http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1.iso,readonly
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Example: boot from a remote Fedora 20 cloud image using a local overlay for
|
|
|
76daa3 |
@@ -2742,7 +2742,7 @@ writes, copy-on-read, and a readahead of 64k
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
qemu-img create -f qcow2 -o backing_file='json:@{"file.driver":"http",, "file.url":"https://dl.fedoraproject.org/pub/fedora/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2",, "file.readahead":"64k"@}' /tmp/Fedora-x86_64-20-20131211.1-sda.qcow2
|
|
|
76daa3 |
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=/tmp/Fedora-x86_64-20-20131211.1-sda.qcow2,copy-on-read=on
|
|
|
76daa3 |
+qemu-kvm -drive file=/tmp/Fedora-x86_64-20-20131211.1-sda.qcow2,copy-on-read=on
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
Example: boot from an image stored on a VMware vSphere server with a self-signed
|
|
|
76daa3 |
@@ -2751,7 +2751,7 @@ of 10 seconds.
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
qemu-img create -f qcow2 -o backing_file='json:@{"file.driver":"https",, "file.url":"https://user:password@@vsphere.example.com/folder/test/test-flat.vmdk?dcPath=Datacenter&dsName=datastore1",, "file.sslverify":"off",, "file.readahead":"64k",, "file.timeout":10@}' /tmp/test.qcow2
|
|
|
76daa3 |
|
|
|
76daa3 |
-qemu-system-x86_64 -drive file=/tmp/test.qcow2
|
|
|
76daa3 |
+qemu-kvm -drive file=/tmp/test.qcow2
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
ETEXI
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -2815,7 +2815,7 @@ and communicate. Requires the Linux @code{vhci} driver installed. Can
|
|
|
76daa3 |
be used as following:
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu-system-i386 [...OPTIONS...] -bt hci,vlan=5 -bt vhci,vlan=5
|
|
|
76daa3 |
+qemu-kvm [...OPTIONS...] -bt hci,vlan=5 -bt vhci,vlan=5
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@item -bt device:@var{dev}[,vlan=@var{n}]
|
|
|
76daa3 |
@@ -2861,7 +2861,7 @@ Options to each backend are described below.
|
|
|
76daa3 |
|
|
|
76daa3 |
Use 'help' to print all available TPM backend types.
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-qemu -tpmdev help
|
|
|
76daa3 |
+qemu-kvm -tpmdev help
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
|
|
|
76daa3 |
@item -tpmdev passthrough, id=@var{id}, path=@var{path}, cancel-path=@var{cancel-path}
|
|
|
76daa3 |
@@ -3229,14 +3229,14 @@ ETEXI
|
|
|
76daa3 |
|
|
|
76daa3 |
DEF("realtime", HAS_ARG, QEMU_OPTION_realtime,
|
|
|
76daa3 |
"-realtime [mlock=on|off]\n"
|
|
|
76daa3 |
- " run qemu with realtime features\n"
|
|
|
76daa3 |
+ " run qemu-kvm with realtime features\n"
|
|
|
76daa3 |
" mlock=on|off controls mlock support (default: on)\n",
|
|
|
76daa3 |
QEMU_ARCH_ALL)
|
|
|
76daa3 |
STEXI
|
|
|
76daa3 |
@item -realtime mlock=on|off
|
|
|
76daa3 |
@findex -realtime
|
|
|
76daa3 |
-Run qemu with realtime features.
|
|
|
76daa3 |
-mlocking qemu and guest memory can be enabled via @option{mlock=on}
|
|
|
76daa3 |
+Run qemu-kvm with realtime features.
|
|
|
76daa3 |
+mlocking qemu-kvm and guest memory can be enabled via @option{mlock=on}
|
|
|
76daa3 |
(enabled by default).
|
|
|
76daa3 |
ETEXI
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -3250,7 +3250,7 @@ connections will likely be TCP-based, but also UDP, pseudo TTY, or even
|
|
|
76daa3 |
stdio are reasonable use case. The latter is allowing to start QEMU from
|
|
|
76daa3 |
within gdb and establish the connection via a pipe:
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
-(gdb) target remote | exec qemu-system-i386 -gdb stdio ...
|
|
|
76daa3 |
+(gdb) target remote | exec qemu-kvm -gdb stdio ...
|
|
|
76daa3 |
@end example
|
|
|
76daa3 |
ETEXI
|
|
|
76daa3 |
|
|
|
76daa3 |
@@ -4059,7 +4059,7 @@ which specify the queue number of cryptodev backend, the default of
|
|
|
76daa3 |
|
|
|
76daa3 |
@example
|
|
|
76daa3 |
|
|
|
76daa3 |
- # qemu-system-x86_64 \
|
|
|
76daa3 |
+ # qemu-kvm \
|
|
|
76daa3 |
[...] \
|
|
|
76daa3 |
-object cryptodev-backend-builtin,id=cryptodev0 \
|
|
|
76daa3 |
-device virtio-crypto-pci,id=crypto0,cryptodev=cryptodev0 \
|
|
|
76daa3 |
--
|
|
|
76daa3 |
1.8.3.1
|
|
|
76daa3 |
|