Changeset 10311fa


Ignore:
Timestamp:
08/28/2022 12:43:33 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
fae75b7
Parents:
46a8304
Message:

qemu: mention virtio drivers for disk and network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r46a8304 r10311fa  
    479479    </para>
    480480
     481    <para>
     482      <option>-drive file=&lt;filename&gt;,if=virtio</option>: Provide
     483      Virtio interface to the guest kernel for accessing the disk image,
     484      instead of simulating a real disk hardware.  This can improve disk I/O
     485      performance, but it requires a Virtio driver in guest kernel.  Use
     486      it instead of a plain <option>-drive</option> if the guest kernel
     487      supports Virtio.  Note that if the guest kernel is Linux, the virtual
     488      disks using Virtio interface will be named <filename>vdx</filename>
     489      in the devtmpfs, instead of <filename>sdx</filename>.
     490    </para>
     491
     492    <para>
     493      <option>-net nic,netdev=net0,model=virtio-net-pci</option>: Provide
     494      Virtio interface to the guest kernel for accessing the network
     495      interface, instead of simulating a real network interface card.  This
     496      can improve network I/O performance, but it requires a Virtio driver
     497      in guest kernel.  Use it instead of a plain <option>-net</option> if
     498      the guest kernel supports Virtio.
     499    </para>
     500
    481501    <bridgehead renderas="sect3">Controlling the Emulated Display</bridgehead>
    482502    <para>
Note: See TracChangeset for help on using the changeset viewer.