aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)AuthorFilesLines
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-1/+1
2024-06-17migration/dirtyrate: Fix segmentation faultMasato Imai1-1/+1
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-3/+0
2024-06-04accel/kvm: Fix two lines with hard-coded tabsPeter Maydell1-2/+2
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini1-59/+3
2024-04-23kvm/tdx: Ignore memory conversion to shared of unassigned regionIsaku Yamahata1-0/+12
2024-04-23kvm/tdx: Don't complain when converting vMMIO region to sharedIsaku Yamahata1-3/+16
2024-04-23kvm: handle KVM_EXIT_MEMORY_FAULTChao Peng2-10/+90
2024-04-23kvm/memory: Make memory type private by default if it has guest memfd backendXiaoyao Li1-0/+10
2024-04-23kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng2-9/+39
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li1-0/+28
2024-04-23kvm: Introduce support for memory_attributesXiaoyao Li1-0/+32
2024-04-23trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()Xiaoyao Li2-3/+4
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini2-6/+1
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini1-3/+14
2024-04-18kvm: use configs/ definition to conditionalize debug supportPaolo Bonzini2-7/+7
2024-04-08kvm: error out of kvm_irqchip_add_msi_route() in case of full route tableIgor Mammedov1-5/+10
2024-02-05migration: prevent migration when VM has poisoned memoryWilliam Roche1-0/+10
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell1-1/+0
2024-01-19accel: Do not set CPUState::can_do_io in non-TCG accelsPhilippe Mathieu-Daudé1-1/+0
2024-01-18Add class property to configure KVM device node to useDaan De Meyer1-1/+24
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2-13/+13
2023-12-23accel/kvm: Turn DPRINTF macro use into tracepointsJai Arora2-23/+12
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