Lines Matching +full:qemu +full:- +full:x86_64

3 devices, QEMU can also use networked resources such as iSCSI devices.
7 iSCSI support allows QEMU to access iSCSI resources directly and use
12 "iscsi://<target-ip>[:<port>]/<target-iqn>/<lun>"
14 By default qemu will use the iSCSI initiator-name
15 'iqn.2008-11.org.linux-kvm[:<name>]' but this can also be set from
18 Since version QEMU 2.4 it is possible to specify a iSCSI request
26 .. parsed-literal::
28 |qemu_system| -iscsi initiator-name=iqn.2001-04.com.example:my-initiator \\
29 -cdrom iscsi://192.0.2.1/iqn.2001-04.com.example/2 \\
30 -drive file=iscsi://192.0.2.1/iqn.2001-04.com.example/1
34 .. parsed-literal::
36 |qemu_system| -drive file=iscsi://user%password@192.0.2.1/iqn.2001-04.com.example/1
40 .. parsed-literal::
44 |qemu_system| -drive file=iscsi://192.0.2.1/iqn.2001-04.com.example/1
47 QEMU supports NBD (Network Block Devices) both using TCP protocol as
51 "nbd://<server-ip>[:<port>]/[<export>]"
55 "nbd+unix:///[<export>]?socket=<domain-socket>"
58 "nbd:<server-ip>:<port>[:exportname=<export>]"
61 "nbd:unix:<domain-socket>[:exportname=<export>]"
65 .. parsed-literal::
67 |qemu_system| --drive file=nbd:192.0.2.1:30000
71 .. parsed-literal::
73 |qemu_system| --drive file=nbd:unix:/tmp/nbd-socket
76 QEMU supports SSH (Secure Shell) access to remote disks.
80 .. parsed-literal::
82 |qemu_system| -drive file=ssh://user@host/path/to/disk.img
83 …|qemu_system| -drive file.driver=ssh,file.user=user,file.host=host,file.port=22,file.path=/path/to…
85 Currently authentication must be done using ssh-agent. Other
89 GlusterFS is a user space distributed file system. QEMU supports the
95 .. parsed-literal::
107 .. parsed-literal::
110 |qemu_system| --drive file=gluster://192.0.2.1/testvol/a.img,
111   file.debug=9,file.logfile=/var/log/qemu-gluster.log
117   "debug":9,"logfile":"/var/log/qemu-gluster.log",
120 … |qemu_system| -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
121   file.debug=9,file.logfile=/var/log/qemu-gluster.log,
128 QEMU supports read-only access to files accessed over http(s) and
182 Note that when passing options to qemu explicitly, ``driver`` is the
187 .. parsed-literal::
189 …m_x86| --drive media=cdrom,file=https://archives.fedoraproject.org/pub/archive/fedora/linux/releas…
191--drive media=cdrom,file.driver=http,file.url=http://archives.fedoraproject.org/pub/fedora/linux/…
194 overlay for writes, copy-on-read, and a readahead of 64k
196 .. parsed-literal::
198qemu-img create -f qcow2 -o backing_file='json:{"file.driver":"http",, "file.url":"http://archives…
200 |qemu_system_x86| -drive file=/tmp/Fedora-x86_64-20-20131211.1-sda.qcow2,copy-on-read=on
203 self-signed certificate using a local overlay for writes, a readahead
206 .. parsed-literal::
208qemu-img create -f qcow2 -o backing_file='json:{"file.driver":"https",, "file.url":"https://user:p…
210 |qemu_system_x86| -drive file=/tmp/test.qcow2