From: Thomas Huth <thuth@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: kraxel@redhat.com
Subject: Re: [PATCH 2/2] seabios: remove PCI drivers from bios.bin
Date: Fri, 22 Sep 2023 08:48:52 +0200 [thread overview]
Message-ID: <9ad33139-93e3-12af-a67d-c7a3906198ce@redhat.com> (raw)
In-Reply-To: <20230921121051.192355-3-pbonzini@redhat.com>
On 21/09/2023 14.10, Paolo Bonzini wrote:
> bios.bin is now used only by ISA PC, so PCI drivers are not necessary.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> pc-bios/bios.bin | Bin 131072 -> 131072 bytes
> roms/config.seabios-128k | 30 ++++++++++++++++++++++--------
> 2 files changed, 22 insertions(+), 8 deletions(-)
...
> diff --git a/roms/config.seabios-128k b/roms/config.seabios-128k
> index d18c802c46e..06f4ba35bbe 100644
> --- a/roms/config.seabios-128k
> +++ b/roms/config.seabios-128k
> @@ -1,21 +1,35 @@
> -# for qemu machine types 1.7 + older
> -# need to turn off features (xhci,uas) to make it fit into 128k
> +# SeaBIOS Configuration for -M isapc
> +
> +#
> +# General Features
> +#
> CONFIG_QEMU=y
> CONFIG_ROM_SIZE=128
> CONFIG_ATA_DMA=n
> CONFIG_BOOTSPLASH=n
> CONFIG_XEN=n
> -CONFIG_USB_OHCI=n
> -CONFIG_USB_XHCI=n
> -CONFIG_USB_UAS=n
> +CONFIG_ATA_PIO32=n
> +CONFIG_AHCI=n
> CONFIG_SDCARD=n
> CONFIG_TCGBIOS=n
> -CONFIG_MPT_SCSI=n
> -CONFIG_ESP_SCSI=n
> -CONFIG_MEGASAS=n
> +CONFIG_VIRTIO_BLK=n
> +CONFIG_VIRTIO_SCSI=n
> CONFIG_PVSCSI=n
> +CONFIG_ESP_SCSI=n
> +CONFIG_LSI_SCSI=n
> +CONFIG_MEGASAS=n
> +CONFIG_MPT_SCSI=n
Why did you change the order of MPT, ESP and MEGASAS?
Apart from that, wrt to the config file changes:
Reviewed-by: Thomas Huth <thuth@redhat.com>
> CONFIG_NVME=n
> CONFIG_USE_SMM=n
> CONFIG_VGAHOOKS=n
> CONFIG_HOST_BIOS_GEOMETRY=n
> +CONFIG_PS2PORT=n
> +CONFIG_USB=n
> +CONFIG_PMTIMER=n
> +CONFIG_PCIBIOS=n
> +CONFIG_DISABLE_A20=n
> +CONFIG_WRITABLE_UPPERMEMORY=n
> +CONFIG_ACPI=n
> CONFIG_ACPI_PARSE=n
> +CONFIG_DEBUG_SERIAL=n
> +CONFIG_DEBUG_SERIAL_MMIO=n
next prev parent reply other threads:[~2023-09-22 6:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-21 12:10 [PATCH 0/2] pc_piix: remove machines using a 128K BIOS Paolo Bonzini
2023-09-21 12:10 ` [PATCH 1/2] pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7 Paolo Bonzini
2023-09-22 6:43 ` Thomas Huth
2023-09-22 9:19 ` Paolo Bonzini
2023-09-22 10:21 ` Thomas Huth
2023-09-21 12:10 ` [PATCH 2/2] seabios: remove PCI drivers from bios.bin Paolo Bonzini
2023-09-22 6:48 ` Thomas Huth [this message]
2023-09-22 9:20 ` Paolo Bonzini
2023-09-23 6:28 ` Volker Rümelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9ad33139-93e3-12af-a67d-c7a3906198ce@redhat.com \
--to=thuth@redhat.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).