summaryrefslogtreecommitdiffstats
path: root/include/sysemu/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: add support for any length io eventfdJason Wang2015-11-121-0/+8
* Revert "Introduce cpu_clean_all_dirty"Liang Li2015-11-051-8/+0
* kvm: Move x86-specific functions into target-i386/kvm.cThomas Huth2015-10-191-2/+0
* kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-3/+4
* kvm: Make KVM_CAP_SIGNAL_MSI globally availablePavel Fedin2015-10-191-0/+9
* exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini2015-10-121-0/+4
* intc/gic: Extract some reusable vGIC codePavel Fedin2015-09-241-0/+26
* kvm: some fixes to kvm_resamplefds_allowedEric Auger2015-07-061-0/+1
* kvm-all.c: add qemu_irq/gsi hash table and utility routinesEric Auger2015-07-061-0/+6
* kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger2015-07-061-3/+4
* kvm: introduce kvm_arch_msi_data_to_gsiEric Auger2015-06-021-0/+2
* kvm: add support for memory transaction attributesPaolo Bonzini2015-04-301-1/+2
* kvm: encapsulate HAS_DEVICE for vm attrsDominik Dingel2015-03-161-0/+12
* kvm: add machine state to kvm_arch_initMarcel Apfelbaum2015-03-111-1/+1
* kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka2015-01-121-0/+4
* KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger2014-12-151-0/+10
* pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov2014-11-231-0/+1
* accel: Move KVM accel registration to kvm-all.cEduardo Habkost2014-10-041-2/+0
* Introduce cpu_clean_all_dirtyMarcelo Tosatti2014-09-161-0/+8
* KVM: Add helper to run KVM_CHECK_EXTENSION on vm fdAlexander Graf2014-09-081-0/+2
* Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-06-201-0/+2
|\
| * kvm: Allow arch to set sigmask lengthJames Hogan2014-06-181-0/+2
* | Add kvm_eventfds_enabled functionNikolay Nikolaev2014-06-191-0/+11
|/
* s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck2014-05-201-0/+2
* kvm: Fix enable_cap helpers on older gccAlexander Graf2014-05-201-2/+2
* kvm: reset state from the CPU's reset methodPaolo Bonzini2014-05-131-2/+0
* kvm: make one_reg helpers available for everyoneCornelia Huck2014-05-131-0/+20
* machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum2014-05-051-1/+1
* kvm: add kvm_{vm,vcpu}_enable_capCornelia Huck2014-04-301-0/+30
* Revert "KVM: Split QEMUMachine typedef into separate header"Andreas Färber2014-03-131-1/+0
* kvm: Add a new machine option kvm-typeAneesh Kumar K.V2014-03-051-1/+1
* KVM: Split QEMUMachine typedef into separate headerAlexander Graf2014-03-051-0/+1
* kvm: Common device control API functionsChristoffer Dall2014-02-261-0/+22
* kvm: Introduce kvm_arch_irqchip_createChristoffer Dall2014-02-261-0/+12
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-09-231-10/+19
|\
| * kvm irqfd: support direct msimessage to irq translationAlexey Kardashevskiy2013-09-201-0/+9
| * cpu: Move cpu state syncs up into cpu_dump_state()James Hogan2013-09-201-10/+10
* | exec: Simplify the guest physical memory allocation hookMarkus Armbruster2013-09-121-5/+0
|/
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori2013-08-291-1/+2
|\
| * kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione2013-08-091-1/+2
* | kvm: Change prototype of kvm_update_guest_debug()Stefan Weil2013-07-261-1/+1
|/
* kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUStateAndreas Färber2013-07-231-2/+2
* kvm: Change kvm_remove_all_breakpoints() argument to CPUStateAndreas Färber2013-07-091-1/+1
* kvm: Free current_cpu identifierAndreas Färber2013-07-091-5/+5
* KVM: PIC: Only commit irq routing when necessaryAlexander Graf2013-07-011-0/+1
* KVM: Export kvm_init_irq_routingAlexander Graf2013-07-011-0/+1
* KVM: Don't assume that mpstate exists with in-kernel PIC alwaysAlexander Graf2013-07-011-0/+10
* kvm: Change kvm_cpu_exec() argument to CPUStateAndreas Färber2013-06-281-1/+1
* kvm: Change kvm_set_signal_mask() argument to CPUStateAndreas Färber2013-06-281-1/+1
* kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2013-06-281-2/+2
OpenPOWER on IntegriCloud