qemu: include the qemu_fw_cfg kernel module

This adds support for /sys/firmware/qemu_fw_cfg on QEMU guests
started with the -fw_cfg option.
master
David Michael 2016-08-16 13:43:18 -07:00
parent 38b9558333
commit 73db316ef2
1 changed files with 2 additions and 1 deletions

View File

@ -27,5 +27,6 @@ installkernel() {
ata_piix ata_generic pata_acpi cdrom sr_mod ahci \
virtio_blk virtio virtio_ring virtio_pci \
virtio_scsi virtio_console virtio_rng \
spapr-vscsi
spapr-vscsi \
qemu_fw_cfg
}