summary refs log tree commit diff stats
path: root/include/sysemu/kvm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson2023-08-241-4/+2
* accel/kvm: Widen pc/saved_insn for kvm_sw_breakpointAnton Johansson2023-08-241-3/+3
* kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki2023-08-221-0/+2
* accel/kvm: Re-include "exec/memattrs.h" headerPhilippe Mathieu-Daudé2023-06-281-0/+1
* accel: Document generic accelerator headersPhilippe Mathieu-Daudé2023-06-281-0/+2
* sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé2023-05-161-3/+0
* sysemu/kvm: Remove CONFIG_USER_ONLY guardPhilippe Mathieu-Daudé2023-02-271-2/+0
* kvm: allow target-specific accelerator propertiesPaolo Bonzini2022-10-101-0/+2
* accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée2022-10-061-0/+16
* gdbstub: move guest debug support check to opsAlex Bennée2022-10-061-7/+0
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-5/+0
* gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-061-8/+0
* accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)2022-07-201-0/+2
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-2/+2
* kvm-irqchip: introduce new API to support route changeLongpeng(Mike)2022-03-151-0/+19
* sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé2022-03-061-3/+3
* gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky2021-12-101-0/+15
* KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2021-11-011-0/+1
* exec: Get rid of phys_mem_set_alloc()David Hildenbrand2021-03-151-4/+0
* sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-161-0/+10
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-081-16/+0
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-1/+1
* kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost2020-10-141-10/+9
* kvm: remove kvm specific functions from global includesClaudio Fontana2020-10-051-7/+0
* cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-051-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* kvm: Move QOM macros to kvm.hEduardo Habkost2020-08-271-0/+6
* KVM: Kick resamplefd for split kernel irqchipPeter Xu2020-06-101-0/+4
* target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng2020-05-141-2/+1
* hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé2019-12-171-1/+0
* kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-171-2/+5
* kvm: Introduce KVM irqchip change notifierDavid Gibson2019-11-261-0/+5
* target/i386: expand feature words to 64 bitsPaolo Bonzini2019-10-041-1/+1
* kvm: Fix typo in header of kvm_device_access()Greg Kurz2019-09-191-1/+1
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0
* target/i386: kvm: Add support for save and restore nested stateLiran Alon2019-06-211-0/+1
* KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon2019-06-211-0/+1
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-2/+0
* kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo2018-10-301-0/+2
* x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin2018-05-231-1/+0
* kvm: introduce memory encryption APIsBrijesh Singh2018-03-131-0/+8
* kvm: add memory encryption contextBrijesh Singh2018-03-131-0/+9
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-191-1/+1
* kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz2017-10-021-1/+1
* kvm: workaround build break on gcc-7.1.1 / fedora26Greg Kurz2017-08-081-10/+4
* ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-111-0/+11
* include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-5/+13
* Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth2017-07-041-15/+0