037ec0118a
- Remove symbols that forced rebuild of initrd - Version update to 6.1.14 (released September 04 2020 by Oracle) File "fix_virtio_build.patch" is added to fix a build problem. This is a maintenance release. The following items were fixed and/or added: GUI: Fixes file name changes in the File location field when creating Virtual Hard Disk (bug #19286) VMM: Fixed running VMs which failed to start with VERR_NEM_MISSING_KERNEL_API_2 when Hyper-V is used (bug #19779 and #19804) Audio: fix regression in HDA emulation introduced in 6.1.0 Shared Clipboard: Fixed a potential crash when copying HTML data (6.1.2 regression; bug #19226) Linux host and guest: Linux kernel version 5.8 support EFI: Fixed reading ISO9660 filesystems on attached media (6.1.0 regression; bug #19682) EFI: Support booting from drives attached to the LsiLogic SCSI and SAS controller emulations OBS-URL: https://build.opensuse.org/request/show/833132 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=570
18 lines
505 B
Diff
18 lines
505 B
Diff
|
|
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.
|
|
|