aboutsummaryrefslogtreecommitdiff
path: root/kvm-all.c
AgeCommit message (Expand)Author
2010-10-20Add RAM -> physical addr mapping in MCE simulationHuang Ying
2010-09-25Introduce qemu_madvise()Andreas Färber
2010-08-23Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-08-10Add function to assign ioeventfd to MMIO.Cam Macdonell
2010-08-05kvm: remove guest triggerable abort()Gleb Natapov
2010-08-05kvm: Don't walk memory_size == 0 slots in kvm_client_migration_logAlex Williamson
2010-07-22Rework debug exception processing for gdb useJan Kiszka
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang
2010-06-28kvm: Switch kvm_update_guest_debug to run_on_cpuJan Kiszka
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov
2010-05-11kvm: enable smp > 1Marcelo Tosatti
2010-05-11kvm: synchronize state from cpu contextJan Kiszka
2010-05-11kvm: set cpu_single_env around KVM_RUN ioctlMarcelo Tosatti
2010-04-28kvm: port qemu-kvm's bitmap scanningMarcelo Tosatti
2010-04-26kvm: handle internal errorMarcelo Tosatti
2010-04-26KVM: x86: Add debug register saving and restoringJan Kiszka
2010-04-19provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini
2010-04-18kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl
2010-04-01S390: Tell user why VM creation failedAlexander Graf
2010-04-01kvm: add API to set ioeventfdMichael S. Tsirkin
2010-03-29Move KVM and Xen global flags to vl.cBlue Swirl
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-03-04KVM: Rework of guest debug state writingJan Kiszka
2010-02-22kvm-all.c: define smp_wmb and use it for coalesced mmioMarcelo Tosatti
2010-02-22kvm: remove pre-entry exit_request check with iothread enabledMarcelo Tosatti
2010-02-22kvm: consume internal signal with sigtimedwaitMarcelo Tosatti
2010-02-10kvm: reduce code duplication in config_iothreadAmit Shah
2010-02-09kvm: move kvm to use memory notifiersMichael S. Tsirkin
2010-02-09kvm: move kvm_set_phys_mem aroundMichael S. Tsirkin
2010-02-03KVM: Move and rename regs_modifiedJan Kiszka
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka
2009-12-03Don't leak file descriptorsKevin Wolf
2009-11-17kvm: Add arch reset handlerJan Kiszka
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard
2009-10-12unlock iothread mutex before running kvm ioctlGlauber Costa
2009-10-05temporary fix for on_vcpuGlauber Costa
2009-10-05kvm: Fix guest single-steppingJan Kiszka
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-07-27Revert "Fake dirty loggin when it's not there"Anthony Liguori
2009-07-27Fix broken buildLuiz Capitulino
2009-07-27Use Little Endian for Dirty LogAlexander Graf
2009-07-27Use 64bit pointer for dirty logAlexander Graf
2009-07-22provide tests for pit in kernel and irqchip in kernelGlauber Costa
2009-07-22introduce on_vcpuGlauber Costa
2009-07-22Fake dirty loggin when it's not thereAlexander Graf