66 lines
2.2 KiB
Diff
66 lines
2.2 KiB
Diff
|
From 55ddaceab730853aa40f842501cf5f1bb1d3220a Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <philmd@redhat.com>
|
||
|
Date: Thu, 1 Jul 2021 20:29:16 +0200
|
||
|
Subject: [PATCH 10/19] 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
|
||
|
index b6fdcb3612..1b35b84b72 100644
|
||
|
--- a/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
@@ -425,7 +425,6 @@
|
||
|
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
|
||
|
index 5418cde2e1..87c0c42085 100644
|
||
|
--- 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
|
||
|
index af0484d841..a8a8525b1f 100644
|
||
|
--- a/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
||
|
@@ -355,7 +355,6 @@
|
||
|
MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
||
|
FatPkg/EnhancedFatDxe/Fat.inf
|
||
|
MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
|
||
|
- OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
|
||
|
|
||
|
#
|
||
|
# Bds
|
||
|
--
|
||
|
2.27.0
|
||
|
|