aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-all.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-20Add RAM -> physical addr mapping in MCE simulationHuang Ying1-0/+18
2010-09-25Introduce qemu_madvise()Andreas Färber1-8/+4
2010-08-23Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-12/+7
2010-08-10Add function to assign ioeventfd to MMIO.Cam Macdonell1-0/+32
2010-08-05kvm: remove guest triggerable abort()Gleb Natapov1-12/+4
2010-08-05kvm: Don't walk memory_size == 0 slots in kvm_client_migration_logAlex Williamson1-0/+3
2010-07-22Rework debug exception processing for gdb useJan Kiszka1-2/+0
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang1-0/+21
2010-06-28kvm: Switch kvm_update_guest_debug to run_on_cpuJan Kiszka1-11/+1
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov1-0/+2
2010-05-11kvm: enable smp > 1Marcelo Tosatti1-5/+5
2010-05-11kvm: synchronize state from cpu contextJan Kiszka1-1/+9
2010-05-11kvm: set cpu_single_env around KVM_RUN ioctlMarcelo Tosatti1-0/+2
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