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
...
*
seabios: pciinit: make pci memory space assignment 64bit aware.
Isaku Yamahata
2010-07-04
1
-2
/
+17
*
seabios: pciinit: factor out pci bar region allocation logic.
Isaku Yamahata
2010-07-04
1
-37
/
+47
*
seabios: pci: introduce foreachpci_in_bus() helper macro.
Isaku Yamahata
2010-07-04
1
-0
/
+10
*
Add romfile_size() wrapper for accessing cbfs/qemu_cfg files.
Kevin O'Connor
2010-07-04
2
-2
/
+15
*
Initial bootsplash support.
Kevin O'Connor
2010-06-28
9
-14
/
+1335
*
Update TODO
Kevin O'Connor
2010-06-19
1
-5
/
+0
*
Fix bvprintf() to respect padding for hex printing.
Kevin O'Connor
2010-06-19
1
-15
/
+23
*
Unify optionrom cbfs/qemu_cfg rom pulling code.
Kevin O'Connor
2010-06-13
5
-68
/
+64
*
SeaBIOS VGA hooks
Stefan Reinauer
2010-06-10
1
-10
/
+134
*
SeaBIOS CD/DVD abbreviations
Stefan Reinauer
2010-06-10
2
-4
/
+4
*
seabios: remove iasl output file when error.
Isaku Yamahata
2010-06-10
1
-4
/
+6
*
Allocate cdemu buffer in low mem instead of ebda.
Kevin O'Connor
2010-06-06
3
-18
/
+19
*
Introduce memcpy_fl - a memcpy on "flat" pointers.
Kevin O'Connor
2010-06-06
3
-15
/
+17
*
Rework malloc to use a "first fit" algorithm.
Kevin O'Connor
2010-06-06
3
-235
/
+313
*
Minor mptable changes.
Kevin O'Connor
2010-06-06
1
-8
/
+6
*
virtio: clean up memory barrier usage
Michael S. Tsirkin
2010-05-26
2
-9
/
+9
*
virtio: remove NO_NOTIFY optimization
Michael S. Tsirkin
2010-05-26
1
-3
/
+1
*
Don't use RTC to time boot menu delay.
Kevin O'Connor
2010-05-23
3
-23
/
+7
*
Generalize timer based delay code.
Kevin O'Connor
2010-05-23
3
-32
/
+34
*
Rename check_time() to check_tsc().
Kevin O'Connor
2010-05-23
9
-24
/
+24
*
Allow wait_irq to be called in 32bit code.
Kevin O'Connor
2010-05-23
5
-51
/
+79
*
Improve optionrom debugging statements.
Kevin O'Connor
2010-05-23
2
-5
/
+17
*
Minor - compile out usb-msc code if CONFIG_USB_MSC not set.
Kevin O'Connor
2010-05-23
1
-0
/
+2
*
Minor ata cleanups.
Kevin O'Connor
2010-05-23
1
-4
/
+10
*
Make sure virtio-blk is fully compiled out if not wanted.
Kevin O'Connor
2010-05-23
1
-1
/
+3
*
Minor - split up virtio_blk_setup().
Kevin O'Connor
2010-05-20
1
-69
/
+74
*
fix two issues with virtio-blk
Gleb Natapov
2010-05-17
3
-3
/
+18
*
Minor improvements to virtio (allow irqs, allocate page aligned).
Kevin O'Connor
2010-05-16
2
-6
/
+5
*
Fix virtio compile errors on various gcc versions.
Kevin O'Connor
2010-05-10
7
-2
/
+18
*
Support for booting from virtio disks
Gleb Natapov
2010-05-10
12
-1
/
+653
*
smbios: avoid counting io hole as ram
Alex Williamson
2010-05-10
1
-25
/
+43
*
Fix error causing USB HID "boot" protocol to not be enabled.
Kevin O'Connor
2010-05-01
1
-2
/
+2
*
Add support for USB mice.
Kevin O'Connor
2010-05-01
6
-30
/
+185
*
When USB keyboard active, don't send keyboard commands to ps2 port.
Kevin O'Connor
2010-05-01
6
-30
/
+72
*
Document usb-hid.c functions.
Kevin O'Connor
2010-05-01
1
-0
/
+10
*
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2010-05-01
4
-30
/
+50
*
Handle unknown function addresses in tools/checkstack.py.
Kevin O'Connor
2010-05-01
1
-17
/
+16
*
Simplify build by manually resolving external symbols in layoutrom.py.
Kevin O'Connor
2010-05-01
7
-291
/
+241
*
USB EHCI should yield() whil waiting for controller to ack reset.
Kevin O'Connor
2010-04-17
1
-0
/
+1
*
Add __attribute__((__malloc__)) declaration to internal malloc funcs.
Kevin O'Connor
2010-04-17
2
-2
/
+3
*
Minor - remove redundant check from ata_try_dma.
Kevin O'Connor
2010-04-17
1
-2
/
+0
*
Fix possible unitialized variable issue in usb msc.
Kevin O'Connor
2010-04-08
1
-14
/
+12
*
Some improvements to optionrom preemption support.
Kevin O'Connor
2010-04-02
2
-7
/
+16
*
Refactor USB hub code.
Kevin O'Connor
2010-03-28
7
-209
/
+253
*
Prep version for next release.
Kevin O'Connor
2010-03-28
1
-1
/
+1
*
Update version to 0.6.0.
rel-0.6.0
Kevin O'Connor
2010-03-26
1
-1
/
+1
*
Improve USB EHCI timing.
Kevin O'Connor
2010-03-20
1
-7
/
+17
*
Disable inlining on old compilers.
Kevin O'Connor
2010-03-20
2
-1
/
+2
*
Force use of indirect function calls in inline assembler.
Kevin O'Connor
2010-03-20
3
-9
/
+8
*
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Kevin O'Connor
2010-03-20
4
-6
/
+28
[prev]
[next]