aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-13Update version to 0.6.1rel-0.6.1Kevin O'Connor1-1/+1
2010-09-02Support Samsung SE-S084 USB DVD drive (and probably many others)Kevin O'Connor2-3/+7
2010-09-02pciinit: remove unused variable, old_addr, in pci_set_io_region_addr().Isaku Yamahata1-3/+1
2010-08-28Minor - indentation change to jpeg.c.Kevin O'Connor1-8/+8
2010-08-28Enhance tools/readserial.py to support reading from a pipe.Kevin O'Connor1-12/+31
2010-08-28Make tools/transdump.py more resilient to unknown input.Kevin O'Connor1-2/+2
2010-08-25Update qemu_cfg_read to use "rep insb".Kevin O'Connor1-2/+1
2010-08-25Only show bootsplash during boot menu.Kevin O'Connor5-38/+27
2010-08-24add write support to virtio-blkGleb Natapov1-6/+9
2010-08-24Don't try to talk to APIC on 486Lubomir Rintel1-1/+1
2010-08-03Add ACPI SSDT/DSDT support for CPU hotplug.Kevin O'Connor4-376/+586
2010-08-03Add additional debug status messages to bootsplash code.Kevin O'Connor1-0/+7
2010-07-30Allow qemu to use bootsplash code via fwcfg interface.Kevin O'Connor1-12/+13
2010-07-30Add tools/trandump.py tool for converting hexdump() output.Kevin O'Connor1-0/+50
2010-07-30Default bootsplash on (for coreboot users).Kevin O'Connor2-2/+2
2010-07-30Autodetect video mode based on bootsplash jpeg dimensions.Kevin O'Connor2-47/+69
2010-07-30Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c.Kevin O'Connor1-10/+10
2010-07-30Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor3-34/+42
2010-07-30Avoid using BSS variables in jpeg.c.Kevin O'Connor3-163/+158
2010-07-28Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor8-48/+34
2010-07-27Handle unaligned sizes in iomemcpy().Kevin O'Connor2-7/+9
2010-07-27Cleanup bootsplash vesa signature detection.Kevin O'Connor1-5/+6
2010-07-26Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor4-9/+19
2010-07-26Add call16_int10 helper to bootsplash.c.Kevin O'Connor1-16/+16
2010-07-26Don't do "double buffering" in bootsplash code.Kevin O'Connor1-40/+9
2010-07-26Check that malloc succeeds in bootsplash code.Kevin O'Connor1-45/+36
2010-07-26Bootsplash fixes and cleanups.Kevin O'Connor2-26/+23
2010-07-26Minor - clarify bit logic in mptable.c.Kevin O'Connor1-2/+2
2010-07-26Fix integer truncating bug in calc_future_timer().Kevin O'Connor1-2/+2
2010-07-26seabios: pciinit: fix 64bit bar initilization.Isaku Yamahata1-6/+2
2010-07-25Minor - introduce GDT_GRANLIMIT macro.Kevin O'Connor2-9/+13
2010-07-25Avoid code addresses >64K in big real mode.Kevin O'Connor2-3/+3
2010-07-24seabios: smm: move out piix4 specific smram logic to dev-i440fx.cIsaku Yamahata4-33/+62
2010-07-24seabios: shadow: make device finding more generic.Isaku Yamahata4-41/+81
2010-07-24seabios: acpi: clean up of finding pm device.Isaku Yamahata1-2/+8
2010-07-24seabios: acpi: split out piix4 pm logic.Isaku Yamahata3-4/+26
2010-07-24seabios: acpi: move acpi definitions to acpi.h from acpi.cIsaku Yamahata2-73/+76
2010-07-24seabios: acpi: move out endian conversion helper function.Isaku Yamahata2-10/+10
2010-07-24seabios: pci: introduce helper function to find device from table and initial...Isaku Yamahata2-0/+13
2010-07-10smbios: Allow all fields to be set via qemu_cfg_smbios_load_field()Alex Williamson1-81/+141
2010-07-10seabios: pciinit: use pci device initializer helper function.Kevin O'Connor5-89/+144
2010-07-10seabios: pci: introduce helper function to initialize a given device.Isaku Yamahata2-0/+54
2010-07-08virtio: Clear interrupt status register in virtio-blkStefan Hajnoczi2-0/+10
2010-07-04seabios: pciinit: initialize pci bridge filtering registers.Isaku Yamahata1-3/+103
2010-07-04seabios: pciinit: pci bridge bus initialization.Isaku Yamahata1-0/+70
2010-07-04seabios: pciinit: make bar offset calculation pci bridge aware.Isaku Yamahata1-1/+5
2010-07-04seabios: pciinit: factor out bar offset calculation.Isaku Yamahata1-10/+10
2010-07-04seabios: pciinit: make pci bar assigner preferchable memory aware.Isaku Yamahata2-7/+59
2010-07-04seabios: pciinit: make pci memory space assignment 64bit aware.Isaku Yamahata1-2/+17
2010-07-04seabios: pciinit: factor out pci bar region allocation logic.Isaku Yamahata1-37/+47