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