summaryrefslogtreecommitdiffstats
path: root/kvm-all.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-6/+13
* KVM: Rework of guest debug state writingJan Kiszka2010-03-041-8/+16
* kvm-all.c: define smp_wmb and use it for coalesced mmioMarcelo Tosatti2010-02-221-1/+2
* kvm: remove pre-entry exit_request check with iothread enabledMarcelo Tosatti2010-02-221-0/+2
* kvm: consume internal signal with sigtimedwaitMarcelo Tosatti2010-02-221-0/+19
* kvm: reduce code duplication in config_iothreadAmit Shah2010-02-101-6/+3
* kvm: move kvm to use memory notifiersMichael S. Tsirkin2010-02-091-6/+34
* kvm: move kvm_set_phys_mem aroundMichael S. Tsirkin2010-02-091-138/+138
* KVM: Move and rename regs_modifiedJan Kiszka2010-02-031-7/+6
* kvm: Flush coalesced MMIO buffer periodlySheng Yang2010-02-031-8/+15
* kvm: x86: Add support for VCPU event statesJan Kiszka2009-12-031-0/+11
* Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
* kvm: Add arch reset handlerJan Kiszka2009-11-171-0/+2
* kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard2009-11-121-20/+0
* unlock iothread mutex before running kvm ioctlGlauber Costa2009-10-121-0/+2
* temporary fix for on_vcpuGlauber Costa2009-10-051-0/+4
* kvm: Fix guest single-steppingJan Kiszka2009-10-051-1/+7
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-23/+23
* Get rid of _t suffixmalc2009-10-011-23/+23
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-201-9/+9
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-6/+6
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-0/+14
* Revert "Fake dirty loggin when it's not there"Anthony Liguori2009-07-271-12/+1
* Fix broken buildLuiz Capitulino2009-07-271-9/+9
* Use Little Endian for Dirty LogAlexander Graf2009-07-271-4/+7
* Use 64bit pointer for dirty logAlexander Graf2009-07-271-1/+1
* provide tests for pit in kernel and irqchip in kernelGlauber Costa2009-07-221-0/+13
* 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
* 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
OpenPOWER on IntegriCloud