Searched refs:qemu (Results 1 – 20 of 20) sorted by relevance
| /dpdk/doc/guides/nics/ |
| H A D | e1000em.rst | 9 * qemu-kvm emulated Intel® 82540EM Gigabit Ethernet Controller (qemu e1000 device) 52 #. Download qemu-kvm-0.14.0 from 53 …`http://sourceforge.net/projects/kvm/files/qemu-kvm/ <http://sourceforge.net/projects/kvm/files/qe… 60 tar xzf qemu-kvm-release.tar.gz cd qemu-kvm-release 78 Note that qemu-kvm installs in the /usr/local/bin directory. 97 … — `http://wiki.qemu.org/Documentation/Networking <http://wiki.qemu.org/Documentation/Networking>`_ 99 — `http://qemu.weilnetz.de/qemu-doc.html <http://qemu.weilnetz.de/qemu-doc.html>`_ 105 /usr/local/kvm/bin/qemu-system-x86_64 -cpu host -smp 4 -hda qemu1.raw -m 1024
|
| H A D | virtio.rst | 12 Vhost is a kernel acceleration module for virtio qemu backend. 17 For basic qemu-KVM installation and other Intel EM poll mode driver in guest VM, 21 standard qemu vhost back end and vhost kni back end. 141 exec qemu-system-x86_64 -enable-kvm -cpu host \ 177 Virtio with qemu virtio Back End 184 Host2VM Communication Example Using qemu vhost Back End 189 qemu-system-x86_64 -enable-kvm -cpu host -m 2048 -smp 2 -mem-path /dev/ 298 Virtio PMD already has support for receiving lsc from qemu when the link 300 to do that if the VM is created by qemu 2.6.2 or below, since the 301 capability to detect vhost user disconnection is introduced in qemu 2.7.0. [all …]
|
| H A D | intel_vf.rst | 359 #. Download qemu-kvm-0.14.0 from 360 …`http://sourceforge.net/projects/kvm/files/qemu-kvm/ <http://sourceforge.net/projects/kvm/files/qe… 367 tar xzf qemu-kvm-release.tar.gz 368 cd qemu-kvm-release 386 qemu-kvm installs in the /usr/local/bin directory. 497 — qemu-kvm-0.14.0 allows a maximum of four PCI devices assigned to a VM, 498 … but this is qemu-kvm version dependent since qemu-kvm-0.14.1 allows a maximum of five PCI devices. 500 … — qemu-system-x86_64 also has a -cpu command line option that is used to select the cpu_model 505 /usr/local/kvm/bin/qemu-system-x86_64 -cpu ? 513 …For more information, please refer to: `http://wiki.qemu.org/Features/CPUModels <http://wiki.qemu.… [all …]
|
| H A D | liquidio.rst | 89 The VF devices may be passed through to the guest VM using qemu or 92 Example qemu guest launch command: 96 ./qemu-system-x86_64 -name lio-vm -machine accel=kvm \
|
| H A D | thunderx.rst | 118 The VF devices may be passed through to the guest VM using qemu or 121 Example qemu guest launch command: 125 sudo qemu-system-aarch64 -name vm1 \ 135 -netdev tap,id=net0,ifname=tap0,script=/etc/qemu-ifup_thunder \
|
| H A D | vhost.rst | 102 qemu-system-x86_64 <snip>
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_virtio_vhost_user.rst | 105 (qemu) 186 (qemu) info status 188 (qemu) 197 (qemu) migrate tcp:10.237.212.131:5555 198 (qemu) info status 201 (qemu) info migrate 216 (qemu) quit 236 (qemu) info status 285 KVM_PATH="/usr/bin/qemu-system-x86_64" 361 KVM_PATH="/usr/bin/qemu-system-x86_64"
|
| H A D | lm_bond_virtio_sriov.rst | 82 (qemu) 201 (qemu) device_del vf1 236 (qemu) info status 238 (qemu) 247 (qemu) migrate tcp:10.237.212.131:5555 248 (qemu) info status 255 (qemu) info migrate 270 (qemu) quit 276 (qemu) info migrate 291 (qemu) quit [all …]
|
| H A D | pvp_reference_benchmark.rst | 91 git clone git://git.qemu.org/qemu.git 92 cd qemu 157 <QEMU path>/bin/x86_64-softmmu/qemu-system-x86_64 \ 211 ``/etc/libvirt/qemu.conf``:
|
| H A D | openwrt.rst | 122 qemu-system-x86_64 \
|
| H A D | virtio_user_for_container_networking.rst | 47 memory shared? In VM's case, qemu always shares the whole physical layout of VM
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 85 qemu-system-x86_64 -cpu host -enable-kvm \ 109 B: <qemu-command-line> -incoming tcp:0:4444 (or other PORT)) 115 A: (qemu) migrate -d tcp:<B ip>:4444 (or other PORT) 121 A: (qemu) info migrate
|
| H A D | vhost_blk.rst | 48 qemu-system-x86_64 -machine accel=kvm \ 60 reconnect=1 means live recovery support that qemu can reconnect vhost_blk
|
| H A D | vhost_crypto.rst | 69 qemu-system-x86_64 -machine accel=kvm \
|
| H A D | vm_power_management.rst | 90 The VM power management solution employs ``qemu-kvm`` to provide 98 is specified as ``qemu-kvm`` arguments or as ``libvirt`` XML for each VM, 211 of the ``/tmp/powermonitor/`` directory and the assignment of ``qemu`` 217 chown qemu:qemu /tmp/powermonitor 313 (``qemu/libvirt``) and the associated VM must be active. ``{list}`` is a
|
| H A D | vhost.rst | 55 qemu-system-x86_64 -machine accel=kvm -cpu host \
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 563 bool pseries = false, powernv = false, qemu = false; in pci_device_iommu_support_va() local 585 qemu = true; in pci_device_iommu_support_va() 593 if (powernv || (pseries && !qemu)) in pci_device_iommu_support_va()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | virtio.rst | 59 qemu-system-x86_64 \
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | features_overview.rst | 142 * `QEMU: Vhost-user Protocol <https://qemu.weilnetz.de/doc/interop/vhost-user.html>`_
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 283 Added support to allow live migration of vhost. Without this feature, qemu
|