aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-23fix buildversion.shrel-1.7.3.21.7.3-stableGerd Hoffmann1-1/+1
2013-09-16ahci: add missing check for allocation failureGerd Hoffmann1-9/+16
2013-08-20apm: fix shutdownGerd Hoffmann4-0/+14
2013-08-09Fix bug in CBFS file walking with compressed files.rel-1.7.3.1Kevin O'Connor1-1/+1
2013-08-09acpi: sync FADT flags from PIIX4 to Q35Michael S. Tsirkin1-3/+3
2013-08-08Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.Kevin O'Connor2-1/+2
2013-06-13Minor - remove debugging dprintf added to pciinit.c.rel-1.7.3Kevin O'Connor1-2/+0
2013-06-13Another fix for hlist_for_each_entry_safe.Kevin O'Connor4-8/+16
2013-06-13make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMUKevin O'Connor1-1/+4
2013-06-13tweak coreboot qemu detectionGerd Hoffmann1-1/+1
2013-06-13Convert pciinit.c to use standard list manipulation code.Kevin O'Connor1-34/+30
2013-06-13Fix error in hlist_for_each_entry_safe macro.Kevin O'Connor1-2/+1
2013-06-13Revert "Convert pciinit.c to use standard list manipulation code."Kevin O'Connor1-30/+34
2013-06-12coreboot: add qemu detectionGerd Hoffmann1-0/+5
2013-06-12config: allow DEBUG_IO for !QEMUGerd Hoffmann2-2/+3
2013-06-08Convert PCIDevices list to use standard list manipultion code.Kevin O'Connor6-15/+15
2013-06-08Convert pciinit.c to use standard list manipulation code.Kevin O'Connor1-34/+30
2013-06-08Convert boot.c to use standard list manipulation code.Kevin O'Connor1-20/+17
2013-06-08Convert stacks.c to use standard list manipulation code.Kevin O'Connor1-17/+15
2013-06-08Introduce helper function have_threads() in stacks.c.Kevin O'Connor1-10/+12
2013-06-08Minor - relocate code in stacks.c to keep low-level thread code together.Kevin O'Connor1-52/+57
2013-06-08Introduce and convert pmm code to use standard list helpers.Kevin O'Connor3-48/+108
2013-06-08Minor - move "tracked memory alloc" code in pmm.c.Kevin O'Connor1-98/+98
2013-06-08Minor - explicitly close files in buildrom.py.Kevin O'Connor1-0/+2
2013-04-30Add pvpanic device driverHu Tao2-0/+49
2013-03-30acpi: Use cpu_to_leXX() consistently.Kevin O'Connor2-26/+25
2013-03-30acpi: Remove dead code with descriptions of bit flags.Kevin O'Connor1-25/+1
2013-03-30acpi: Move ACPI table definitions from acpi.c to acpi.h.Kevin O'Connor2-185/+175
2013-03-30Use container_of on romfile entries.Kevin O'Connor3-44/+57
2013-03-23Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries.Kevin O'Connor2-13/+19
2013-03-22acpi: make default DSDT optionalMichael S. Tsirkin2-1/+12
2013-03-22pciinit: Enable default VGA deviceAlex Williamson3-1/+42
2013-03-18mptable: Use same PCI irqs as ACPI code.Kevin O'Connor3-8/+8
2013-03-18mptable: Don't describe pci-to-pci bridges.Kevin O'Connor1-12/+10
2013-03-17Set ZF prior to keyboard read call in check_for_keystroke().Kevin O'Connor1-1/+1
2013-03-17Add dependencies to vgafixup.py and buildversion.sh scripts.Kevin O'Connor1-3/+3
2013-03-17Update README - copy *.aml files for QEMU.Kevin O'Connor1-0/+1
2013-03-17virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}Asias He1-2/+2
2013-03-17virtio-scsi: Set _DRIVER_OK flag before scsi target scanningAsias He1-2/+3
2013-03-09Fix bug in NUMA node setup - don't create SRAT if NUMA not present.Kevin O'Connor1-0/+2
2013-03-09Minor - add missing newline to floppy debug statement.Kevin O'Connor1-1/+1
2013-03-09vgabios: Fix cirrus memory clear on mode switch.Kevin O'Connor3-6/+8
2013-03-09vgabios: Fix stdvga_perform_gray_scale_summing().Kevin O'Connor1-0/+1
2013-03-08Use VARVERIFY32INIT on global variables that point to "tmp" memory.Kevin O'Connor4-6/+8
2013-03-08Add VARVERIFY32INIT attribute for variables only available during "init".Kevin O'Connor2-9/+13
2013-03-08smm: Don't use PCIDevices list in smm_setup().Kevin O'Connor3-31/+37
2013-03-08shadow: Don't use PCIDevices list in make_bios_readonly().Kevin O'Connor1-21/+13
2013-03-08Don't use __FILE__ in virtio-ring.c.Kevin O'Connor1-4/+2
2013-03-08Add additional dependency checks to Makefile.Kevin O'Connor1-3/+6
2013-03-06acpi: Eliminate BDAT parameter passing to DSDT code.Kevin O'Connor5-75/+71