summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ssdt: Fix building of legacy acpi tables on current iasl compiler1.11-stableKevin O'Connor2018-08-292-2/+2
* pmm: use tmp zone on oomGerd Hoffmann2018-07-021-0/+13
* optionrom: enable non-vga display devicesGerd Hoffmann2018-07-021-1/+28
* paravirt: Only enable sercon in NOGRAPHIC mode if no other console specifiedrel-1.11.1Kevin O'Connor2018-03-191-6/+7
* pci: fix 'io hints' capability for RedHat PCI bridgesMarcel Apfelbaum2018-03-191-9/+5
* shadow: Don't invoke a shutdown on reboot unless in a reboot loopKevin O'Connor2018-03-191-11/+16
* sercon: Disable ScreenAndDebug in case both serial console and serial debug a...Gerd Hoffmann2017-11-031-0/+4
* timer: Avoid integer overflows in usec and nsec calculationsKevin O'Connor2017-11-021-24/+31
* nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queuesFilippo Sironi2017-10-141-2/+8
* xhci: Verify the device is still present in xhci_cmd_submit()Kevin O'Connor2017-10-091-0/+11
* nvme: fix out of memory behaviorJulian Stecklina2017-10-061-36/+111
* xhci: Build TRBs directly in xhci_trb_queue()Kevin O'Connor2017-10-031-105/+59
* virtio: Allocate drive_s storage in low memoryKevin O'Connor2017-09-273-9/+7
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-2720-174/+174
* disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor2017-09-273-18/+18
* boot: Rename drive_g to driveKevin O'Connor2017-09-271-8/+8
* add serial console supportGerd Hoffmann2017-09-229-16/+737
* paravirt: serial console configuration.Gerd Hoffmann2017-09-221-0/+8
* romfile: add support for constant files.Gerd Hoffmann2017-09-222-0/+48
* kbd: make enqueue_key public, add ascii_to_keycodeGerd Hoffmann2017-09-222-1/+19
* std: add cp437 to unicode mapGerd Hoffmann2017-09-222-0/+276
* pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov2017-09-142-4/+105
* pci: add QEMU-specific PCI capability structureAleksandr Bezzubikov2017-09-141-0/+52
* pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov2017-09-146-30/+30
* tcgbios: Fix use of unitialized variableKevin O'Connor2017-09-141-2/+1
* usb-xhci: use hub portmapGerd Hoffmann2017-07-251-4/+41
* usb: add hub portmapGerd Hoffmann2017-07-252-3/+11
* virtio: IOMMU supportJason Wang2017-07-073-2/+5
* ahci: Disable Native Command QueueingZeh, Werner2017-07-021-1/+0
* nvme: Enable NVMe support for non-qemu hardwareYouness Alaoui2017-06-121-2/+1
* Revert "lsi-scsi: reset in case of a serious problem"Roman Kagan2017-06-121-2/+0
* blockcmd: start REPORT_LUNS with the smallest bufferRoman Kagan2017-06-121-1/+3
* stacks: There is no need to disable NMI if it is already disabledKevin O'Connor2017-06-121-4/+9
* stacks: Don't update the A20 settings if they haven't changedKevin O'Connor2017-05-163-6/+11
* stacks: Make sure to initialize Call16DataKevin O'Connor2017-05-161-0/+1
* smm: Backup and restore A20 on an SMI based mode switchKevin O'Connor2017-05-161-1/+8
* NVMe: Allow NVMe to be enabled on real hardwareKevin O'Connor2017-05-102-2/+2
* src: Minor - remove tab characters that slipped into SeaBIOS C codeKevin O'Connor2017-05-022-5/+5
* lsi-scsi: try to enumerate luns with REPORT LUNSRoman Kagan2017-05-021-11/+26
* lsi-scsi: reset in case of a serious problemRoman Kagan2017-05-021-0/+2
* mpt-scsi: try to enumerate luns with REPORT LUNSRoman Kagan2017-05-021-14/+26
* pvscsi: fix the comment about lun enumerationRoman Kagan2017-05-021-1/+1
* usb-uas: enumerate luns with REPORT LUNSRoman Kagan2017-05-021-16/+29
* esp-scsi: enumerate luns with REPORT LUNSRoman Kagan2017-05-021-10/+25
* virtio-scsi: enumerate luns with REPORT LUNSRoman Kagan2017-05-021-12/+26
* blockcmd: generic SCSI luns enumerationRoman Kagan2017-05-022-0/+98
* blockcmd: accept only disks and CD-ROMsRoman Kagan2017-05-021-0/+3
* boot: Increase description size in boot menuKevin O'Connor2017-04-251-1/+1
* coreboot: Adapt to upstream CBMEM console changesJulius Werner2017-04-251-6/+15
* config: Add function to check if fw_cfg existsPetr Berky2017-03-292-1/+12