Merge pull request #150 from dm0-/master

qemu: include the qemu_fw_cfg kernel module
master
Harald Hoyer 2016-10-10 11:28:09 +02:00 committed by GitHub
commit 8205c25ef9
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
}