aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-12-19accel/kvm: Make kvm_has_guest_debug staticRichard Henderson1-1/+1
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini1-9/+0
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini1-9/+0
2023-10-25kvm: unify listeners for PIO address spacePaolo Bonzini1-9/+2
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini1-16/+6
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini1-47/+0
2023-10-25kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini1-7/+0
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini1-8/+5
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini1-95/+7
2023-10-25kvm: require KVM_CAP_INTERNAL_ERROR_DATAPaolo Bonzini1-7/+6
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand1-1/+1
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand1-13/+20
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-1/+1
2023-09-29accel/kvm/kvm-all: Handle register access errorsAkihiko Odaki1-4/+28
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum1-0/+1
2023-08-24accel/kvm: Widen pc/saved_insn for kvm_sw_breakpointAnton Johansson1-2/+1
2023-08-22accel/kvm: Make kvm_dirty_ring_reaper_init() voidAkihiko Odaki1-7/+2
2023-08-22accel/kvm: Free as when an error occurredAkihiko Odaki1-0/+1
2023-08-22accel/kvm: Use negative KVM type for error propagationAkihiko Odaki1-0/+5
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-1/+3
2023-07-31kvm: Fix crash due to access uninitialized kvm_stateGavin Shan1-1/+1
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata1-1/+1
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata1-1/+1
2023-06-26kvm: reuse per-vcpu stats fd to avoid vcpu interruptionMarcelo Tosatti1-15/+15
2023-05-18kvm: Enable dirty ring for arm64Gavin Shan1-2/+21
2023-05-18kvm: Add helper kvm_dirty_ring_init()Gavin Shan1-29/+47
2023-05-18kvm: Synchronize the backup bitmap in the last stageGavin Shan1-0/+11
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan1-1/+1
2023-04-04kvm: dirty-ring: Fix race with vcpu creationPeter Xu1-0/+9
2023-03-07gdbstub: move update guest debug to accel opsMads Ynddal1-0/+8
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse1-0/+1
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse1-0/+1
2023-03-01i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse1-0/+1
2023-02-27accel/kvm: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé1-2/+2
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé2-4/+4
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster1-1/+1
2023-01-11kvm: Atomic memslot updatesDavid Hildenbrand1-11/+90
2023-01-11KVM: keep track of running ioctlsEmanuele Giuseppe Esposito1-0/+7
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-4/+1
2022-10-11i386: add notify VM exit supportChenyi Qiang1-0/+2
2022-10-11kvm: expose struct KVMStateChenyi Qiang1-74/+0
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+2
2022-10-06accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée1-6/+0
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée3-0/+8
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée3-21/+14
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée1-1/+13
2022-09-18kvm: fix memory leak on failure to read stats descriptorsPaolo Bonzini1-5/+4
2022-09-18KVM: use store-release to mark dirty pages as harvestedPaolo Bonzini1-1/+17
2022-09-01KVM: dirty ring: add missing memory barrierPaolo Bonzini1-1/+5