summaryrefslogtreecommitdiff
path: root/include/sysemu/kvm.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-08kvm: workaround build break on gcc-7.1.1 / fedora26Greg Kurz1-10/+4
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf1-0/+11
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth1-5/+13
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth1-15/+0
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger1-4/+7
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson1-0/+1
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff1-0/+1
2017-03-03KVM: move SIG_IPI handling to kvm-all.cPaolo Bonzini1-3/+2
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini1-1/+4
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini1-1/+0
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-23/+0
2016-10-04kvm-all: Pass requester ID to MSI routing functionsPavel Fedin1-0/+9
2016-09-15Remove unused function declarationsLadi Prosek1-2/+0
2016-09-13x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert1-1/+0
2016-09-13kvm-all: drop kvm_setup_guest_memoryCao jin1-1/+0
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu1-1/+1
2016-07-21kvm-irqchip: i386: add hook for add/remove virqPeter Xu1-0/+6
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu1-1/+12
2016-06-07kvm: API to obtain max supported mem slotsBharata B Rao1-0/+1
2016-05-30cpu: Reclaim vCPU objectsGu Zheng1-0/+1
2016-05-27PPC/KVM: early validation of vcpu idGreg Kurz1-0/+2
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-03-30kvm: add kvm_device_supported() helper functionPeter Xu1-0/+9
2016-02-23include: Clean up includesPeter Maydell1-2/+0
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini1-1/+5
2015-12-17kvm: add support for -machine kernel_irqchip=splitMatt Gingell1-0/+11
2015-12-17kvm: Hyper-V SynIC irq routing supportAndrey Smetanin1-0/+1
2015-11-12KVM: add support for any length io eventfdJason Wang1-0/+8
2015-11-05Revert "Introduce cpu_clean_all_dirty"Liang Li1-8/+0
2015-10-19kvm: Move x86-specific functions into target-i386/kvm.cThomas Huth1-2/+0
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-3/+4
2015-10-19kvm: Make KVM_CAP_SIGNAL_MSI globally availablePavel Fedin1-0/+9
2015-10-12exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini1-0/+4
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin1-0/+26
2015-07-06kvm: some fixes to kvm_resamplefds_allowedEric Auger1-0/+1
2015-07-06kvm-all.c: add qemu_irq/gsi hash table and utility routinesEric Auger1-0/+6
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger1-3/+4
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+2
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini1-1/+2
2015-03-16kvm: encapsulate HAS_DEVICE for vm attrsDominik Dingel1-0/+12
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum1-1/+1
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka1-0/+4
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger1-0/+10
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov1-0/+1
2014-10-04accel: Move KVM accel registration to kvm-all.cEduardo Habkost1-2/+0
2014-09-16Introduce cpu_clean_all_dirtyMarcelo Tosatti1-0/+8