aboutsummaryrefslogtreecommitdiff
path: root/kvm
Commit message (Expand)AuthorAgeFilesLines
* Add push/pop instructions test in real moed test harnessMohammed Gamal2009-08-241-0/+74
* Update BIOS INT15-E820 to allow a larger BIOS imageJordan Justen2009-08-031-4/+4
* kvm: bios: Fix multiple calls into smbios_load_exAlex Williamson2009-07-281-5/+6
* kvm: bios: Make boot prompt optionalJan Kiszka2009-07-282-0/+20
* kvm: bios: port firmware config movement to rombios.hAvi Kivity2009-07-282-10/+11
* kvm: allow qemu to set EPT identity mapping addressSheng Yang2009-07-211-0/+2
* Add MCE simulation support to qemu/kvmHuang Ying2009-07-202-0/+21
* libkvm: x86: fix memleak if ioctl failsAmit Shah2009-07-131-1/+1
* HPET support with kvmBeth Kon2009-07-122-0/+12
* Advertise HPET in ACPI HPET tableBeth Kon2009-07-122-10/+3
* bios: allow qemu to configure irq0->inti2 overrideBeth Kon2009-07-121-16/+50
* Move extboot to other optionromsJan Kiszka2009-07-081-695/+0
* kvm: bios: Move _PR to SSDTJes Sorensen2009-06-214-112/+166
* bios: Fix RSDT table creationBeth Kon2009-06-101-14/+14
* bios: Fix MADT table creationBeth Kon2009-06-101-3/+6
* kvm: bios: Read MADT entries from memory in processors _MAT method.Gleb Natapov2009-06-023-57/+46
* Adjust kvm/user/ include directories to new include layoutAvi Kivity2009-06-015-3/+5
* kvm: Correct kernel headers for PIT2Avi Kivity2009-06-011-2/+2
* Make PC speaker emulation aware of in-kernel PITJan Kiszka2009-05-312-8/+28
* kvmtrace_format: read /usr/share/kvm/formats by defaultEduardo Habkost2009-05-261-4/+9
* Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-201-2/+2
* Use a bitmap for tracking used GSIsAlex Williamson2009-05-202-21/+73
* Work around supported cpuid ioctl() brokennessMark McLoughlin2009-05-201-0/+2
* Add script to make a combined userspace/kernel releaseAvi Kivity2009-05-141-0/+36
* Remove old kernel module infastructureAvi Kivity2009-05-1437-4656/+0
* Move kvm headers from kvm/kernel to kvm/includeAvi Kivity2009-05-1421-0/+0
* bios: dynamically track available rsdt entriesAvi Kivity2009-05-101-13/+13
* bios: add SRAT ACPI table support (Andre Przywara)Andre Przywara2009-05-101-12/+166
* bios: Load SMBIOS entries and files from qemu (Alex Williamson)Alex Williamson2009-05-101-63/+236
* bios: Read additional ACPI tables from a VMGleb Natapov2009-05-101-20/+63
* Fix x86 kvm feature reportingAvi Kivity2009-05-101-0/+9
* Merge branch 'master' of git://git.sv.gnu.org/qemu into masterAvi Kivity2009-05-092-0/+95
* libkvm: make kvm_create_pit staticMichael S. Tsirkin2009-05-041-1/+1
* kvm: Add release scriptAvi Kivity2009-05-031-0/+60
* Remove old release scriptAvi Kivity2009-05-031-96/+0
* patch add_powerpc_kvm_headers.diffHollis Blanchard2009-05-037-0/+863
* Use CAP_IRQ_ROUTING in kvm_get_irq_route_gsi()Hollis Blanchard2009-05-031-0/+4
* Fix "missing prototype" warning.Hollis Blanchard2009-05-031-1/+1
* Fix warning when__ia64__ is not defined.Hollis Blanchard2009-05-031-1/+1
* Rename config-powerpc to config-ppcHollis Blanchard2009-05-031-0/+0
* Fix build when objdir != srcdirAnthony Liguori2009-04-301-1/+10
* kvm: Add header files for ia64Xiantao Zhang2009-04-283-0/+1004
* Merge commit 'bios/master'Avi Kivity2009-04-266-74/+167
|\
| * - fixed PCI IRQ router check for legacy BIOS (checking vendor ID only)vruppert2009-02-093-2/+2
| * - removed wrong character from FSF address (converted invisible and uselessvruppert2009-02-084-4/+4
| * - implemented MTRR support in the bios. This is a combination of the individualvruppert2009-01-265-0/+110
| * [Bochs-developers] [PATCH] rombios32: fix SMBIOS end address range reportingsshwarts2009-01-111-2/+2
| * Deduplicate INT 15h, AX=E820h code by removing some identical parts.sshwarts2009-01-101-28/+5
| * - run acpi-dsdt.dsl through cpp before compiling with iasl (to support #ifdef...vruppert2008-12-271-1/+3
| * - the HPET merge from QEMU introduced new structures which need packing (Seba...vruppert2008-12-271-3/+3