diff options
author | Gerd Hoffmann | 2022-01-18 11:56:16 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2022-01-18 12:19:15 +0100 |
commit | 6a094d62ffccad7e2411cc96d6400145e38da13e (patch) | |
tree | bd2a7c8858a9704a828654098d2cf5d45e0cbbff /roms | |
parent | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20220115' i... (diff) | |
download | qemu-6a094d62ffccad7e2411cc96d6400145e38da13e.tar.gz qemu-6a094d62ffccad7e2411cc96d6400145e38da13e.tar.xz qemu-6a094d62ffccad7e2411cc96d6400145e38da13e.zip |
seabios: update submodule to snapshot
Most important update is smbios3 support being added, this update should
help getting the qemu side of things (flip to smbios3 by default for new
machine types) merged and tested.
Not fully clear yet when the next 1.16 seabios version will be released,
but it should be no later than end of February so we can pick it up for
qemu 7.0.
full shortlog
=============
Andy Pei (3):
virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAX
virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w request
virtio-blk: split large IO according to size_max
Eduardo Habkost (19):
biostables: copy_fseg_table() function
util.h: Delete unused get_smbios_entry_point() prototype
smbios: Rename code specific for SMBIOS 2.1 entry points
smbios: Generic smbios_next() function
smbios: smbios_get_tables() function
smbios: Use smbios_get_tables()/smbios_next() at display_uuid()
smbios: smbios_major_version()/smbios_minor_version() helpers
tpm: Use smbios_get_tables()
csm: Don't check SMBios21Addr before calling copy_smbios_21()
smbios: Make SMBios21Addr variable static
smbios: Use smbios_next() at smbios_romfile_setup()
smbios: Extract SMBIOS table building code to separate function
smbios: Make smbios_build_tables() more generic
smbios: smbios_21_setup_entry_point() function
smbios: Make some smbios_build_tables() arguments optional
smbios: Make smbios_build_tables() ready for 64-bit tables
smbios: copy_smbios_30() function
smbios: Support SMBIOS 3.0 entry point at copy_table()
smbios: Support SMBIOS 3.0 entry point at smbios_romfile_setup()
Gerd Hoffmann (1):
svgamodes: add standard 4k modes
Igor Mammedov (2):
pci: reserve resources for pcie-pci-bridge to fix regressed hotplug on q35
pci: let firmware reserve IO for pcie-pci-bridge
Kevin O'Connor (4):
vgasrc: Don't use VAR16 in header files to fix gcc warning
memmap: Fix gcc out-of-bounds warning
readserial: Improve Python3 compatibility
scripts: Remove python23compat.py
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms')
m--------- | roms/seabios | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/roms/seabios b/roms/seabios -Subproject 2dd4b9b3f84019668719344b40dba79d681be41 +Subproject 6a62e0cb0dfe9cd28b70547dbea5caf76847c3a |