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
*
output: Add 64bit hex print support.
Kevin O'Connor
2012-03-06
3
-36
/
+47
*
Fixup missing includes.
Kevin O'Connor
2012-03-06
2
-1
/
+2
*
Free USB MSC pipes on error.
Kevin O'Connor
2012-02-20
1
-1
/
+5
*
Register drives directly in scsi_init_drive().
Kevin O'Connor
2012-02-18
3
-49
/
+18
*
Running vgabios during resume from S3 on QEMU by default
Gleb Natapov
2012-02-18
1
-1
/
+1
*
Fix missing NULL pointer checks causing boot failure on 1meg machines.
Kevin O'Connor
2012-02-15
2
-1
/
+6
*
Direct compile 16bit C code instead of including via .S files.
Kevin O'Connor
2012-02-11
2
-9
/
+3
*
disk: handle LBA I/O with zero sector count
Kevin O'Connor
2012-02-11
1
-0
/
+5
*
cleanup process_usb_op() / process_scsi_op() declarations
Laszlo Ersek
2012-02-11
2
-2
/
+1
*
Xen: Use VGA Hooks to make VGA passthrough work on certain devices
Julian Pidancet
2012-02-05
3
-3
/
+22
*
Introduce config option to select which IO port to send debug output on
Julian Pidancet
2012-02-01
2
-2
/
+19
*
mask interrupts on S3 resume
Gleb Natapov
2012-02-01
1
-0
/
+1
*
Add TSC emulation layer for 386/486 CPUs.
Kevin O'Connor
2012-02-01
3
-7
/
+62
*
Detect CPUID instruction before using it.
Kevin O'Connor
2012-02-01
5
-9
/
+28
*
Check for CONFIG_PS2PORT on all entry ps2 function entry points.
Kevin O'Connor
2012-02-01
1
-0
/
+7
*
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
[next]