summaryrefslogtreecommitdiffstats
path: root/target-arm/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* arm: vgic device control api supportChristoffer Dall2014-02-261-7/+48
* target-arm: Add minimal KVM AArch64 supportMian M. Hamayun2013-12-171-0/+4
* target-arm/kvm: Split 32 bit only code into its own filePeter Maydell2013-12-171-491/+0
* target-arm: Provide '-cpu host' when running KVMPeter Maydell2013-12-101-0/+224
* target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell2013-12-101-1/+6
* target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell2013-12-101-0/+3
* target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell2013-12-101-9/+0
* target-arm: fix sorting issue of KVM cpreg listAlvise Rigo2013-10-311-1/+7
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+2
* target-arm: Use tuple list to sync cp regs with KVMPeter Maydell2013-06-251-70/+33
* target-arm: Reinitialize all KVM VCPU registers on resetPeter Maydell2013-06-251-0/+16
* target-arm: Initialize cpreg list from KVM when using KVMPeter Maydell2013-06-251-1/+163
* target-arm: Convert TCG to using (index,value) list for cp migrationPeter Maydell2013-06-251-0/+9
* KVM: ARM: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy2013-06-121-0/+4
* target-arm: Fix incorrect check of kvm_vcpu_ioctl return valuePeter Maydell2013-05-031-2/+2
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* target-arm: Use MemoryListener to identify GIC base address for KVMPeter Maydell2013-03-051-0/+87
* ARM KVM: save and load VFP registers from kernelPeter Maydell2013-03-051-3/+75
* ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall2013-03-051-0/+334
OpenPOWER on IntegriCloud