aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-all.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-28kvm: port qemu-kvm's bitmap scanningMarcelo Tosatti1-16/+37
2010-04-26kvm: handle internal errorMarcelo Tosatti1-0/+31
2010-04-26KVM: x86: Add debug register saving and restoringJan Kiszka1-0/+11
2010-04-19provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini1-2/+4
2010-04-18kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl1-20/+20
2010-04-01S390: Tell user why VM creation failedAlexander Graf1-1/+6
2010-04-01kvm: add API to set ioeventfdMichael S. Tsirkin1-0/+22
2010-03-29Move KVM and Xen global flags to vl.cBlue Swirl1-2/+0
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-6/+13
2010-03-04KVM: Rework of guest debug state writingJan Kiszka1-8/+16
2010-02-22kvm-all.c: define smp_wmb and use it for coalesced mmioMarcelo Tosatti1-1/+2
2010-02-22kvm: remove pre-entry exit_request check with iothread enabledMarcelo Tosatti1-0/+2
2010-02-22kvm: consume internal signal with sigtimedwaitMarcelo Tosatti1-0/+19
2010-02-10kvm: reduce code duplication in config_iothreadAmit Shah1-6/+3
2010-02-09kvm: move kvm to use memory notifiersMichael S. Tsirkin1-6/+34
2010-02-09kvm: move kvm_set_phys_mem aroundMichael S. Tsirkin1-138/+138
2010-02-03KVM: Move and rename regs_modifiedJan Kiszka1-7/+6
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang1-8/+15
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