aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)Author
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-17migration/dirtyrate: Fix segmentation faultMasato Imai
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée
2024-06-04accel/kvm: Fix two lines with hard-coded tabsPeter Maydell
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini
2024-04-23kvm/tdx: Ignore memory conversion to shared of unassigned regionIsaku Yamahata
2024-04-23kvm/tdx: Don't complain when converting vMMIO region to sharedIsaku Yamahata
2024-04-23kvm: handle KVM_EXIT_MEMORY_FAULTChao Peng
2024-04-23kvm/memory: Make memory type private by default if it has guest memfd backendXiaoyao Li
2024-04-23kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li
2024-04-23kvm: Introduce support for memory_attributesXiaoyao Li
2024-04-23trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()Xiaoyao Li
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini
2024-04-18kvm: use configs/ definition to conditionalize debug supportPaolo Bonzini
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-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-19accel: Do not set CPUState::can_do_io in non-TCG accelsPhilippe Mathieu-Daudé
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-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-09-29accel/kvm/kvm-all: Handle register access errorsAkihiko Odaki
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer 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