aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor build fixes.rel-0.6.1.3Kevin O'Connor2011-01-222-2/+2
* Update version to 0.6.1.2.rel-0.6.1.2Kevin O'Connor2010-11-131-1/+1
* fix virtio-blk failure after rebootGleb Natapov2010-11-131-0/+1
* Update version to 0.6.1.1.rel-0.6.1.1Kevin O'Connor2010-10-311-1/+1
* mark irq9 active high in DSDTKevin O'Connor2010-10-312-980/+1040
* Update version to 0.6.1rel-0.6.1Kevin O'Connor2010-09-131-1/+1
* Support Samsung SE-S084 USB DVD drive (and probably many others)Kevin O'Connor2010-09-022-3/+7
* pciinit: remove unused variable, old_addr, in pci_set_io_region_addr().Isaku Yamahata2010-09-021-3/+1
* Minor - indentation change to jpeg.c.Kevin O'Connor2010-08-281-8/+8
* Enhance tools/readserial.py to support reading from a pipe.Kevin O'Connor2010-08-281-12/+31
* Make tools/transdump.py more resilient to unknown input.Kevin O'Connor2010-08-281-2/+2
* Update qemu_cfg_read to use "rep insb".Kevin O'Connor2010-08-251-2/+1
* Only show bootsplash during boot menu.Kevin O'Connor2010-08-255-38/+27
* add write support to virtio-blkGleb Natapov2010-08-241-6/+9
* Don't try to talk to APIC on 486Lubomir Rintel2010-08-241-1/+1
* Add ACPI SSDT/DSDT support for CPU hotplug.Kevin O'Connor2010-08-034-376/+586
* Add additional debug status messages to bootsplash code.Kevin O'Connor2010-08-031-0/+7
* Allow qemu to use bootsplash code via fwcfg interface.Kevin O'Connor2010-07-301-12/+13
* Add tools/trandump.py tool for converting hexdump() output.Kevin O'Connor2010-07-301-0/+50
* Default bootsplash on (for coreboot users).Kevin O'Connor2010-07-302-2/+2
* Autodetect video mode based on bootsplash jpeg dimensions.Kevin O'Connor2010-07-302-47/+69
* Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c.Kevin O'Connor2010-07-301-10/+10
* Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor2010-07-303-34/+42
* Avoid using BSS variables in jpeg.c.Kevin O'Connor2010-07-303-163/+158
* Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor2010-07-288-48/+34
* Handle unaligned sizes in iomemcpy().Kevin O'Connor2010-07-272-7/+9
* Cleanup bootsplash vesa signature detection.Kevin O'Connor2010-07-271-5/+6
* Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor2010-07-264-9/+19
* Add call16_int10 helper to bootsplash.c.Kevin O'Connor2010-07-261-16/+16
* Don't do "double buffering" in bootsplash code.Kevin O'Connor2010-07-261-40/+9
* Check that malloc succeeds in bootsplash code.Kevin O'Connor2010-07-261-45/+36
* Bootsplash fixes and cleanups.Kevin O'Connor2010-07-262-26/+23
* Minor - clarify bit logic in mptable.c.Kevin O'Connor2010-07-261-2/+2
* Fix integer truncating bug in calc_future_timer().Kevin O'Connor2010-07-261-2/+2
* seabios: pciinit: fix 64bit bar initilization.Isaku Yamahata2010-07-261-6/+2
* Minor - introduce GDT_GRANLIMIT macro.Kevin O'Connor2010-07-252-9/+13
* Avoid code addresses >64K in big real mode.Kevin O'Connor2010-07-252-3/+3
* seabios: smm: move out piix4 specific smram logic to dev-i440fx.cIsaku Yamahata2010-07-244-33/+62
* seabios: shadow: make device finding more generic.Isaku Yamahata2010-07-244-41/+81
* seabios: acpi: clean up of finding pm device.Isaku Yamahata2010-07-241-2/+8
* seabios: acpi: split out piix4 pm logic.Isaku Yamahata2010-07-243-4/+26
* seabios: acpi: move acpi definitions to acpi.h from acpi.cIsaku Yamahata2010-07-242-73/+76
* seabios: acpi: move out endian conversion helper function.Isaku Yamahata2010-07-242-10/+10
* seabios: pci: introduce helper function to find device from table and initial...Isaku Yamahata2010-07-242-0/+13
* smbios: Allow all fields to be set via qemu_cfg_smbios_load_field()Alex Williamson2010-07-101-81/+141
* seabios: pciinit: use pci device initializer helper function.Kevin O'Connor2010-07-105-89/+144
* seabios: pci: introduce helper function to initialize a given device.Isaku Yamahata2010-07-102-0/+54
* virtio: Clear interrupt status register in virtio-blkStefan Hajnoczi2010-07-082-0/+10
* seabios: pciinit: initialize pci bridge filtering registers.Isaku Yamahata2010-07-041-3/+103
* seabios: pciinit: pci bridge bus initialization.Isaku Yamahata2010-07-041-0/+70