summary refs log tree commit diff stats
path: root/accel/kvm/kvm-all.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kvm/tdx: Ignore memory conversion to shared of unassigned regionIsaku Yamahata2024-04-231-0/+12
* kvm/tdx: Don't complain when converting vMMIO region to sharedIsaku Yamahata2024-04-231-3/+16
* kvm: handle KVM_EXIT_MEMORY_FAULTChao Peng2024-04-231-10/+88
* kvm/memory: Make memory type private by default if it has guest memfd backendXiaoyao Li2024-04-231-0/+10
* kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng2024-04-231-8/+38
* RAMBlock: Add support of KVM private guest memfdXiaoyao Li2024-04-231-0/+28
* kvm: Introduce support for memory_attributesXiaoyao Li2024-04-231-0/+32
* trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()Xiaoyao Li2024-04-231-2/+3
* KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini2024-04-231-5/+0
* KVM: track whether guest state is encryptedPaolo Bonzini2024-04-231-3/+14
* kvm: use configs/ definition to conditionalize debug supportPaolo Bonzini2024-04-181-5/+5
* kvm: error out of kvm_irqchip_add_msi_route() in case of full route tableIgor Mammedov2024-04-081-5/+10
* migration: prevent migration when VM has poisoned memoryWilliam Roche2024-02-051-0/+10
* Add class property to configure KVM device node to useDaan De Meyer2024-01-181-1/+24
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-11/+11
* accel/kvm: Turn DPRINTF macro use into tracepointsJai Arora2023-12-231-22/+6
* accel/kvm: Make kvm_has_guest_debug staticRichard Henderson2023-12-191-1/+1
* kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini2023-10-251-9/+0
* kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini2023-10-251-9/+0
* kvm: unify listeners for PIO address spacePaolo Bonzini2023-10-251-9/+2
* kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini2023-10-251-16/+6
* kvm: assume that many ioeventfds can be createdPaolo Bonzini2023-10-251-47/+0
* kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini2023-10-251-7/+0
* kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini2023-10-251-8/+5
* kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini2023-10-251-95/+7
* kvm: require KVM_CAP_INTERNAL_ERROR_DATAPaolo Bonzini2023-10-251-7/+6
* kvm: Add stub for kvm_get_max_memslots()David Hildenbrand2023-10-121-1/+1
* kvm: Return number of free memslotsDavid Hildenbrand2023-10-121-13/+20
* accel/kvm/kvm-all: Handle register access errorsAkihiko Odaki2023-09-291-4/+28
* arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum2023-09-081-0/+1
* accel/kvm: Widen pc/saved_insn for kvm_sw_breakpointAnton Johansson2023-08-241-2/+1
* accel/kvm: Make kvm_dirty_ring_reaper_init() voidAkihiko Odaki2023-08-221-7/+2
* accel/kvm: Free as when an error occurredAkihiko Odaki2023-08-221-0/+1
* accel/kvm: Use negative KVM type for error propagationAkihiko Odaki2023-08-221-0/+5
* kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki2023-08-221-1/+3
* kvm: Fix crash due to access uninitialized kvm_stateGavin Shan2023-07-311-1/+1
* exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata2023-06-281-0/+1
* exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata2023-06-281-1/+1
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-1/+1
* kvm: reuse per-vcpu stats fd to avoid vcpu interruptionMarcelo Tosatti2023-06-261-15/+15
* kvm: Enable dirty ring for arm64Gavin Shan2023-05-181-2/+21
* kvm: Add helper kvm_dirty_ring_init()Gavin Shan2023-05-181-29/+47
* kvm: Synchronize the backup bitmap in the last stageGavin Shan2023-05-181-0/+11
* migration: Add last stage indicator to global dirty logGavin Shan2023-05-181-1/+1
* kvm: dirty-ring: Fix race with vcpu creationPeter Xu2023-04-041-0/+9
* kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse2023-03-011-0/+1
* kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse2023-03-011-0/+1
* i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse2023-03-011-0/+1
* accel/kvm: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé2023-02-271-2/+2
* gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé2023-02-271-2/+2