372 Commits (0fb233125471b0c001b04df9e1b38c752ba002ee)

Author SHA1 Message Date
Stefan Weil 93148aa5c3 Spelling fixes in comments (it's -> its) 15 years ago
Michael S. Tsirkin 7e680753cf kvm: fill in padding to help valgrind 15 years ago
Jan Kiszka 8a7c73932e kvm: Add kvm_has_pit_state2 helper 15 years ago
Avi Kivity 8f6f962b99 kvm: fix unaligned slots 15 years ago
Avi Kivity 50c1e1491e memory: support stateless memory listeners 15 years ago
Avi Kivity 7376e5827a memory: allow MemoryListeners to observe a specific address space 15 years ago
Avi Kivity 80a1ea3748 memory: move ioeventfd ops to MemoryListener 15 years ago
Avi Kivity 72e22d2fe1 memory: switch memory listeners to a QTAILQ 15 years ago
Jan Kiszka e479c207d7 kvm: Set cpu_single_env only once 15 years ago
Jan Kiszka 3d4b26494f kvm: Implement kvm_irqchip_in_kernel like kvm_enabled 15 years ago
Alexander Graf a9c5eb0db1 KVM: Fix compilation on non-x86 15 years ago
Blue Swirl fd4aa97903 memory: change dirty setting APIs to take a size 15 years ago
Benjamin Herrenschmidt aa90fec7ad Fix dirty logging with 32-bit qemu & 64-bit guests 15 years ago
Jan Kiszka 9b5b76d449 kvm: x86: Establish IRQ0 override control 15 years ago
Jan Kiszka 84b058d7df kvm: Introduce core services for in-kernel irqchip support 15 years ago
Avi Kivity 3fbffb628c kvm: flush the dirty log when unregistering a slot 15 years ago
Avi Kivity ffcde12f6c kvm: avoid cpu_get_physical_page_desc() 15 years ago
Avi Kivity a01672d396 kvm: convert to MemoryListener API 15 years ago
Avi Kivity 9f213ed92c kvm: switch kvm slots to use host virtual address instead of ram_addr_t 15 years ago
Michael Ellerman 7b011fbc05 kvm: Print something before calling abort() if KVM_RUN fails 15 years ago
Xu He Jie db9eae1c49 kvm_init didn't set return value after create vm failed 15 years ago
Avi Kivity 1cae88b9f4 kvm: avoid reentring kvm_flush_coalesced_mmio_buffer() 15 years ago
Luiz Capitulino 0461d5a699 RunState: Rename enum values as generated by the QAPI 15 years ago
Luiz Capitulino 1dfb4dd993 Replace the VMSTOP macros with a proper state type 15 years ago
Anthony Liguori 12d4536f7d main: force enabling of I/O thread 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Jan Kiszka 2a1ac12b0b kvm: Drop obsolete KVM_IOEVENTFD #ifdefs 15 years ago
Jan Kiszka ba4047cf84 kvm: Drop KVM_CAP build dependencies 15 years ago
Jan Kiszka 1480b74f9a kvm: Drop useless zero-initializations 15 years ago
Alexander Graf d4d6868f7b kvm: ppc: warn user on PAGE_SIZE mismatch 16 years ago
Paolo Bonzini 4a043713b3 kvm: use qemu_free consistently 16 years ago
Michael Tokarev 51b0c6065a fix crash in migration, 32-bit userspace on 64-bit host 16 years ago
Jan Kiszka aa7f74d119 kvm: Install specialized interrupt handler 16 years ago
Michael S. Tsirkin 25254bbc4d kvm: halve number of set memory calls for vga 16 years ago
Michael S. Tsirkin 0fd542fb7d cpu: add set_memory flag to request dirty logging 16 years ago
Jan Kiszka f2574737f6 kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit 16 years ago
Jan Kiszka bb4ea39329 kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes 16 years ago
Jan Kiszka d73cd8f4ea kvm: Rework inner loop of kvm_cpu_exec 16 years ago
Jan Kiszka dc77d341d2 kvm: Reorder error handling of KVM_RUN 16 years ago
Jan Kiszka 7cbb533f92 kvm: Keep KVM_RUN return value in separate variable 16 years ago
Jan Kiszka 51e8fa606e kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUG 16 years ago
Jan Kiszka d841b6c4f1 kvm: Mark VCPU state dirty on creation 16 years ago
Jan Kiszka 990368650f kvm: Rename kvm_arch_process_irqchip_events to async_events 16 years ago
Jan Kiszka fbc1c7e688 kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lacking 16 years ago
Jan Kiszka 6a7af8cb04 kvm: Make kvm_state globally available 16 years ago
Anthony PERARD e5896b12e2 Introduce log_start/log_stop in CPUPhysMemoryClient 16 years ago
Jan Kiszka 8e045ac407 kvm: Remove unneeded memory slot reservation 16 years ago
Jan Kiszka 6792a57bf1 kvm: Separate TCG from KVM cpu execution 16 years ago
Jan Kiszka e07bbac542 Improve vm_stop reason declarations 16 years ago
Jan Kiszka cdea50ede1 kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN 16 years ago