index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sysemu
/
kvm.h
Age
Commit message (
Expand
)
Author
2023-10-12
kvm: Add stub for kvm_get_max_memslots()
David Hildenbrand
2023-10-12
kvm: Return number of free memslots
David Hildenbrand
2023-09-07
sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targets
Philippe Mathieu-Daudé
2023-09-07
sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targets
Philippe Mathieu-Daudé
2023-09-07
sysemu/kvm: Restrict kvm_get_apic_state() to x86 targets
Philippe Mathieu-Daudé
2023-09-07
sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targets
Philippe Mathieu-Daudé
2023-08-24
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
Anton Johansson
2023-08-24
accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint
Anton Johansson
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
2023-06-28
accel/kvm: Re-include "exec/memattrs.h" header
Philippe Mathieu-Daudé
2023-06-28
accel: Document generic accelerator headers
Philippe Mathieu-Daudé
2023-05-16
sysemu/kvm: Remove unused headers
Philippe Mathieu-Daudé
2023-02-27
sysemu/kvm: Remove CONFIG_USER_ONLY guard
Philippe Mathieu-Daudé
2022-10-10
kvm: allow target-specific accelerator properties
Paolo Bonzini
2022-10-06
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
2022-10-06
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-07-20
accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
Hyman Huang(黄勇)
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-03-15
kvm-irqchip: introduce new API to support route change
Longpeng(Mike)
2022-03-06
sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic
Philippe Mathieu-Daudé
2021-12-10
gdbstub, kvm: let KVM report supported singlestep flags
Maxim Levitsky
2021-11-01
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
2021-03-15
exec: Get rid of phys_mem_set_alloc()
David Hildenbrand
2021-02-16
sev/i386: Don't allow a system reset under an SEV-ES guest
Tom Lendacky
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2020-10-14
kvm: Correct documentation of kvm_irqchip_*()
Eduardo Habkost
2020-10-05
kvm: remove kvm specific functions from global includes
Claudio Fontana
2020-10-05
cpus: extract out kvm-specific code to accel/kvm
Claudio Fontana
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
kvm: Move QOM macros to kvm.h
Eduardo Habkost
2020-06-10
KVM: Kick resamplefd for split kernel irqchip
Peter Xu
2020-05-14
target-arm: kvm64: handle SIGBUS signal from kernel or KVM
Dongjiu Geng
2019-12-17
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
Philippe Mathieu-Daudé
2019-12-17
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
2019-11-26
kvm: Introduce KVM irqchip change notifier
David Gibson
2019-10-04
target/i386: expand feature words to 64 bits
Paolo Bonzini
2019-09-19
kvm: Fix typo in header of kvm_device_access()
Greg Kurz
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-21
target/i386: kvm: Add support for save and restore nested state
Liran Alon
2019-06-21
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2018-10-30
kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl
Robert Hoo
2018-05-23
x86/cpu: use standard-headers/asm-x86.kvm_para.h
Michael S. Tsirkin
2018-03-13
kvm: introduce memory encryption APIs
Brijesh Singh
2018-03-13
kvm: add memory encryption context
Brijesh Singh
[next]