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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
sysemu
/
kvm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
1
-2
/
+2
2024-09-13
kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()
Johannes Stoelp
1
-4
/
+4
2024-07-26
accel/kvm: Introduce kvm_create_and_park_vcpu() helper
Harsh Prateek Bora
1
-0
/
+8
2024-07-22
accel/kvm: Extract common KVM vCPU {creation,parking} code
Salil Mehta
1
-0
/
+25
2024-05-03
kvm: move target-dependent interrupt routing out of kvm-all.c
Paolo Bonzini
1
-2
/
+3
2024-04-26
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
1
-3
/
+3
2024-04-23
kvm: handle KVM_EXIT_MEMORY_FAULT
Chao Peng
1
-0
/
+2
2024-04-23
RAMBlock: Add support of KVM private guest memfd
Xiaoyao Li
1
-0
/
+2
2024-04-23
kvm: Introduce support for memory_attributes
Xiaoyao Li
1
-0
/
+4
2024-04-23
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
1
-10
/
+0
2024-04-23
KVM: track whether guest state is encrypted
Paolo Bonzini
1
-0
/
+2
2024-04-18
kvm: use configs/ definition to conditionalize debug support
Paolo Bonzini
1
-1
/
+1
2024-02-05
migration: prevent migration when VM has poisoned memory
William Roche
1
-0
/
+6
2023-11-07
sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
Philippe Mathieu-Daudé
1
-1
/
+0
2023-10-25
kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEP
Paolo Bonzini
1
-1
/
+0
2023-10-25
kvm: i386: require KVM_CAP_DEBUGREGS
Paolo Bonzini
1
-1
/
+0
2023-10-25
kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH
Paolo Bonzini
1
-19
/
+0
2023-10-25
kvm: assume that many ioeventfds can be created
Paolo Bonzini
1
-1
/
+0
2023-10-25
kvm: drop reference to KVM_CAP_PCI_2_3
Paolo Bonzini
1
-1
/
+0
2023-10-25
kvm: require KVM_IRQFD for kernel irqchip
Paolo Bonzini
1
-0
/
+1
2023-10-25
kvm: require KVM_IRQFD for kernel irqchip
Paolo Bonzini
1
-3
/
+3
2023-10-25
kvm: require KVM_CAP_SIGNAL_MSI
Paolo Bonzini
1
-9
/
+0
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
-1
/
+1
2023-09-07
sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targets
Philippe Mathieu-Daudé
1
-1
/
+0
2023-09-07
sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targets
Philippe Mathieu-Daudé
1
-1
/
+0
2023-09-07
sysemu/kvm: Restrict kvm_get_apic_state() to x86 targets
Philippe Mathieu-Daudé
1
-3
/
+0
2023-09-07
sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targets
Philippe Mathieu-Daudé
1
-5
/
+0
2023-08-24
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
Anton Johansson
1
-4
/
+2
2023-08-24
accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint
Anton Johansson
1
-3
/
+3
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
1
-0
/
+2
2023-06-28
accel/kvm: Re-include "exec/memattrs.h" header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-06-28
accel: Document generic accelerator headers
Philippe Mathieu-Daudé
1
-0
/
+2
2023-05-16
sysemu/kvm: Remove unused headers
Philippe Mathieu-Daudé
1
-3
/
+0
2023-02-27
sysemu/kvm: Remove CONFIG_USER_ONLY guard
Philippe Mathieu-Daudé
1
-2
/
+0
2022-10-10
kvm: allow target-specific accelerator properties
Paolo Bonzini
1
-0
/
+2
2022-10-06
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
1
-0
/
+16
2022-10-06
gdbstub: move guest debug support check to ops
Alex Bennée
1
-7
/
+0
2022-10-06
gdbstub: move breakpoint logic to accel ops
Alex Bennée
1
-5
/
+0
2022-10-06
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
1
-8
/
+0
2022-07-20
accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
Hyman Huang(黄勇)
1
-0
/
+2
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
1
-2
/
+2
2022-03-15
kvm-irqchip: introduce new API to support route change
Longpeng(Mike)
1
-0
/
+19
2022-03-06
sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic
Philippe Mathieu-Daudé
1
-3
/
+3
2021-12-10
gdbstub, kvm: let KVM report supported singlestep flags
Maxim Levitsky
1
-0
/
+15
2021-11-01
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
1
-0
/
+1
2021-03-15
exec: Get rid of phys_mem_set_alloc()
David Hildenbrand
1
-4
/
+0
2021-02-16
sev/i386: Don't allow a system reset under an SEV-ES guest
Tom Lendacky
1
-0
/
+10
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
1
-16
/
+0
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
1
-1
/
+1
[next]