index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
migration/dirtyrate: Fix segmentation fault
Masato Imai
1
-1
/
+1
2024-06-04
cpu: move Qemu[Thread|Cond] setup into common code
Alex Bennée
1
-3
/
+0
2024-06-04
accel/kvm: Fix two lines with hard-coded tabs
Peter Maydell
1
-2
/
+2
2024-05-03
kvm: move target-dependent interrupt routing out of kvm-all.c
Paolo Bonzini
1
-59
/
+3
2024-04-23
kvm/tdx: Ignore memory conversion to shared of unassigned region
Isaku Yamahata
1
-0
/
+12
2024-04-23
kvm/tdx: Don't complain when converting vMMIO region to shared
Isaku Yamahata
1
-3
/
+16
2024-04-23
kvm: handle KVM_EXIT_MEMORY_FAULT
Chao Peng
2
-10
/
+90
2024-04-23
kvm/memory: Make memory type private by default if it has guest memfd backend
Xiaoyao Li
1
-0
/
+10
2024-04-23
kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
Chao Peng
2
-9
/
+39
2024-04-23
RAMBlock: Add support of KVM private guest memfd
Xiaoyao Li
1
-0
/
+28
2024-04-23
kvm: Introduce support for memory_attributes
Xiaoyao Li
1
-0
/
+32
2024-04-23
trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
Xiaoyao Li
2
-3
/
+4
2024-04-23
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
2
-6
/
+1
2024-04-23
KVM: track whether guest state is encrypted
Paolo Bonzini
1
-3
/
+14
2024-04-18
kvm: use configs/ definition to conditionalize debug support
Paolo Bonzini
2
-7
/
+7
2024-04-08
kvm: error out of kvm_irqchip_add_msi_route() in case of full route table
Igor Mammedov
1
-5
/
+10
2024-02-05
migration: prevent migration when VM has poisoned memory
William Roche
1
-0
/
+10
2024-01-19
Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging
Peter Maydell
1
-1
/
+0
2024-01-19
accel: Do not set CPUState::can_do_io in non-TCG accels
Philippe Mathieu-Daudé
1
-1
/
+0
2024-01-18
Add class property to configure KVM device node to use
Daan De Meyer
1
-1
/
+24
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2
-13
/
+13
2023-12-23
accel/kvm: Turn DPRINTF macro use into tracepoints
Jai Arora
2
-23
/
+12
2023-12-19
accel/kvm: Make kvm_has_guest_debug static
Richard Henderson
1
-1
/
+1
2023-10-25
kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEP
Paolo Bonzini
1
-9
/
+0
2023-10-25
kvm: i386: require KVM_CAP_DEBUGREGS
Paolo Bonzini
1
-9
/
+0
2023-10-25
kvm: unify listeners for PIO address space
Paolo Bonzini
1
-9
/
+2
2023-10-25
kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH
Paolo Bonzini
1
-16
/
+6
2023-10-25
kvm: assume that many ioeventfds can be created
Paolo Bonzini
1
-47
/
+0
2023-10-25
kvm: drop reference to KVM_CAP_PCI_2_3
Paolo Bonzini
1
-7
/
+0
2023-10-25
kvm: require KVM_IRQFD for kernel irqchip
Paolo Bonzini
1
-8
/
+5
2023-10-25
kvm: require KVM_CAP_SIGNAL_MSI
Paolo Bonzini
1
-95
/
+7
2023-10-25
kvm: require KVM_CAP_INTERNAL_ERROR_DATA
Paolo Bonzini
1
-7
/
+6
2023-10-12
kvm: Add stub for kvm_get_max_memslots()
David Hildenbrand
1
-1
/
+1
2023-10-12
kvm: Return number of free memslots
David Hildenbrand
1
-13
/
+20
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
1
-1
/
+1
2023-09-29
accel/kvm/kvm-all: Handle register access errors
Akihiko Odaki
1
-4
/
+28
2023-09-08
arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
Shameer Kolothum
1
-0
/
+1
2023-08-24
accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint
Anton Johansson
1
-2
/
+1
2023-08-22
accel/kvm: Make kvm_dirty_ring_reaper_init() void
Akihiko Odaki
1
-7
/
+2
2023-08-22
accel/kvm: Free as when an error occurred
Akihiko Odaki
1
-0
/
+1
2023-08-22
accel/kvm: Use negative KVM type for error propagation
Akihiko Odaki
1
-0
/
+5
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
1
-1
/
+3
2023-07-31
kvm: Fix crash due to access uninitialized kvm_state
Gavin Shan
1
-1
/
+1
2023-06-28
exec/memory: Add symbol for the min value of memory listener priority
Isaku Yamahata
1
-0
/
+1
2023-06-28
exec/memory: Add symbol for memory listener priority for device backend
Isaku Yamahata
1
-1
/
+1
2023-06-28
exec/memory: Add symbolic value for memory listener priority for accel
Isaku Yamahata
1
-1
/
+1
2023-06-26
kvm: reuse per-vcpu stats fd to avoid vcpu interruption
Marcelo Tosatti
1
-15
/
+15
2023-05-18
kvm: Enable dirty ring for arm64
Gavin Shan
1
-2
/
+21
2023-05-18
kvm: Add helper kvm_dirty_ring_init()
Gavin Shan
1
-29
/
+47
2023-05-18
kvm: Synchronize the backup bitmap in the last stage
Gavin Shan
1
-0
/
+11
[next]