virtualbox/fix_virtio_build.patch

18 lines
505 B
Diff
Raw Normal View History

Index: VirtualBox-6.1.14/Config.kmk
===================================================================
--- VirtualBox-6.1.14.orig/Config.kmk
+++ VirtualBox-6.1.14/Config.kmk
@@ -459,8 +459,8 @@ VBOX_WITH_LWIP_NAT = 1
VBOX_WITH_NAT_SERVICE = 1
# Enable the E1000 feature.
VBOX_WITH_E1000 = 1
-# Enable the Virtio feature.
-VBOX_WITH_VIRTIO = 1
+# Disable the Virtio feature.
+# VBOX_WITH_VIRTIO =
# Enable the Virtio SCSI device.
VBOX_WITH_VIRTIO_SCSI = 1
# HDA emulation is Intel HDA by default.