You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.2 KiB
65 lines
2.2 KiB
1 year ago
|
From 7894ed0cd0583d4b6d39798310bb537d64eb8e34 Mon Sep 17 00:00:00 2001
|
||
2 years ago
|
From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <philmd@redhat.com>
|
||
|
Date: Thu, 1 Jul 2021 20:29:16 +0200
|
||
|
Subject: ArmVirtPkg: Remove VirtioFsDxe filesystem driver (RHEL only)
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
RH-Author: Philippe Mathieu-Daudé <philmd@redhat.com>
|
||
|
RH-MergeRequest: 3: Disable features for RHEL9
|
||
|
RH-Commit: [10/19] 808ad4385c24fbf34fb0ba359808e6d364e1d030
|
||
|
RH-Bugzilla: 1967747
|
||
|
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
||
|
|
||
|
Remove the virtio-fs driver.
|
||
|
|
||
|
Suggested-by: Laszlo Ersek <lersek@redhat.com>
|
||
|
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
||
|
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
||
|
---
|
||
|
ArmVirtPkg/ArmVirtQemu.dsc | 1 -
|
||
|
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 -
|
||
|
ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 -
|
||
|
3 files changed, 3 deletions(-)
|
||
|
|
||
|
diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc
|
||
1 year ago
|
index 176246d683..8fe5926ece 100644
|
||
2 years ago
|
--- a/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemu.dsc
|
||
1 year ago
|
@@ -462,7 +462,6 @@
|
||
2 years ago
|
MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
||
|
FatPkg/EnhancedFatDxe/Fat.inf
|
||
|
MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
|
||
|
- OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
|
||
|
|
||
|
#
|
||
|
# Bds
|
||
|
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
1 year ago
|
index 8a063bac04..5da1481532 100644
|
||
2 years ago
|
--- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
|
@@ -84,7 +84,6 @@ READ_LOCK_STATUS = TRUE
|
||
|
INF FatPkg/EnhancedFatDxe/Fat.inf
|
||
|
INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
||
|
INF MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
|
||
|
- INF OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
|
||
|
|
||
|
#
|
||
|
# Status Code Routing
|
||
|
diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
||
1 year ago
|
index 18d59c2414..c76657d0c4 100644
|
||
2 years ago
|
--- a/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
||
1 year ago
|
@@ -362,7 +362,6 @@
|
||
2 years ago
|
MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
||
|
FatPkg/EnhancedFatDxe/Fat.inf
|
||
|
MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
|
||
|
- OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
|
||
|
|
||
|
#
|
||
|
# Bds
|
||
|
--
|
||
1 year ago
|
2.39.3
|
||
2 years ago
|
|