summaryrefslogtreecommitdiff
path: root/target-arm/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30arm: enhance kvm_arm_create_scratch_host_vcpuPeter Xu1-1/+13
2016-01-18target-arm: Clean up includesPeter Maydell1-2/+1
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini1-1/+7
2015-12-17target-arm: kvm - add support for HW assisted debugAlex Bennée1-20/+6
2015-12-17target-arm: kvm - implement software breakpointsAlex Bennée1-15/+24
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-1/+1
2015-09-24arm_kvm: Do not assume particular GIC type in kvm_arch_irqchip_create()Pavel Fedin1-7/+12
2015-07-21target-arm: kvm: Differentiate registers based on write-back levelsChristoffer Dall1-1/+5
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+5
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini1-1/+3
2015-04-01target-arm: kvm: save/restore mp stateAlex Bennée1-0/+44
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/+6
2014-12-11target-arm: Check error conditions on kvm_arm_reset_vcpuChristoffer Dall1-2/+11
2014-12-11target-arm/kvm: make reg sync code common between kvm32/64Alex Bennée1-0/+98
2014-06-19target-arm: Common kvm_arm_vcpu_init() for KVM ARM and KVM ARM64Pranavkumar Sawargaonkar1-0/+11
2014-02-26arm: vgic device control api supportChristoffer Dall1-7/+48
2013-12-17target-arm: Add minimal KVM AArch64 supportMian M. Hamayun1-0/+4
2013-12-17target-arm/kvm: Split 32 bit only code into its own filePeter Maydell1-491/+0
2013-12-10target-arm: Provide '-cpu host' when running KVMPeter Maydell1-0/+224
2013-12-10target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell1-1/+6
2013-12-10target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell1-0/+3
2013-12-10target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell1-9/+0
2013-10-31target-arm: fix sorting issue of KVM cpreg listAlvise Rigo1-1/+7
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+2
2013-06-25target-arm: Use tuple list to sync cp regs with KVMPeter Maydell1-70/+33
2013-06-25target-arm: Reinitialize all KVM VCPU registers on resetPeter Maydell1-0/+16
2013-06-25target-arm: Initialize cpreg list from KVM when using KVMPeter Maydell1-1/+163
2013-06-25target-arm: Convert TCG to using (index,value) list for cp migrationPeter Maydell1-0/+9
2013-06-12KVM: ARM: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy1-0/+4
2013-05-03target-arm: Fix incorrect check of kvm_vcpu_ioctl return valuePeter Maydell1-2/+2
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-05target-arm: Use MemoryListener to identify GIC base address for KVMPeter Maydell1-0/+87
2013-03-05ARM KVM: save and load VFP registers from kernelPeter Maydell1-3/+75
2013-03-05ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall1-0/+334