1. 0541f2f paravirt: Only enable sercon in NOGRAPHIC mode if no other console specified by Kevin O'Connor · 6 years ago
  2. 0ebc29f paravirt: serial console configuration. by Gerd Hoffmann · 6 years ago
  3. 5fbf246 config: Add function to check if fw_cfg exists by Petr Berky · 6 years ago
  4. 336b60b QEMU fw_cfg: Add functions for accessing files by key by Ben Warren · 7 years ago
  5. f991822 QEMU DMA: Add DMA write capability by Ben Warren · 7 years ago
  6. b98c658 drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS by Igor Mammedov · 7 years ago
  7. 023b1d0 add helpers to read etc/boot-cpus at resume time by Igor Mammedov · 7 years ago
  8. f769589 paravirt: disable legacy bios tables in case of more than 255 CPUs by Igor Mammedov · 7 years ago
  9. 20f83d5 fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL by Haozhong Zhang · 7 years ago
  10. 4d8510c pci: Split low-level pci code from higher-level 'struct pci_device' code by Kevin O'Connor · 8 years ago
  11. 06316c9 Add QEMU fw_cfg DMA interface by Marc Marí · 8 years ago
  12. c167e54 e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix by Kevin O'Connor · 8 years ago
  13. 7eac0c4 Allow using full io region on q35. by Gerd Hoffmann · 9 years ago
  14. 836b4d8 acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c. by Kevin O'Connor · 9 years ago
  15. b3d4aae run qemu_cfg_e820 only for CONFIG_QEMU=y by Gerd Hoffmann · 10 years ago
  16. ce39bd4 Add support for etc/e820 fw_cfg file by Gerd Hoffmann · 10 years ago
  17. 6e1b082 Add qemu_cfg_e820 function. by Gerd Hoffmann · 10 years ago
  18. 4ade523 Remove ioport.h; disperse its contents to other header files. by Kevin O'Connor · 10 years ago
  19. 8b7861c Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c. by Kevin O'Connor · 10 years ago
  20. ebfece8 Add generic qemu detection by Gerd Hoffmann · 10 years ago
  21. 5a7545c Move fw/acpi.h to std/acpi.h. by Kevin O'Connor · 10 years ago
  22. 3d0dfe1 Move fw/mptable.h to std/mptable.h. by Kevin O'Connor · 10 years ago
  23. b37a528 Move fw/smbios.h to std/smbios.h. by Kevin O'Connor · 10 years ago
  24. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 10 years ago
  25. 9dea590 Move malloc code from pmm.c to new files malloc.c and malloc.h. by Kevin O'Connor · 10 years ago
  26. 41639f8 Move romfile definitions from util.h to new file romfile.h. by Kevin O'Connor · 10 years ago
  27. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 10 years ago
  28. b9c6a96 Split x86 specific functions out of util.c/h to new files x86.c/h. by Kevin O'Connor · 10 years ago
  29. ccee6e8 Move code cenetered around firmware initialization to src/fw/ by Kevin O'Connor · 10 years ago[Renamed from src/paravirt.c]
  30. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 10 years ago
  31. 7507ce2 make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMU by Kevin O'Connor · 10 years ago
  32. 4158c8c Use container_of on romfile entries. by Kevin O'Connor · 10 years ago
  33. fb76cff Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries. by Kevin O'Connor · 11 years ago
  34. cdbac7f smm: Don't use PCIDevices list in smm_setup(). by Kevin O'Connor · 11 years ago
  35. f85e4bc Calculate "RamSize" needed by 16bit interface dynamically. by Kevin O'Connor · 11 years ago
  36. 89a2f96 Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. by Kevin O'Connor · 11 years ago
  37. a2a86e2 Group QEMU platform setup together and move to paravirt.c. by Kevin O'Connor · 11 years ago
  38. b840ba9 Integrate qemu_cfg_preinit() into qemu_romfile_init(). by Kevin O'Connor · 11 years ago
  39. fe09030 Process fw_cfg e820 entries during the fw_cfg setup stage. by Kevin O'Connor · 11 years ago
  40. f9e4e37 Convert fw_cfg NUMA entries into a romfile entry. by Kevin O'Connor · 11 years ago
  41. 56c5089 Convert basic integer fw_cfg entries into romfile entries. by Kevin O'Connor · 11 years ago
  42. de9e705 Convert fw_cfg SMBIOS entries into romfile entries. by Kevin O'Connor · 11 years ago
  43. 188d994 Convert fw_cfg ACPI entries into romfile entries. by Kevin O'Connor · 11 years ago
  44. c40e3fa Support skipping content when reading from QEMU fw_cfg romfile entries. by Kevin O'Connor · 11 years ago
  45. 4edda08 Minor - move definitions to paravirt.c from paravirt.h. by Kevin O'Connor · 11 years ago
  46. 7b5bc50 Convert kvm_para_available() to runningOnKVM(). by Kevin O'Connor · 11 years ago
  47. 897fb11 Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen(). by Kevin O'Connor · 11 years ago
  48. 02313b2 Add runningOnQEMU() and runningOnXen() for runtime platform detection. by Kevin O'Connor · 11 years ago
  49. 8ed2e53 POST: Move QEMU specific ramsize and BIOS table setup to paravirt.c. by Kevin O'Connor · 11 years ago
  50. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 11 years ago
  51. b306459 Use cpu_to_be32() (and related) instead of htonl (and related). by Kevin O'Connor · 11 years ago
  52. 59d6ca5 Cache romfile entries. by Kevin O'Connor · 11 years ago
  53. 8b56578 Add "romfile" code to assist with extract integer config settings. by Kevin O'Connor · 12 years ago
  54. c6629e0 Support qemu based romfile wrappers called out of order. by Kevin O'Connor · 13 years ago
  55. f9b0930 Add romfile_loadfile() helper function. by Kevin O'Connor · 13 years ago
  56. 1703ea2 Add romfile_name() function. by Gleb Natapov · 13 years ago
  57. 6039fc5 Update qemu_cfg_read to use "rep insb". by Kevin O'Connor · 13 years ago
  58. f79a462 Add romfile_size() wrapper for accessing cbfs/qemu_cfg files. by Kevin O'Connor · 13 years ago
  59. e230426 Unify optionrom cbfs/qemu_cfg rom pulling code. by Kevin O'Connor · 13 years ago
  60. 0360e8e Seabios e820 reservation portion v3 by Jes Sorensen · 14 years ago
  61. cfdc13f Introduce standard warnings for allocation failures and timeouts. by Kevin O'Connor · 14 years ago
  62. c4c9fae qemu: add rom loading via fw_cfg by Gerd Hoffmann · 14 years ago
  63. 01a8520 Move smbios definitions to header file; fix compile on older gcc. by Kevin O'Connor · 14 years ago
  64. 8470585 Read max number of cpus from VM. by Kevin O'Connor · 14 years ago
  65. 590e554 Add SRAT ACPI table support. by Kevin O'Connor · 14 years ago
  66. 4d2b619 irq0override provided by qemu. by Kevin O'Connor · 14 years ago
  67. 4e4b410 Load SMBIOS entries and files from qemu by Kevin O'Connor · 14 years ago
  68. cc6dc46 Add support for passing additional acpi tables from qemu. by Kevin O'Connor · 14 years ago
  69. e7cc764 Move qemu config code from smbios.c to its own files. Add support for by Kevin O'Connor · 14 years ago