aboutsummaryrefslogtreecommitdiff
path: root/kvm-all.c
AgeCommit message (Expand)Author
2011-11-01kvm_init didn't set return value after create vm failedXu He Jie
2011-10-24kvm: avoid reentring kvm_flush_coalesced_mmio_buffer()Avi Kivity
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-02main: force enabling of I/O threadAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05kvm: Drop obsolete KVM_IOEVENTFD #ifdefsJan Kiszka
2011-06-20kvm: Drop KVM_CAP build dependenciesJan Kiszka
2011-06-20kvm: Drop useless zero-initializationsJan Kiszka
2011-05-09kvm: ppc: warn user on PAGE_SIZE mismatchAlexander Graf
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini
2011-05-02fix crash in migration, 32-bit userspace on 64-bit hostMichael Tokarev
2011-05-02kvm: Install specialized interrupt handlerJan Kiszka
2011-04-06kvm: halve number of set memory calls for vgaMichael S. Tsirkin
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin
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