index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version to 0.6.1.1.
rel-0.6.1.1
Kevin O'Connor
2010-10-31
1
-1
/
+1
*
mark irq9 active high in DSDT
Kevin O'Connor
2010-10-31
2
-980
/
+1040
*
Update version to 0.6.1
rel-0.6.1
Kevin O'Connor
2010-09-13
1
-1
/
+1
*
Support Samsung SE-S084 USB DVD drive (and probably many others)
Kevin O'Connor
2010-09-02
2
-3
/
+7
*
pciinit: remove unused variable, old_addr, in pci_set_io_region_addr().
Isaku Yamahata
2010-09-02
1
-3
/
+1
*
Minor - indentation change to jpeg.c.
Kevin O'Connor
2010-08-28
1
-8
/
+8
*
Enhance tools/readserial.py to support reading from a pipe.
Kevin O'Connor
2010-08-28
1
-12
/
+31
*
Make tools/transdump.py more resilient to unknown input.
Kevin O'Connor
2010-08-28
1
-2
/
+2
*
Update qemu_cfg_read to use "rep insb".
Kevin O'Connor
2010-08-25
1
-2
/
+1
*
Only show bootsplash during boot menu.
Kevin O'Connor
2010-08-25
5
-38
/
+27
*
add write support to virtio-blk
Gleb Natapov
2010-08-24
1
-6
/
+9
*
Don't try to talk to APIC on 486
Lubomir Rintel
2010-08-24
1
-1
/
+1
*
Add ACPI SSDT/DSDT support for CPU hotplug.
Kevin O'Connor
2010-08-03
4
-376
/
+586
*
Add additional debug status messages to bootsplash code.
Kevin O'Connor
2010-08-03
1
-0
/
+7
*
Allow qemu to use bootsplash code via fwcfg interface.
Kevin O'Connor
2010-07-30
1
-12
/
+13
*
Add tools/trandump.py tool for converting hexdump() output.
Kevin O'Connor
2010-07-30
1
-0
/
+50
*
Default bootsplash on (for coreboot users).
Kevin O'Connor
2010-07-30
2
-2
/
+2
*
Autodetect video mode based on bootsplash jpeg dimensions.
Kevin O'Connor
2010-07-30
2
-47
/
+69
*
Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c.
Kevin O'Connor
2010-07-30
1
-10
/
+10
*
Breakup jpeg_decode into parsing and displaying phases.
Kevin O'Connor
2010-07-30
3
-34
/
+42
*
Avoid using BSS variables in jpeg.c.
Kevin O'Connor
2010-07-30
3
-163
/
+158
*
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
2010-07-28
8
-48
/
+34
*
Handle unaligned sizes in iomemcpy().
Kevin O'Connor
2010-07-27
2
-7
/
+9
*
Cleanup bootsplash vesa signature detection.
Kevin O'Connor
2010-07-27
1
-5
/
+6
*
Be sure to disable bootsplash on all BIOS boot cases.
Kevin O'Connor
2010-07-26
4
-9
/
+19
*
Add call16_int10 helper to bootsplash.c.
Kevin O'Connor
2010-07-26
1
-16
/
+16
*
Don't do "double buffering" in bootsplash code.
Kevin O'Connor
2010-07-26
1
-40
/
+9
*
Check that malloc succeeds in bootsplash code.
Kevin O'Connor
2010-07-26
1
-45
/
+36
*
Bootsplash fixes and cleanups.
Kevin O'Connor
2010-07-26
2
-26
/
+23
*
Minor - clarify bit logic in mptable.c.
Kevin O'Connor
2010-07-26
1
-2
/
+2
*
Fix integer truncating bug in calc_future_timer().
Kevin O'Connor
2010-07-26
1
-2
/
+2
*
seabios: pciinit: fix 64bit bar initilization.
Isaku Yamahata
2010-07-26
1
-6
/
+2
*
Minor - introduce GDT_GRANLIMIT macro.
Kevin O'Connor
2010-07-25
2
-9
/
+13
*
Avoid code addresses >64K in big real mode.
Kevin O'Connor
2010-07-25
2
-3
/
+3
*
seabios: smm: move out piix4 specific smram logic to dev-i440fx.c
Isaku Yamahata
2010-07-24
4
-33
/
+62
*
seabios: shadow: make device finding more generic.
Isaku Yamahata
2010-07-24
4
-41
/
+81
*
seabios: acpi: clean up of finding pm device.
Isaku Yamahata
2010-07-24
1
-2
/
+8
*
seabios: acpi: split out piix4 pm logic.
Isaku Yamahata
2010-07-24
3
-4
/
+26
*
seabios: acpi: move acpi definitions to acpi.h from acpi.c
Isaku Yamahata
2010-07-24
2
-73
/
+76
*
seabios: acpi: move out endian conversion helper function.
Isaku Yamahata
2010-07-24
2
-10
/
+10
*
seabios: pci: introduce helper function to find device from table and initial...
Isaku Yamahata
2010-07-24
2
-0
/
+13
*
smbios: Allow all fields to be set via qemu_cfg_smbios_load_field()
Alex Williamson
2010-07-10
1
-81
/
+141
*
seabios: pciinit: use pci device initializer helper function.
Kevin O'Connor
2010-07-10
5
-89
/
+144
*
seabios: pci: introduce helper function to initialize a given device.
Isaku Yamahata
2010-07-10
2
-0
/
+54
*
virtio: Clear interrupt status register in virtio-blk
Stefan Hajnoczi
2010-07-08
2
-0
/
+10
*
seabios: pciinit: initialize pci bridge filtering registers.
Isaku Yamahata
2010-07-04
1
-3
/
+103
*
seabios: pciinit: pci bridge bus initialization.
Isaku Yamahata
2010-07-04
1
-0
/
+70
*
seabios: pciinit: make bar offset calculation pci bridge aware.
Isaku Yamahata
2010-07-04
1
-1
/
+5
*
seabios: pciinit: factor out bar offset calculation.
Isaku Yamahata
2010-07-04
1
-10
/
+10
*
seabios: pciinit: make pci bar assigner preferchable memory aware.
Isaku Yamahata
2010-07-04
2
-7
/
+59
[next]