aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use kvm_has_sync_mmu from upstreamGlauber Costa2009-08-041-0/+3
* Use coalesce memory regions functions from upstreamGlauber Costa2009-08-041-1/+1
* Merge commit '4c955388572068c57bb8cd205b61fa5dfa1a84f1' into upstream-mergeAvi Kivity2009-07-291-12/+1
|\
| * Revert "Fake dirty loggin when it's not there"Anthony Liguori2009-07-271-12/+1
* | Merge commit 'fc5d642fcae392bbc9fed9ac6bc78ac29ed48372' into upstream-mergeAvi Kivity2009-07-291-9/+12
|\|
| * Fix broken buildLuiz Capitulino2009-07-271-9/+9
* | Merge commit 'baef8a666c137fae513a195c8abeb80e1806d7bd' into upstream-mergeAvi Kivity2009-07-291-4/+7
|\|
| * Use Little Endian for Dirty LogAlexander Graf2009-07-271-4/+7
| * Use 64bit pointer for dirty logAlexander Graf2009-07-271-1/+1
* | Merge commit 'f07918fdff76ace82b1ca3e53bbcddef069eb314' into upstream-mergeAvi Kivity2009-07-281-0/+13
|\|
| * provide tests for pit in kernel and irqchip in kernelGlauber Costa2009-07-221-0/+13
* | Merge commit '452e475196a3f8b6b96d16bbaca727ebc1278a97' into upstream-mergeAvi Kivity2009-07-281-8/+43
|\|
| * introduce on_vcpuGlauber Costa2009-07-221-6/+29
| * Fake dirty loggin when it's not thereAlexander Graf2009-07-221-1/+12
| * Fix warning in kvm-all.cAlexander Graf2009-07-221-1/+1
* | check extensionGlauber Costa2009-07-211-0/+2
* | reuse kvm_ioctlGlauber Costa2009-07-211-1/+1
* | reuse kvm_vm_ioctlGlauber Costa2009-07-211-0/+2
* | reuse upstream breakpoint codeGlauber Costa2009-07-141-1/+4
* | Do not compile qemu-kvm.c and qemu-kvm-x86.cGlauber Costa2009-07-141-0/+2
* | replace USE_KVM with CONFIG_KVMGlauber Costa2009-07-141-0/+2
|/
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* kvm: Rework VCPU synchronizationJan Kiszka2009-06-291-23/+13
* kvm: Fix IRQ injection into full queueJan Kiszka2009-06-161-2/+1
* kvm: Improve upgrade notes when facing unsupported kernelsJan Kiszka2009-06-071-3/+7
* kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka2009-05-221-0/+20
* kvm: Rework VCPU resetJan Kiszka2009-05-221-0/+8
* kvm: Rework dirty bitmap synchronizationJan Kiszka2009-05-221-31/+42
* kvm: Fix dirty log temporary buffer sizeJan Kiszka2009-05-221-1/+1
* kvm: Introduce kvm_set_migration_logJan Kiszka2009-05-221-7/+39
* kvm: Conditionally apply workaround for KVM slot handling bugJan Kiszka2009-05-221-1/+11
* kvm: add error message for when SMP is requestedMark McLoughlin2009-05-201-1/+3
* Introduce kvm_check_extension to check if KVM extensions are supportedAnthony Liguori2009-05-081-17/+22
* kvm: Avoid COW if KVM MMU is asynchronousJan Kiszka2009-05-011-0/+18
* kvm: Relax aligment check of kvm_set_phys_memJan Kiszka2009-05-011-1/+9
* kvm: improve handling of overlapping slots (Jan Kiszka)aliguori2009-04-171-52/+114
* kvm: Add sanity checks to slot management (Jan Kiszka)aliguori2009-04-171-13/+42
* kvm: Cleanup unmap condition in kvm_set_phys_mem (Jan Kiszka)aliguori2009-04-171-1/+1
* Remove code phys_ram_base uses.pbrook2009-04-111-2/+2
* Guest debugging support for KVM (Jan Kiszka)aliguori2009-03-121-0/+173
* Fix race condition on access to env->interrupt_requestaurel322009-03-061-3/+3
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-7/+0
* KVM: Silence unused s warningaurel322008-12-181-1/+1
* kvm: sync vcpu state during initialization (Hollis Blanchard)aliguori2008-12-151-0/+15
* KVM: Coalesced MMIO supportaliguori2008-12-091-0/+72
* Disable KVM support if the kernel modules have broken memory slot handlingaliguori2008-12-091-0/+15
* Add virtio-balloon supportaliguori2008-12-041-0/+12
* kvm: Introduce kvm logging interface (Glauber Costa)aliguori2008-11-241-13/+109
* Make KVMSlot a real structurealiguori2008-11-191-17/+37
* kvm: de-register mem region for MMIO (Glauber Costa)aliguori2008-11-191-1/+1