aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-all.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-9/+4
2012-02-02KVM: Fix compilation on non-x86Alexander Graf1-0/+4
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl1-3/+4
2012-01-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+154
2012-01-21Fix dirty logging with 32-bit qemu & 64-bit guestsBenjamin Herrenschmidt1-1/+2
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka1-0/+5
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka1-0/+149
2012-01-15kvm: flush the dirty log when unregistering a slotAvi Kivity1-0/+4
2012-01-03kvm: avoid cpu_get_physical_page_desc()Avi Kivity1-17/+10
2011-12-20kvm: convert to MemoryListener APIAvi Kivity1-37/+70
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity1-12/+17
2011-12-16kvm: Print something before calling abort() if KVM_RUN failsMichael Ellerman1-1/+2
2011-11-01kvm_init didn't set return value after create vm failedXu He Jie1-1/+2
2011-10-24kvm: avoid reentring kvm_flush_coalesced_mmio_buffer()Avi Kivity1-0/+10
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-02main: force enabling of I/O threadAnthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-08-05kvm: Drop obsolete KVM_IOEVENTFD #ifdefsJan Kiszka1-8/+0
2011-06-20kvm: Drop KVM_CAP build dependenciesJan Kiszka1-8/+0
2011-06-20kvm: Drop useless zero-initializationsJan Kiszka1-5/+0
2011-05-09kvm: ppc: warn user on PAGE_SIZE mismatchAlexander Graf1-0/+5
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-3/+27
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini1-2/+2
2011-05-02fix crash in migration, 32-bit userspace on 64-bit hostMichael Tokarev1-1/+14
2011-05-02kvm: Install specialized interrupt handlerJan Kiszka1-0/+11
2011-04-06kvm: halve number of set memory calls for vgaMichael S. Tsirkin1-23/+36
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin1-1/+2
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