aboutsummaryrefslogtreecommitdiff
path: root/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * - applied 3 patches from the Qemu projectvruppert2008-12-253-9/+145
* | kvm: use new header layoutAvi Kivity2009-04-261-1/+1
* | kvm: Move kernel headers from asm-x86 to arch/x86/includeAvi Kivity2009-04-267-0/+0
* | kvm: libkvm: Compile with correct kernel include directoryAvi Kivity2009-04-221-0/+1
* | kvm: libkvm: Allow redundant declarationsAvi Kivity2009-04-221-0/+3
* | kvm: libkvm: adjust Makefile to new layoutAvi Kivity2009-04-221-2/+1
* | kvm: Add x86 kvm headersAvi Kivity2009-04-2211-0/+3927
* | kvm: scripts: upload qemu and kmod packages on releaseAvi Kivity2009-04-211-1/+1
* | kvm: libkvm: fix build with --with-patched-kernel on 2.6.29Avi Kivity2009-04-212-1/+2
* | kvm: testsuite: fix warning in msr.czwu2009-04-211-0/+2
* | kvm: libkvm: drop unnecessary inclideZhiyong Wu2009-04-211-1/+0
* | kvm: external module: link include/asm at ./configure timeAvi Kivity2009-04-122-7/+9
* | kvm: scripts: drop asm symlinks before generating releaseAvi Kivity2009-04-091-0/+1
* | kvm: Update .gitignoreJan Kiszka2009-04-051-0/+4
* | kvm: testsuite: test long JMP emulationGleb Natapov2009-04-051-0/+19
* | kvm: testsuite: add tests for short/near Jcc and call instruction emulationGleb Natapov2009-04-051-0/+84
* | kvm: external module: only hack tsc_khz in kvm_arch_initAvi Kivity2009-04-021-1/+5
* | kvm: external module: backward compatibility for ia64 msidef.hZhang, Yang2009-04-021-0/+42
* | kvm: external module: backward compatibility for PAGE_KERNEL_UC on ia64Yang Zhang2009-04-021-0/+6
* | kvm: configure: --with-patched-kernel doesn't need kernelversionMark McLoughlin2009-04-011-1/+2
* | kvm: configure: pass --with-patched-kernel to kernel/configureMark McLoughlin2009-04-012-0/+5
* | kvm: configure: run kernel configure even with --with-patched-kernelMark McLoughlin2009-04-011-1/+1
* | kvm: configure: remove unused depmod_versionMark McLoughlin2009-04-011-1/+0
* | kvm: testsuite: test EFER.NXEAvi Kivity2009-03-311-3/+7
* | kvm: testsuite: test reserved bits in mmu access testsAvi Kivity2009-03-301-2/+22
* | kvm: fix tsc_khz on older i386Avi Kivity2009-03-292-2/+25
* | kvm: extboot: Update number of HDs reported by BIOSGleb Natapov2009-03-241-0/+3
* | kvm: external module: do not hardcode tsc_khzMarcelo Tosatti2009-03-241-6/+2
* | kvm: Remove 'kvm' scriptAvi Kivity2009-03-221-283/+0
* | kvm: scripts: add userspace-only package and kernel-only packageAvi Kivity2009-03-221-2/+19
* | kvm: build: don't sync headers if building userspace package onlyAvi Kivity2009-03-221-1/+2
* | kvm: configure: avoid building the external module if kernel/Makefile is not ...Avi Kivity2009-03-221-0/+4
* | kvm: build: only configure external module if wanted by usedAvi Kivity2009-03-221-1/+1
* | kvm: scripts: Add release scriptAvi Kivity2009-03-221-0/+78
* | kvm: libkvm: add ioctl wrappers for KVM_SET_MSIX_ENTRY_NR and KVM_SET_MSIX_ENTRYSheng Yang2009-03-182-0/+32
* | kvm: libkvm: allocate unused gsi for irq routingSheng Yang2009-03-183-1/+25
* | kvm: libkvm: user interface for MSI type irq routingSheng Yang2009-03-182-19/+101
* | kvm: libkvm: support KVM_ASSIGN_DEV_IRQ and KVM_DEASSIGN_DEV_IRQ ioctlsMarcelo Tosatti2009-03-182-5/+54