aboutsummaryrefslogtreecommitdiff
path: root/kvm-all.c
AgeCommit message (Expand)Author
2011-03-16kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka
2011-03-16kvm: Rework inner loop of kvm_cpu_execJan Kiszka
2011-03-16kvm: Reorder error handling of KVM_RUNJan Kiszka
2011-03-16kvm: Keep KVM_RUN return value in separate variableJan Kiszka
2011-03-16kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUGJan Kiszka
2011-03-16kvm: Mark VCPU state dirty on creationJan Kiszka
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka
2011-03-15kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lackingJan Kiszka
2011-02-14kvm: Make kvm_state globally availableJan Kiszka
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD
2011-02-14kvm: Remove unneeded memory slot reservationJan Kiszka
2011-02-14kvm: Separate TCG from KVM cpu executionJan Kiszka
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-02-14kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWNJan Kiszka
2011-02-14kvm: Remove static return code of kvm_handle_ioJan Kiszka
2011-02-14kvm: Unconditionally reenter kernel after IO exitsJan Kiszka
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka
2011-02-14kvm: Report proper error on GET_VCPU_MMAP_SIZE failuresJan Kiszka
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-01-31virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREADStefan Hajnoczi
2011-01-23kvm: Flush coalesced mmio buffer on IO window exitsJan Kiszka
2011-01-23kvm: Consolidate must-have capability checksJan Kiszka
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka
2011-01-23x86: Optionally dump code bytes on cpu_dump_stateJan Kiszka
2011-01-23kvm: Improve reporting of fatal errorsJan Kiszka
2011-01-23kvm: Stop on all fatal exit reasonsJan Kiszka
2011-01-21kvm: Fix coding style violationsJan Kiszka
2011-01-21kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()Lai Jiangshan
2011-01-10kvm: test for ioeventfd support on old kernelsStefan Hajnoczi
2010-12-02migration: stable ram block orderingMichael S. Tsirkin
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