diff --git a/postlfs/virtualization/qemu.xml b/postlfs/virtualization/qemu.xml index b59a37a987..e69fdef5e7 100644 --- a/postlfs/virtualization/qemu.xml +++ b/postlfs/virtualization/qemu.xml @@ -478,9 +478,14 @@ qemu-img create -f qcow2 $VDISK_FILENAME $VDISK_SIZE instead of simulating a real disk hardware. This can improve disk I/O performance, but it requires a Virtio driver in guest kernel. Use it instead of a plain if the guest kernel - supports Virtio. Note that if the guest kernel is Linux, the virtual - disks using Virtio interface will be named vdx - in the devtmpfs, instead of sdx. + supports Virtio. To build a Linux kernel with Virtio support for the + guest, use + make defconfig && make kvm_guest.config to + create an initial kernel configuration with the Virtio drives enabled, + then make your customization. And, if the guest kernel is Linux, the + virtual disks using Virtio interface will be named + vdx in the devtmpfs, instead of + sdx.