aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm/kvm-all.c
AgeCommit message (Expand)Author
2024-04-08kvm: error out of kvm_irqchip_add_msi_route() in case of full route tableIgor Mammedov
2024-02-05migration: prevent migration when VM has poisoned memoryWilliam Roche
2024-01-18Add class property to configure KVM device node to useDaan De Meyer
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-12-23accel/kvm: Turn DPRINTF macro use into tracepointsJai Arora
2023-12-19accel/kvm: Make kvm_has_guest_debug staticRichard Henderson
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini
2023-10-25kvm: unify listeners for PIO address spacePaolo Bonzini
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini
2023-10-25kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini
2023-10-25kvm: require KVM_CAP_INTERNAL_ERROR_DATAPaolo Bonzini
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand
2023-09-29accel/kvm/kvm-all: Handle register access errorsAkihiko Odaki
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEpull-target-arm-20230908Shameer Kolothum
2023-08-24accel/kvm: Widen pc/saved_insn for kvm_sw_breakpointAnton Johansson
2023-08-22accel/kvm: Make kvm_dirty_ring_reaper_init() voidAkihiko Odaki
2023-08-22accel/kvm: Free as when an error occurredAkihiko Odaki
2023-08-22accel/kvm: Use negative KVM type for error propagationAkihiko Odaki
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-07-31kvm: Fix crash due to access uninitialized kvm_stateGavin Shan
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-26kvm: reuse per-vcpu stats fd to avoid vcpu interruptionMarcelo Tosatti
2023-05-18kvm: Enable dirty ring for arm64Gavin Shan
2023-05-18kvm: Add helper kvm_dirty_ring_init()Gavin Shan
2023-05-18kvm: Synchronize the backup bitmap in the last stageGavin Shan
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan
2023-04-04kvm: dirty-ring: Fix race with vcpu creationPeter Xu
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse
2023-03-01i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse
2023-02-27accel/kvm: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster
2023-01-11kvm: Atomic memslot updatesDavid Hildenbrand
2023-01-11KVM: keep track of running ioctlsEmanuele Giuseppe Esposito
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-10-11i386: add notify VM exit supportChenyi Qiang
2022-10-11kvm: expose struct KVMStateChenyi Qiang
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini
2022-10-06accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée