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