qemu: install virtio_console kernel module

https://bugzilla.redhat.com/show_bug.cgi?id=1097999
(cherry picked from commit 5058ae2d29)
Harald Hoyer 2014-09-12 10:03:59 +02:00
parent b44b3ed036
commit c5c57f3f19
1 changed files with 4 additions and 1 deletions

View File

@ -22,5 +22,8 @@ check() {

installkernel() {
# qemu specific modules
hostonly='' instmods virtio_blk virtio virtio_ring virtio_pci ata_piix ata_generic pata_acpi cdrom sr_mod ahci virtio_scsi
hostonly='' instmods \
ata_piix ata_generic pata_acpi cdrom sr_mod ahci \
virtio_blk virtio virtio_ring virtio_pci \
virtio_scsi virtio_console
}