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