summaryrefslogtreecommitdiff
path: root/target-arm/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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