aboutsummaryrefslogtreecommitdiff
path: root/target-arm/kvm.c
AgeCommit message (Expand)Author
2016-01-18target-arm: Clean up includesPeter Maydell
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini
2015-12-17target-arm: kvm - add support for HW assisted debugAlex Bennée
2015-12-17target-arm: kvm - implement software breakpointsAlex Bennée
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin
2015-09-24arm_kvm: Do not assume particular GIC type in kvm_arch_irqchip_create()Pavel Fedin
2015-07-21target-arm: kvm: Differentiate registers based on write-back levelsChristoffer Dall
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini
2015-04-01target-arm: kvm: save/restore mp stateAlex Bennée
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-11target-arm: Check error conditions on kvm_arm_reset_vcpupull-target-arm-20141211Christoffer Dall
2014-12-11target-arm/kvm: make reg sync code common between kvm32/64Alex Bennée
2014-06-19target-arm: Common kvm_arm_vcpu_init() for KVM ARM and KVM ARM64Pranavkumar Sawargaonkar
2014-02-26arm: vgic device control api supportChristoffer Dall
2013-12-17target-arm: Add minimal KVM AArch64 supportMian M. Hamayun
2013-12-17target-arm/kvm: Split 32 bit only code into its own filePeter Maydell
2013-12-10target-arm: Provide '-cpu host' when running KVMPeter Maydell
2013-12-10target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell
2013-12-10target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell
2013-12-10target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell
2013-10-31target-arm: fix sorting issue of KVM cpreg listAlvise Rigo
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-06-25target-arm: Use tuple list to sync cp regs with KVMPeter Maydell
2013-06-25target-arm: Reinitialize all KVM VCPU registers on resetPeter Maydell
2013-06-25target-arm: Initialize cpreg list from KVM when using KVMPeter Maydell
2013-06-25target-arm: Convert TCG to using (index,value) list for cp migrationPeter Maydell
2013-06-12KVM: ARM: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy
2013-05-03target-arm: Fix incorrect check of kvm_vcpu_ioctl return valuePeter Maydell
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-05target-arm: Use MemoryListener to identify GIC base address for KVMPeter Maydell
2013-03-05ARM KVM: save and load VFP registers from kernelPeter Maydell
2013-03-05ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall