1. 0541f2f paravirt: Only enable sercon in NOGRAPHIC mode if no other console specified by Kevin O'Connor · 7 years ago
  2. 9ce6778 docs: Add sercon-port to Runtime_config.md documentation by Kevin O'Connor · 7 years ago
  3. 63451fc docs: Note v1.11.0 release by Kevin O'Connor · 7 years ago rel-1.11.0
  4. 0ca6d62 sercon: Disable ScreenAndDebug in case both serial console and serial debug are active by Gerd Hoffmann · 7 years ago
  5. 488e1c3 timer: Avoid integer overflows in usec and nsec calculations by Kevin O'Connor · 7 years ago
  6. cd47172 nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queues by Filippo Sironi · 7 years ago
  7. 5c1a2c7 xhci: Verify the device is still present in xhci_cmd_submit() by Kevin O'Connor · 7 years ago
  8. f703604 nvme: fix out of memory behavior by Julian Stecklina · 7 years ago
  9. 4b48839 xhci: Build TRBs directly in xhci_trb_queue() by Kevin O'Connor · 7 years ago
  10. f3d2a15 virtio: Allocate drive_s storage in low memory by Kevin O'Connor · 7 years ago
  11. e5a0b61 block: Rename disk_op_s->drive_gf to drive_fl by Kevin O'Connor · 7 years ago
  12. 04db972 disk: Don't require the 'struct drive_s' to be in the f-segment by Kevin O'Connor · 7 years ago
  13. 5e9a6d5 boot: Rename drive_g to drive by Kevin O'Connor · 7 years ago
  14. d6728f3 add serial console support by Gerd Hoffmann · 7 years ago
  15. 0ebc29f paravirt: serial console configuration. by Gerd Hoffmann · 7 years ago
  16. 1bda724 romfile: add support for constant files. by Gerd Hoffmann · 7 years ago
  17. 90fa511 kbd: make enqueue_key public, add ascii_to_keycode by Gerd Hoffmann · 7 years ago
  18. 44270bc std: add cp437 to unicode map by Gerd Hoffmann · 7 years ago
  19. ec6cb17 pci: enable RedHat PCI bridges to reserve additional resources on PCI init by Aleksandr Bezzubikov · 7 years ago
  20. 4c1f727 pci: add QEMU-specific PCI capability structure by Aleksandr Bezzubikov · 7 years ago
  21. 7de1f65 pci: refactor pci_find_capapibilty to get bdf as the first argument instead of the whole pci_device by Aleksandr Bezzubikov · 7 years ago
  22. 1ef72ab tcgbios: Fix use of unitialized variable by Kevin O'Connor · 7 years ago
  23. 828af21 docs: Fix typos in Memory_Model.md by Kevin O'Connor · 7 years ago
  24. ef5fdc9 vga: Fix bug in stdvga_get_linesize() by Kevin O'Connor · 7 years ago
  25. b404a5f usb-xhci: use hub portmap by Gerd Hoffmann · 7 years ago
  26. ca9dcc2 usb: add hub portmap by Gerd Hoffmann · 7 years ago
  27. dd9bba5 virtio: IOMMU support by Jason Wang · 7 years ago
  28. b3a9f27 ahci: Disable Native Command Queueing by Zeh, Werner · 7 years ago
  29. 7759d3a nvme: Enable NVMe support for non-qemu hardware by Youness Alaoui · 7 years ago
  30. e30d51c SeaVGABios/cbvga: Advertise compatible VESA modes by Patrick Rudolph · 7 years ago
  31. 6b69446 SeaVGABios/cbvga: Use active mode to clear screen by Patrick Rudolph · 7 years ago
  32. 4902b8a SeaVGABIOS/vbe: Query driver for scanline pitch v2 by Patrick Rudolph · 7 years ago
  33. 4b42cc4 SeaVGABios/cbvga: Advertise correct pixel format by Patrick Rudolph · 7 years ago
  34. 58953eb Revert "lsi-scsi: reset in case of a serious problem" by Roman Kagan · 7 years ago
  35. 6345621 blockcmd: start REPORT_LUNS with the smallest buffer by Roman Kagan · 7 years ago
  36. dee3c15 stacks: There is no need to disable NMI if it is already disabled by Kevin O'Connor · 7 years ago
  37. 8ebb33b stacks: Don't update the A20 settings if they haven't changed by Kevin O'Connor · 7 years ago
  38. 5869a6b stacks: Make sure to initialize Call16Data by Kevin O'Connor · 7 years ago
  39. d8b3080 smm: Backup and restore A20 on an SMI based mode switch by Kevin O'Connor · 7 years ago
  40. 235a819 NVMe: Allow NVMe to be enabled on real hardware by Kevin O'Connor · 7 years ago
  41. 3fdabae src: Minor - remove tab characters that slipped into SeaBIOS C code by Kevin O'Connor · 7 years ago
  42. 3198c06 lsi-scsi: try to enumerate luns with REPORT LUNS by Roman Kagan · 7 years ago
  43. 1127784 lsi-scsi: reset in case of a serious problem by Roman Kagan · 7 years ago
  44. cf480dd mpt-scsi: try to enumerate luns with REPORT LUNS by Roman Kagan · 7 years ago
  45. 0a6e0a8 pvscsi: fix the comment about lun enumeration by Roman Kagan · 7 years ago
  46. 8579fd2 usb-uas: enumerate luns with REPORT LUNS by Roman Kagan · 7 years ago
  47. 3aadef4 esp-scsi: enumerate luns with REPORT LUNS by Roman Kagan · 7 years ago
  48. 69ebdef virtio-scsi: enumerate luns with REPORT LUNS by Roman Kagan · 7 years ago
  49. 750188d blockcmd: generic SCSI luns enumeration by Roman Kagan · 7 years ago
  50. 177aecf blockcmd: accept only disks and CD-ROMs by Roman Kagan · 7 years ago
  51. 6f090f8 boot: Increase description size in boot menu by Kevin O'Connor · 7 years ago
  52. 19fdcca coreboot: Adapt to upstream CBMEM console changes by Julius Werner · 7 years ago
  53. 5fbf246 config: Add function to check if fw_cfg exists by Petr Berky · 7 years ago
  54. c68aff5 resume: Don't attempt to use generic reboot mechanisms on QEMU by Kevin O'Connor · 7 years ago
  55. 1415d46 nvme: fix copy-paste mistake in comment by Daniel Verkamp · 7 years ago
  56. d8a6c84 nvme: fix extraction of status code bits by Daniel Verkamp · 7 years ago
  57. 2e82b46 nvme: fix reversed loop condition in cmd_readwrite by Daniel Verkamp · 7 years ago
  58. 21de72f nvme: extend command timeout to 5 seconds by Daniel Verkamp · 7 years ago
  59. f21e304 nvme: support NVMe 1.0 controllers by Daniel Verkamp · 7 years ago
  60. 6bc4164 docs: Note release dates for 1.10.1 and 1.10.2 by Kevin O'Connor · 7 years ago
  61. 8f598a4 QEMU fw_cfg: Write fw_cfg back on S3 resume by Ben Warren · 7 years ago
  62. 336b60b QEMU fw_cfg: Add functions for accessing files by key by Ben Warren · 7 years ago
  63. bb9cbbc QEMU fw_cfg: Add command to write back address of file by Ben Warren · 7 years ago
  64. e5bebc7 romfile-loader: Switch to using named structs by Ben Warren · 7 years ago
  65. f991822 QEMU DMA: Add DMA write capability by Ben Warren · 7 years ago
  66. c83e15b block: add NVMe boot support by Julian Stecklina · 7 years ago
  67. dbf9dd2 ps2port: Disable keyboard/mouse prior to resetting ps2 controller by Kevin O'Connor · 7 years ago
  68. 970af16 vgasrc: Increase debug level by Paul Menzel · 8 years ago
  69. 106543d ahci: Set upper 32-bit registers to zero by Ladi Prosek · 8 years ago
  70. 9332965 serialio: Support for mmap serial ports by Ricardo Ribalda Delgado · 8 years ago
  71. 7b7b49e tpm: Log TPM 2 digest structure in little endian format by Stefan Berger · 8 years ago
  72. 846fd31 tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd() by Kevin O'Connor · 8 years ago
  73. 538d9b7 tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom() by Kevin O'Connor · 8 years ago
  74. 9ec57de acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table() by Kevin O'Connor · 9 years ago
  75. 0166993 tpm: Move code around in tcgbios.c to keep like code together by Kevin O'Connor · 8 years ago
  76. d468d59 tpm: Don't call tpm_set_failure() from tpm12_get_capability() by Kevin O'Connor · 8 years ago
  77. 2f97570 tpm: Add comment banners to tcg.c separating major parts of spec by Kevin O'Connor · 8 years ago
  78. b98c658 drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS by Igor Mammedov · 8 years ago
  79. c5e56b2 usb: Make usb_time_sigatt variable static by Kevin O'Connor · 8 years ago
  80. d7adf60 docs: Note v1.10.0 release by Kevin O'Connor · 8 years ago rel-1.10.0
  81. 99e3316 build: Add -fno-pie to the gcc flags when available by Kevin O'Connor · 8 years ago
  82. cb75c91 support booting with more than 255 CPUs by Igor Mammedov · 8 years ago
  83. 023b1d0 add helpers to read etc/boot-cpus at resume time by Igor Mammedov · 8 years ago
  84. eb516e4 smp: consolidate CPU APIC ID detection and accounting by Kevin O'Connor · 8 years ago
  85. f769589 paravirt: disable legacy bios tables in case of more than 255 CPUs by Igor Mammedov · 8 years ago
  86. 75411ce build: Be sure to also include out/*.d in Makefile by Kevin O'Connor · 8 years ago
  87. 00b0402 docs: fix various typos and inconsistency by Piotr Król · 8 years ago
  88. dc2433e virtio: fix virtio-pci by Gerd Hoffmann · 8 years ago
  89. 8d8d483 kbd: Move extended and release events out of special key detection switch by Kevin O'Connor · 8 years ago
  90. 642db19 post: Map int 0x05 to entry point by Kevin O'Connor · 8 years ago
  91. 1bdc9ae kbd: Generate interrupt events for SysReq, PrtScr, and Break by Kevin O'Connor · 8 years ago
  92. 9feb1ee usb-hid: Generate Ctrl+Break and Alt+SysReq keys by Kevin O'Connor · 8 years ago
  93. 6cd69b7 kbd: Ignore fake shift keys by Kevin O'Connor · 8 years ago
  94. fec2140 kbd: Move checking for special keys in __process_keys() into switch by Kevin O'Connor · 8 years ago
  95. e8c0c61 kbd: Extract out shift flag setting into new function by Kevin O'Connor · 8 years ago
  96. 632ebf5 kbd: Merge bda->kbd_flag0 and bda->kbd_flag1 by Kevin O'Connor · 8 years ago
  97. da90e73 kbd: Suppress keys without mappings by Kevin O'Connor · 8 years ago
  98. b47c6e3 kbd: Implement extended keycode mappings for keypad-enter and keypad-/ by Kevin O'Connor · 8 years ago
  99. 2490327 kbd: Implement 101-key keyboard keycode mapping by Kevin O'Connor · 8 years ago
  100. f0cdc36 pic: The default hardware interrupt handlers should not take a parameter by Kevin O'Connor · 8 years ago