Document why our 128k config is different from upstream qemu

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2021-06-30 10:30:00 -04:00
parent d39c5a3930
commit 0eb7ca7508

View File

@ -19,4 +19,9 @@ CONFIG_USE_SMM=n
CONFIG_VGAHOOKS=n CONFIG_VGAHOOKS=n
CONFIG_HOST_BIOS_GEOMETRY=n CONFIG_HOST_BIOS_GEOMETRY=n
CONFIG_ACPI_PARSE=n CONFIG_ACPI_PARSE=n
# Patch 0002 generates different rom sizes than qemu's
# seabios build, so we need to disable additional bits
# to fit under the rom size limit. For some reason this
# doesn't affect RHEL8 builds, maybe gcc version factors
# in too.
CONFIG_SERCON=n CONFIG_SERCON=n