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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
vgabios: Move vgabios Kconfig definitions to vgasrc/Kconfig.
Kevin O'Connor
2012-01-16
1
-78
/
+1
*
vgabios: Build vgabios by default if enabled in Kconfig.
Kevin O'Connor
2012-01-16
1
-1
/
+11
*
vgabios: Improve vgabios Kconfig menu.
Kevin O'Connor
2012-01-16
1
-25
/
+39
*
BCVs should inherrit the legacy harddrive priority.
Kevin O'Connor
2012-01-14
1
-1
/
+1
*
Permit multiple BEV and BEV/BCV combinations in a single option rom.
Kevin O'Connor
2012-01-14
1
-11
/
+10
*
vgabios: Add the geode GX2 functionality.
Nils
2012-01-14
1
-0
/
+8
*
vgabios: Some little geode cleanup.
Nils
2012-01-14
1
-2
/
+2
*
vgabios: Make the naming in the LX code generic to Geode.
Nils
2012-01-14
1
-1
/
+1
*
vgabios: Minor fixes to struct vbe_info definition.
Kevin O'Connor
2011-12-30
1
-3
/
+3
*
Don't leave upper bits of 64bit BARs unitialized during pci init.
Kevin O'Connor
2011-12-30
1
-1
/
+3
*
vgabios: Merge support for GeodeLX vga bios.
Kevin O'Connor
2011-12-27
1
-3
/
+11
*
Merge bootsplash and VGA ROM vbe structure definitions
Julian Pidancet
2011-12-20
2
-72
/
+171
*
Add vbe_flag field in BDA
Julian Pidancet
2011-12-20
1
-1
/
+2
*
Add configuration menu for the VGA ROM
Julian Pidancet
2011-12-20
1
-0
/
+39
*
Move optionroms definitions into a separate header
Julian Pidancet
2011-12-20
2
-52
/
+60
*
Fix broken _DIS and _SRS methods in ACPI AML irq routing.
Kevin O'Connor
2011-12-17
2
-106
/
+108
*
acpi: remove _RMV
Michael S. Tsirkin
2011-11-22
4
-1303
/
+80
*
acpi: EJ0 method name patching
Michael S. Tsirkin
2011-11-22
3
-8
/
+108
*
acpi: add ssdt for pci hotplug
Michael S. Tsirkin
2011-11-22
5
-2776
/
+2860
*
virtio-pci: include pci.h and pci_regs.h
Sebastian Herbszt
2011-11-22
1
-0
/
+2
*
usb: fix boot paths
Paolo Bonzini
2011-11-22
1
-2
/
+2
*
usb-ehci: Fix races with controller on updates to QH.
Kevin O'Connor
2011-11-19
1
-72
/
+58
*
usb-uhci: Be sure to wrap pipe->iobase in GET_FLATPTR().
Kevin O'Connor
2011-11-17
1
-3
/
+4
*
virtio-pci: allocate vq in vp_find_vq
Paolo Bonzini
2011-11-17
3
-13
/
+22
*
virtio-pci: introduce vp_init_simple
Paolo Bonzini
2011-11-17
3
-8
/
+13
*
always specify virtio-blk rather than virtio
Paolo Bonzini
2011-11-17
6
-19
/
+19
*
scsi: get physical chs geometry from mode page 0x04
Paolo Bonzini
2011-11-17
2
-0
/
+61
*
usb-msc: move cdb dispatch to block.c
Paolo Bonzini
2011-11-17
2
-31
/
+25
*
usb-msc: move common scsi code to blockcmd.c
Paolo Bonzini
2011-11-17
3
-44
/
+69
*
usb-msc: go through TEST UNIT READY for hard disks.
Paolo Bonzini
2011-11-17
4
-47
/
+54
*
usb-msc: rename INQUIRY types
Paolo Bonzini
2011-11-17
3
-4
/
+4
*
usb-msc: pass drive to setup_drive_*
Paolo Bonzini
2011-11-17
1
-11
/
+11
*
usb-msc: move READ CAPACITY to usb_msc_init, fix off-by-one
Paolo Bonzini
2011-11-17
1
-16
/
+14
*
usb-msc: support WRITE commands
Paolo Bonzini
2011-11-17
3
-6
/
+19
*
usb-msc: add usb_msc_send
Paolo Bonzini
2011-11-17
1
-5
/
+14
*
usb-uhci: fix race against host controller
Paolo Bonzini
2011-11-17
1
-9
/
+1
*
usb-uhci: reorganize wait_qh into wait_pipe
Paolo Bonzini
2011-11-17
1
-34
/
+30
*
cdrom: use TEST UNIT READY to detect ready medium
Paolo Bonzini
2011-11-17
3
-15
/
+19
*
usb-msc: support commands without payload
Paolo Bonzini
2011-11-17
1
-4
/
+7
*
seabios: fix mptable nmi entry
Kenji Kaneshige
2011-10-30
1
-1
/
+1
*
seabios: Add Local APIC NMI Structure to ACPI MADT
Kenji Kaneshige
2011-10-30
1
-2
/
+20
*
acpi: extract aml from .lst
Michael S. Tsirkin
2011-10-30
5
-929
/
+7157
*
seabios: acpi: allow qemu to load dsdt as external acpi table.
Isaku Yamahata
2011-10-30
1
-8
/
+39
*
util: add le32_to_cpu()
Isaku Yamahata
2011-10-30
1
-0
/
+5
*
Simplify pci_bios_init_root_regions().
Kevin O'Connor
2011-10-15
1
-25
/
+13
*
Move pciinit device init code together.
Kevin O'Connor
2011-10-15
1
-11
/
+8
*
Locally allocate pciinit busses[] variable.
Kevin O'Connor
2011-10-15
1
-13
/
+13
*
Replace recursive pci init system with linear passes.
Kevin O'Connor
2011-10-15
1
-82
/
+74
*
Replace pciinit busses_count with MaxPCIBus.
Kevin O'Connor
2011-10-15
1
-14
/
+6
*
Simplify pci_slot_get_irq().
Kevin O'Connor
2011-10-13
1
-13
/
+7
[next]