aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* check for e820 conflictGerd Hoffmann2023-08-243-0/+18
* qemu: log reservations in fw_cfg e820 tableGerd Hoffmann2023-08-241-1/+1
* be less conservative with the 64bit pci io windowGerd Hoffmann2023-08-241-4/+12
* move 64bit pci window to end of address spaceGerd Hoffmann2023-08-241-0/+8
* detect physical address space sizeGerd Hoffmann2023-08-242-0/+59
* better kvm detectionGerd Hoffmann2023-08-241-9/+21
* esp-scsi: handle non-DMA SCSI commands with no data phaseMark Cave-Ayland2023-08-241-1/+10
* esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completionMark Cave-Ayland2023-08-241-14/+22
* esp-scsi: flush FIFO before sending SCSI commandMark Cave-Ayland2023-08-241-0/+4
* Increase BUILD_MAX_E820 to 128Tony Titus via SeaBIOS2023-08-241-1/+1
* ahci: handle TFES irq correctlyNiklas Cassel via SeaBIOS2023-06-211-0/+6
* virtio-blk: Fix integer overflow for large max IO sizesLukas Stockner via SeaBIOS2023-06-131-1/+1
* Fix high memory zone initialization in CSM modeJosé Martínez2023-06-132-5/+5
* disable array bounds warningGerd Hoffmann2023-05-051-0/+1
* xen: require Xen info structure at 0x1000 to detect XenDavid Woodhouse2023-02-011-13/+32
* usb: fix wrong init of keyboard/mouse's if first interface is not boot protocolQi Zhou2022-11-232-10/+15
* virtio: finalize features before using devicerel-1.16.1Xuan Zhuo2022-11-232-9/+26
* virtio-mmio: read/write the hi 32 features for mmioXuan Zhuo2022-11-231-2/+5
* acpi: parse Alias objectIgor Mammedov2022-11-231-0/+4
* virtio-blk: Fix incorrect type conversion in virtio_blk_op()Xiaofei Lee2022-11-221-1/+1
* virtio-blk: use larger default request sizeGerd Hoffmann2022-07-071-1/+1
* malloc: use large ZoneHigh when there is enough memoryGerd Hoffmann2022-04-272-6/+11
* malloc: use variable for ZoneHigh sizeGerd Hoffmann2022-04-271-7/+8
* reset: force standard PCI configuration accessVolker Rümelin2022-04-043-7/+40
* pci: refactor the pci_config_*() functionsVolker Rümelin2022-04-042-13/+53
* docs: Note v1.16.0 releaserel-1.16.0Kevin O'Connor2022-03-011-0/+8
* nvme: fix LBA format data structureFlorian Larysch2022-02-031-1/+0
* nvme: avoid use-after-free in nvme_controller_enable()Jan Beulich via SeaBIOS2022-01-271-1/+2
* sercon: Fix missing GET_LOW() to access rx_bytesKevin O'Connor2022-01-271-9/+11
* nvme: Only allocate one dma bounce buffer for all nvme drivesKevin O'Connor2022-01-272-9/+15
* nvme: Build the page list in the existing dma bufferKevin O'Connor2022-01-272-43/+24
* nvme: Pass prp1 and prp2 directly to nvme_io_xfer()Kevin O'Connor2022-01-271-21/+18
* nvme: Convert nvme_build_prpl() to nvme_prpl_xfer()Kevin O'Connor2022-01-272-27/+20
* nvme: Add nvme_bounce_xfer() helper functionKevin O'Connor2022-01-211-14/+21
* nvme: Rework nvme_io_readwrite() to return -1 on errorKevin O'Connor2022-01-211-19/+18
* smm: Suppress gcc array-bounds warningsKevin O'Connor2022-01-211-6/+15
* scripts: Remove python23compat.pyKevin O'Connor2021-12-193-21/+3
* readserial: Improve Python3 compatibilityKevin O'Connor2021-12-191-17/+11
* memmap: Fix gcc out-of-bounds warningKevin O'Connor2021-12-181-1/+1
* vgasrc: Don't use VAR16 in header files to fix gcc warningKevin O'Connor2021-12-181-2/+2
* svgamodes: add standard 4k modesGerd Hoffmann2021-12-181-0/+8
* virtio-blk: split large IO according to size_maxAndy Pei2021-12-181-1/+34
* virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w...Andy Pei2021-12-181-20/+28
* virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAXAndy Pei2021-12-183-8/+48
* pci: let firmware reserve IO for pcie-pci-bridgeIgor Mammedov2021-12-181-5/+14
* pci: reserve resources for pcie-pci-bridge to fix regressed hotplug on q35Igor Mammedov2021-12-181-0/+5
* smbios: Support SMBIOS 3.0 entry point at smbios_romfile_setup()Eduardo Habkost2021-12-181-3/+30
* smbios: Support SMBIOS 3.0 entry point at copy_table()Eduardo Habkost2021-12-181-0/+1
* smbios: copy_smbios_30() functionEduardo Habkost2021-12-182-2/+47
* smbios: Make smbios_build_tables() ready for 64-bit tablesEduardo Habkost2021-12-181-3/+13