Difference between revisions of "Virtio"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
  
  
<address type='drive' controller='0' bus='0' target='0' unit='1'/>
+
== Migrate to virtio ==
 
+
Replace:
 
+
:<target dev='hda' bus='ide'/>
 +
:<address type='drive' controller='0' bus='0' target='0' unit='1'/>
  
 +
New options:
 
: <code><target dev='vda' bus='virtio'/></code>
 
: <code><target dev='vda' bus='virtio'/></code>
  

Revision as of 07:35, 31 October 2020

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


Migrate to virtio

Replace:

<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='1'/>

New options:

<target dev='vda' bus='virtio'/>

Related terms

Activities

See also

  • https://www.linux-kvm.org/page/Virtio
  • Advertising: