summaryrefslogtreecommitdiff
path: root/include/sysemu/kvm.h
AgeCommit message (Expand)Author
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz
2017-08-08kvm: workaround build break on gcc-7.1.1 / fedora26Greg Kurz
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff
2017-03-03KVM: move SIG_IPI handling to kvm-all.cPaolo Bonzini
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2016-10-04kvm-all: Pass requester ID to MSI routing functionsPavel Fedin
2016-09-15Remove unused function declarationsLadi Prosek
2016-09-13x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert
2016-09-13kvm-all: drop kvm_setup_guest_memoryCao jin
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu
2016-07-21kvm-irqchip: i386: add hook for add/remove virqPeter Xu
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu
2016-06-07kvm: API to obtain max supported mem slotsBharata B Rao
2016-05-30cpu: Reclaim vCPU objectsGu Zheng
2016-05-27PPC/KVM: early validation of vcpu idGreg Kurz
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-30kvm: add kvm_device_supported() helper functionPeter Xu
2016-02-23include: Clean up includesPeter Maydell
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini
2015-12-17kvm: add support for -machine kernel_irqchip=splitMatt Gingell
2015-12-17kvm: Hyper-V SynIC irq routing supportAndrey Smetanin
2015-11-12KVM: add support for any length io eventfdJason Wang
2015-11-05Revert "Introduce cpu_clean_all_dirty"Liang Li
2015-10-19kvm: Move x86-specific functions into target-i386/kvm.cThomas Huth
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin
2015-10-19kvm: Make KVM_CAP_SIGNAL_MSI globally availablePavel Fedin
2015-10-12exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin
2015-07-06kvm: some fixes to kvm_resamplefds_allowedEric Auger
2015-07-06kvm-all.c: add qemu_irq/gsi hash table and utility routinesEric Auger
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini
2015-03-16kvm: encapsulate HAS_DEVICE for vm attrsDominik Dingel
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov
2014-10-04accel: Move KVM accel registration to kvm-all.cEduardo Habkost
2014-09-16Introduce cpu_clean_all_dirtyMarcelo Tosatti
2014-09-08KVM: Add helper to run KVM_CHECK_EXTENSION on vm fdAlexander Graf
2014-06-20Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-06-19Add kvm_eventfds_enabled functionNikolay Nikolaev