aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/kvm.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé1-1/+0
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé1-1/+0
2023-09-07sysemu/kvm: Restrict kvm_get_apic_state() to x86 targetsPhilippe Mathieu-Daudé1-3/+0
2023-09-07sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targetsPhilippe Mathieu-Daudé1-5/+0
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson1-4/+2
2023-08-24accel/kvm: Widen pc/saved_insn for kvm_sw_breakpointAnton Johansson1-3/+3
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-0/+2
2023-06-28accel/kvm: Re-include "exec/memattrs.h" headerPhilippe Mathieu-Daudé1-0/+1
2023-06-28accel: Document generic accelerator headersPhilippe Mathieu-Daudé1-0/+2
2023-05-16sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé1-3/+0
2023-02-27sysemu/kvm: Remove CONFIG_USER_ONLY guardPhilippe Mathieu-Daudé1-2/+0
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+2
2022-10-06accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée1-0/+16
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée1-7/+0
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée1-5/+0
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée1-8/+0
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)1-0/+2
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-2/+2
2022-03-15kvm-irqchip: introduce new API to support route changeLongpeng(Mike)1-0/+19
2022-03-06sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé1-3/+3
2021-12-10gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky1-0/+15
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)1-0/+1
2021-03-15exec: Get rid of phys_mem_set_alloc()David Hildenbrand1-4/+0
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky1-0/+10
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson1-16/+0
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+1
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost1-10/+9
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana1-7/+0
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-08-27kvm: Move QOM macros to kvm.hEduardo Habkost1-0/+6
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu1-0/+4
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng1-2/+1
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé1-1/+0
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-2/+5
2019-11-26kvm: Introduce KVM irqchip change notifierDavid Gibson1-0/+5
2019-10-04target/i386: expand feature words to 64 bitsPaolo Bonzini1-1/+1
2019-09-19kvm: Fix typo in header of kvm_device_access()Greg Kurz1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-1/+0
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon1-0/+1
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+1
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-2/+0
2018-10-30kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo1-0/+2
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin1-1/+0
2018-03-13kvm: introduce memory encryption APIsBrijesh Singh1-0/+8
2018-03-13kvm: add memory encryption contextBrijesh Singh1-0/+9
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-1/+1
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz1-1/+1