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
...
*
Enable ins/outs functions to use 32bit addresses.
Kevin O'Connor
2009-10-24
1
-6
/
+6
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
16
-83
/
+119
*
Handle tsc rollover.
Kevin O'Connor
2009-10-22
7
-14
/
+17
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
11
-365
/
+391
*
Update TODO list.
Kevin O'Connor
2009-10-19
1
-13
/
+8
*
Move smbios definitions to header file; fix compile on older gcc.
Kevin O'Connor
2009-10-18
6
-183
/
+175
*
Expand USB OHCI support.
Kevin O'Connor
2009-10-17
9
-39
/
+315
*
fix low bits in ROM and I/O sizing
Kevin O'Connor
2009-10-14
1
-4
/
+16
*
Use pmm_malloc() for internal allocations.
Kevin O'Connor
2009-10-12
2
-73
/
+64
*
Provide correct value for QEMU_CFG_IRQ0_OVERRIDE
Kevin O'Connor
2009-10-12
1
-1
/
+1
*
enable io/memory unconditionally
Kevin O'Connor
2009-10-12
1
-11
/
+3
*
Set the PCI base address to 0xf0000000.
Kevin O'Connor
2009-10-12
1
-1
/
+1
*
Enable power button event generation.
Kevin O'Connor
2009-10-12
1
-2
/
+2
*
Generate mptable unconditionally.
Kevin O'Connor
2009-10-12
1
-4
/
+0
*
Add stubs for USB OHCI support.
Kevin O'Connor
2009-10-12
11
-64
/
+313
*
Move read/write[bwl] from smp.c to util.h.
Kevin O'Connor
2009-10-12
2
-30
/
+19
*
Cleanup 'debuginfo' variable in output; add comment.
Kevin O'Connor
2009-10-12
1
-2
/
+5
*
Use MaxCountCPUs during building of per cpu tables.
Kevin O'Connor
2009-10-09
3
-21
/
+24
*
Update acpi-dsdt.hex with latest changes from acpi-dsdt.dsl.
Kevin O'Connor
2009-10-08
1
-211
/
+918
*
Move qemu cfg init before smp init.
Kevin O'Connor
2009-10-08
1
-2
/
+2
*
Read max number of cpus from VM.
Kevin O'Connor
2009-10-08
4
-1
/
+22
*
Add SRAT ACPI table support.
Kevin O'Connor
2009-10-08
3
-5
/
+170
*
Add 26 pci slots, bringing the total to 32.
Kevin O'Connor
2009-10-08
1
-0
/
+26
*
HPET support.
Kevin O'Connor
2009-10-08
2
-0
/
+65
*
Pci hotplug support.
Kevin O'Connor
2009-10-08
1
-1
/
+98
*
Provide gpe _L0x methods.
Kevin O'Connor
2009-10-08
2
-0
/
+57
*
Remove irq 9 from the pci interrupt link resources.
Kevin O'Connor
2009-10-08
1
-4
/
+4
*
Use extended interrupt descriptor for pci irqs.
Kevin O'Connor
2009-10-08
1
-32
/
+24
*
Restrict pci interrupts to irq 5/9/10/11
Kevin O'Connor
2009-10-08
1
-4
/
+4
*
Advertise pci irqs as active high in DSDT
Kevin O'Connor
2009-10-08
1
-8
/
+8
*
Use preprocessor for pci link routing.
Kevin O'Connor
2009-10-08
1
-35
/
+15
*
Add rule to compile DSDT to make file.
Kevin O'Connor
2009-10-08
1
-0
/
+7
*
Remove CONFIG_KVM compile option.
Kevin O'Connor
2009-10-08
1
-2
/
+0
*
Check at runtime if VM is KVM.
Kevin O'Connor
2009-10-08
1
-1
/
+1
*
irq0override provided by qemu.
Kevin O'Connor
2009-10-08
5
-11
/
+17
*
Correct default pci irq links
Kevin O'Connor
2009-10-08
1
-5
/
+1
*
Always create PCI interrupt override acpi tables.
Kevin O'Connor
2009-10-08
1
-4
/
+0
*
Load SMBIOS entries and files from qemu
Kevin O'Connor
2009-10-08
3
-71
/
+269
*
Add support for passing additional acpi tables from qemu.
Kevin O'Connor
2009-10-08
3
-1
/
+47
*
Really fix linker issue with "debuginfo" variable.
Kevin O'Connor
2009-10-08
1
-1
/
+5
*
Add VAR16VISIBLE to debuginfo - older gcc doesn't optimize out.
Kevin O'Connor
2009-10-08
1
-1
/
+1
*
Add snprintf support.
Kevin O'Connor
2009-10-07
3
-64
/
+129
*
Silence gcc asm deprectation warning in output.c.
Kevin O'Connor
2009-10-07
1
-2
/
+3
*
resolve memory device roll over reporting issues with >32G guests
Kevin O'Connor
2009-10-07
1
-35
/
+35
*
Cleanup acpi table creation.
Kevin O'Connor
2009-10-07
1
-36
/
+46
*
Workaround gcc4.3 compiler error - disable pmm low mem allocations.
Kevin O'Connor
2009-10-04
1
-0
/
+2
*
Move qemu config code from smbios.c to its own files. Add support for
Kevin O'Connor
2009-10-04
6
-28
/
+126
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
15
-6
/
+1060
*
Replace clock conversion constants with defines.
Kevin O'Connor
2009-09-27
2
-8
/
+15
*
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
2009-09-24
6
-1
/
+11
[prev]
[next]