aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-all.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka1-0/+11
2009-12-03Don't leak file descriptorsKevin Wolf1-1/+1
2009-11-17kvm: Add arch reset handlerJan Kiszka1-0/+2
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard1-20/+0
2009-10-12unlock iothread mutex before running kvm ioctlGlauber Costa1-0/+2
2009-10-05temporary fix for on_vcpuGlauber Costa1-0/+4
2009-10-05kvm: Fix guest single-steppingJan Kiszka1-1/+7
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-23/+23
2009-10-01Get rid of _t suffixmalc1-23/+23
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-9/+9
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-6/+6
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-0/+14
2009-07-27Revert "Fake dirty loggin when it's not there"Anthony Liguori1-12/+1
2009-07-27Fix broken buildLuiz Capitulino1-9/+9
2009-07-27Use Little Endian for Dirty LogAlexander Graf1-4/+7
2009-07-27Use 64bit pointer for dirty logAlexander Graf1-1/+1
2009-07-22provide tests for pit in kernel and irqchip in kernelGlauber Costa1-0/+13
2009-07-22introduce on_vcpuGlauber Costa1-6/+29
2009-07-22Fake dirty loggin when it's not thereAlexander Graf1-1/+12
2009-07-22Fix warning in kvm-all.cAlexander Graf1-1/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-29kvm: Rework VCPU synchronizationJan Kiszka1-23/+13
2009-06-16kvm: Fix IRQ injection into full queueJan Kiszka1-2/+1
2009-06-07kvm: Improve upgrade notes when facing unsupported kernelsJan Kiszka1-3/+7
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka1-0/+20
2009-05-22kvm: Rework VCPU resetJan Kiszka1-0/+8
2009-05-22kvm: Rework dirty bitmap synchronizationJan Kiszka1-31/+42
2009-05-22kvm: Fix dirty log temporary buffer sizeJan Kiszka1-1/+1
2009-05-22kvm: Introduce kvm_set_migration_logJan Kiszka1-7/+39
2009-05-22kvm: Conditionally apply workaround for KVM slot handling bugJan Kiszka1-1/+11
2009-05-20kvm: add error message for when SMP is requestedMark McLoughlin1-1/+3
2009-05-08Introduce kvm_check_extension to check if KVM extensions are supportedAnthony Liguori1-17/+22
2009-05-01kvm: Avoid COW if KVM MMU is asynchronousJan Kiszka1-0/+18
2009-05-01kvm: Relax aligment check of kvm_set_phys_memJan Kiszka1-1/+9
2009-04-17kvm: improve handling of overlapping slots (Jan Kiszka)aliguori1-52/+114
2009-04-17kvm: Add sanity checks to slot management (Jan Kiszka)aliguori1-13/+42
2009-04-17kvm: Cleanup unmap condition in kvm_set_phys_mem (Jan Kiszka)aliguori1-1/+1
2009-04-11Remove code phys_ram_base uses.pbrook1-2/+2
2009-03-12Guest debugging support for KVM (Jan Kiszka)aliguori1-0/+173
2009-03-06Fix race condition on access to env->interrupt_requestaurel321-3/+3
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-7/+0
2008-12-18KVM: Silence unused s warningaurel321-1/+1
2008-12-15kvm: sync vcpu state during initialization (Hollis Blanchard)aliguori1-0/+15
2008-12-09KVM: Coalesced MMIO supportaliguori1-0/+72
2008-12-09Disable KVM support if the kernel modules have broken memory slot handlingaliguori1-0/+15
2008-12-04Add virtio-balloon supportaliguori1-0/+12
2008-11-24kvm: Introduce kvm logging interface (Glauber Costa)aliguori1-13/+109
2008-11-19Make KVMSlot a real structurealiguori1-17/+37
2008-11-19kvm: de-register mem region for MMIO (Glauber Costa)aliguori1-1/+1
2008-11-18Make KVM slot management more robustaliguori1-2/+40