aboutsummaryrefslogtreecommitdiff
path: root/crosvm.fragment
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2022-06-29 14:18:28 -0700
committerAlistair Delva <adelva@google.com>2022-06-29 14:20:49 -0700
commit970af2f703a647ee9d650ba245cc16173560f645 (patch)
treed10565711972f64678caa2b8b83beee6cce39091 /crosvm.fragment
parentbff3e7247feca6d6d2083dc622f02dc2ad2f7880 (diff)
ANDROID: Reshuffle crosvm/qemu-minimal fragments
The qemu-minimal.fragment is supposed to be a "baseline" for our virtual platforms, as it is derived from qemu_$arch_defconfig upstream, but some features that were not crosvm specific had started to creep into the crosvm fragments, instead of being added to this baseline. The justifications for BOUNCE_BUFFER and CMO_BY_VA_ONLY are perfectly applicable to QEMU and other virtual platforms, and SYS_MALLOC_CLEAR_ON_INIT is much needed on gem5. Bug: 235527657 Signed-off-by: Alistair Delva <adelva@google.com> Change-Id: I2a61c60135278885a9094a23c8cecb4e53b04b03
Diffstat (limited to 'crosvm.fragment')
-rw-r--r--crosvm.fragment3
1 files changed, 0 insertions, 3 deletions
diff --git a/crosvm.fragment b/crosvm.fragment
index 97cfc7f43f3..98457587eee 100644
--- a/crosvm.fragment
+++ b/crosvm.fragment
@@ -5,6 +5,3 @@ CONFIG_PCI_ENUM_ONLY=y
CONFIG_PCI_REGION_MULTI_ENTRY=y
# CONFIG_PCI_PNP is not set
# CONFIG_PCI_ENHANCED_ALLOCATION is not set
-# Crosvm is responsible for cleaning RAM's contents, so this is unneeded.
-# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
-CONFIG_BOUNCE_BUFFER=y