summaryrefslogtreecommitdiffstats
path: root/include/sysemu/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-5/+0Star
* gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-061-8/+0Star
* 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/+0Star
* 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/+0Star
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-1/+1
* kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost2020-10-141-10/+9Star
* kvm: remove kvm specific functions from global includesClaudio Fontana2020-10-051-7/+0Star
* 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/+1Star
* hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé2019-12-171-1/+0Star
* 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/+0Star
* 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/+0Star
* kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo2018-10-311-0/+2
* x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin2018-05-231-1/+0Star
* 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/+4Star
* 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/+0Star
* kvm-all: Pass an error object to kvm_device_accessEric Auger2017-06-131-4/+7
* migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson2017-06-061-0/+1
* spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff2017-04-261-0/+1
* KVM: move SIG_IPI handling to kvm-all.cPaolo Bonzini2017-03-031-3/+2Star
* KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini2017-03-031-1/+4
* KVM: remove kvm_arch_on_sigbusPaolo Bonzini2017-03-031-1/+0Star
* kvm: move cpu synchronization codeVincent Palatin2017-01-191-23/+0Star
* kvm-all: Pass requester ID to MSI routing functionsPavel Fedin2016-10-041-0/+9