index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: finalize features before using device
rel-1.16.1
Xuan Zhuo
2022-11-23
2
-9
/
+26
*
virtio-mmio: read/write the hi 32 features for mmio
Xuan Zhuo
2022-11-23
1
-2
/
+5
*
acpi: parse Alias object
Igor Mammedov
2022-11-23
1
-0
/
+4
*
virtio-blk: Fix incorrect type conversion in virtio_blk_op()
Xiaofei Lee
2022-11-22
1
-1
/
+1
*
virtio-blk: use larger default request size
Gerd Hoffmann
2022-07-07
1
-1
/
+1
*
malloc: use large ZoneHigh when there is enough memory
Gerd Hoffmann
2022-04-27
2
-6
/
+11
*
malloc: use variable for ZoneHigh size
Gerd Hoffmann
2022-04-27
1
-7
/
+8
*
reset: force standard PCI configuration access
Volker RĂ¼melin
2022-04-04
3
-7
/
+40
*
pci: refactor the pci_config_*() functions
Volker RĂ¼melin
2022-04-04
2
-13
/
+53
*
docs: Note v1.16.0 release
rel-1.16.0
Kevin O'Connor
2022-03-01
1
-0
/
+8
*
nvme: fix LBA format data structure
Florian Larysch
2022-02-03
1
-1
/
+0
*
nvme: avoid use-after-free in nvme_controller_enable()
Jan Beulich via SeaBIOS
2022-01-27
1
-1
/
+2
*
sercon: Fix missing GET_LOW() to access rx_bytes
Kevin O'Connor
2022-01-27
1
-9
/
+11
*
nvme: Only allocate one dma bounce buffer for all nvme drives
Kevin O'Connor
2022-01-27
2
-9
/
+15
*
nvme: Build the page list in the existing dma buffer
Kevin O'Connor
2022-01-27
2
-43
/
+24
*
nvme: Pass prp1 and prp2 directly to nvme_io_xfer()
Kevin O'Connor
2022-01-27
1
-21
/
+18
*
nvme: Convert nvme_build_prpl() to nvme_prpl_xfer()
Kevin O'Connor
2022-01-27
2
-27
/
+20
*
nvme: Add nvme_bounce_xfer() helper function
Kevin O'Connor
2022-01-21
1
-14
/
+21
*
nvme: Rework nvme_io_readwrite() to return -1 on error
Kevin O'Connor
2022-01-21
1
-19
/
+18
*
smm: Suppress gcc array-bounds warnings
Kevin O'Connor
2022-01-21
1
-6
/
+15
*
scripts: Remove python23compat.py
Kevin O'Connor
2021-12-19
3
-21
/
+3
*
readserial: Improve Python3 compatibility
Kevin O'Connor
2021-12-19
1
-17
/
+11
*
memmap: Fix gcc out-of-bounds warning
Kevin O'Connor
2021-12-18
1
-1
/
+1
*
vgasrc: Don't use VAR16 in header files to fix gcc warning
Kevin O'Connor
2021-12-18
1
-2
/
+2
*
svgamodes: add standard 4k modes
Gerd Hoffmann
2021-12-18
1
-0
/
+8
*
virtio-blk: split large IO according to size_max
Andy Pei
2021-12-18
1
-1
/
+34
*
virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w...
Andy Pei
2021-12-18
1
-20
/
+28
*
virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAX
Andy Pei
2021-12-18
3
-8
/
+48
*
pci: let firmware reserve IO for pcie-pci-bridge
Igor Mammedov
2021-12-18
1
-5
/
+14
*
pci: reserve resources for pcie-pci-bridge to fix regressed hotplug on q35
Igor Mammedov
2021-12-18
1
-0
/
+5
*
smbios: Support SMBIOS 3.0 entry point at smbios_romfile_setup()
Eduardo Habkost
2021-12-18
1
-3
/
+30
*
smbios: Support SMBIOS 3.0 entry point at copy_table()
Eduardo Habkost
2021-12-18
1
-0
/
+1
*
smbios: copy_smbios_30() function
Eduardo Habkost
2021-12-18
2
-2
/
+47
*
smbios: Make smbios_build_tables() ready for 64-bit tables
Eduardo Habkost
2021-12-18
1
-3
/
+13
*
smbios: Make some smbios_build_tables() arguments optional
Eduardo Habkost
2021-12-18
1
-2
/
+6
*
smbios: smbios_21_setup_entry_point() function
Eduardo Habkost
2021-12-18
1
-13
/
+20
*
smbios: Make smbios_build_tables() more generic
Eduardo Habkost
2021-12-18
1
-13
/
+19
*
smbios: Extract SMBIOS table building code to separate function
Eduardo Habkost
2021-12-18
1
-20
/
+34
*
smbios: Use smbios_next() at smbios_romfile_setup()
Eduardo Habkost
2021-12-18
1
-3
/
+4
*
smbios: Make SMBios21Addr variable static
Eduardo Habkost
2021-12-18
2
-2
/
+1
*
csm: Don't check SMBios21Addr before calling copy_smbios_21()
Eduardo Habkost
2021-12-18
1
-1
/
+1
*
tpm: Use smbios_get_tables()
Eduardo Habkost
2021-12-18
1
-5
/
+5
*
smbios: smbios_major_version()/smbios_minor_version() helpers
Eduardo Habkost
2021-12-18
1
-3
/
+21
*
smbios: Use smbios_get_tables()/smbios_next() at display_uuid()
Eduardo Habkost
2021-12-18
1
-2
/
+4
*
smbios: smbios_get_tables() function
Eduardo Habkost
2021-12-18
2
-0
/
+10
*
smbios: Generic smbios_next() function
Eduardo Habkost
2021-12-18
1
-4
/
+12
*
smbios: Rename code specific for SMBIOS 2.1 entry points
Eduardo Habkost
2021-12-18
6
-33
/
+33
*
util.h: Delete unused get_smbios_entry_point() prototype
Eduardo Habkost
2021-12-18
1
-1
/
+0
*
biostables: copy_fseg_table() function
Eduardo Habkost
2021-12-18
1
-24
/
+16
*
docs: Note v1.15.0 release
rel-1.15.0
Kevin O'Connor
2021-12-02
1
-0
/
+11
[next]