Difference between revisions of "Virtio"
Jump to navigation
Jump to search
↑ https://www.linux-kvm.org/page/Virtio
(Created page with "Virtio<ref>https://www.linux-kvm.org/page/Virtio</ref> is the main platform for IO virtualization in KVM Example Virtual Machine using virtio: * <code>virt-install --au...") |
|||
Line 4: | Line 4: | ||
Example Virtual Machine using virtio: | Example Virtual Machine using virtio: | ||
− | * <code>virt-install --autostart --check all=on --name YOUR_VM_MACHINE --memory VM_MEMORY --vcpus VM_CPUs --os-variant ubuntu18.04 --cdrom VM_INSTALLATION_MEDIA --disk /path/libvirt/VM_STORAGE_POOL_NAME/YOUR_VM_MACHINE.qcow2 --noautoconsole --wait TIME_TO_WAIT --network type=direct,source=eno111,source_mode=bridge,model=[[virtio]]</code> | + | * <code>[[virt-install]] --autostart --check all=on --name YOUR_VM_MACHINE --memory VM_MEMORY --vcpus VM_CPUs --os-variant ubuntu18.04 --cdrom VM_INSTALLATION_MEDIA --disk /path/libvirt/VM_STORAGE_POOL_NAME/YOUR_VM_MACHINE.qcow2 --noautoconsole --wait TIME_TO_WAIT --network type=direct,source=eno111,source_mode=bridge,model=[[virtio]]</code> |
− | See also: [[ | + | See also: [[virt-install --import]] |
== See also == | == See also == |
Revision as of 17:37, 8 December 2019
Virtio[1] is the main platform for IO virtualization in KVM
Example Virtual Machine using virtio:
virt-install --autostart --check all=on --name YOUR_VM_MACHINE --memory VM_MEMORY --vcpus VM_CPUs --os-variant ubuntu18.04 --cdrom VM_INSTALLATION_MEDIA --disk /path/libvirt/VM_STORAGE_POOL_NAME/YOUR_VM_MACHINE.qcow2 --noautoconsole --wait TIME_TO_WAIT --network type=direct,source=eno111,source_mode=bridge,model=virtio
See also: virt-install --import
See also
Advertising: