summaryrefslogtreecommitdiffstats
path: root/target-ppc/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* PPC: KVM: Add support for EPR with KVMAlexander Graf2013-01-181-0/+21
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-5/+7
* target-ppc: Error out for -cpu host on unknown PVRAndreas Färber2013-01-071-0/+8
* target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber2013-01-071-7/+30
* PPC: KVM: set has-idle in guest device treeStuart Yoder2013-01-071-6/+26
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-5/+5
|\
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-4/+4
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* | cpu: Move kvm_state field into CPUStateAndreas Färber2012-12-191-13/+20
* | kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber2012-12-191-23/+32
* | kvm: Pass CPUState to kvm_arch_*Andreas Färber2012-12-191-13/+23
|/
* spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber2012-10-311-1/+2
* cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-2/+1
* target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPUAndreas Färber2012-10-311-2/+6
* Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno2012-10-061-39/+100
|\
| * PPC: KVM: Fix BAT putAlexander Graf2012-10-051-4/+5
| * target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson2012-10-041-5/+25
| * pseries: Add support for new KVM hash table control callDavid Gibson2012-10-041-0/+29
| * ppc: Make kvm_arch_put_registers() put *all* the registersDavid Gibson2012-10-041-39/+50
* | ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering2012-10-051-1/+1
|/
* ppc: Fix bug in handling of PAPR hypercall exitsDavid Gibson2012-08-151-1/+1
* pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson2012-06-271-2/+2
* ppc64: Rudimentary Support for extra page sizes on server CPUsBenjamin Herrenschmidt2012-06-241-0/+208
* target-ppc: Add hooks for handling tcg and kvm limitationsDavid Gibson2012-04-151-0/+14
* Replace Qemu by QEMU in commentsStefan Weil2012-04-071-1/+1
* pseries: Don't try to munmap() a malloc()ed TCE tableDavid Gibson2012-03-151-2/+10
* target-ppc: Don't overuse CPUStateAndreas Färber2012-03-141-19/+19
* PPC: KVM: Update HIOR code to new interfaceAlexander Graf2012-02-021-3/+7
* kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() changeAvi Kivity2012-01-081-1/+2
* kvm-ppc: halt secondary cpus when guest resetLiu Yu-B132012012-01-031-1/+1
* pseries: Allow writes to KVM accelerated TCE tableDavid Gibson2011-10-301-1/+1
* KVM: PPC: Override host vmx/vsx/dfp only when information knownAlexander Graf2011-10-301-3/+9
* pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson2011-10-301-1/+22
* ppc: First cut implementation of -cpu hostDavid Gibson2011-10-301-0/+19
* pseries: Add device tree properties for VMX/VSX and DFP under kvmDavid Gibson2011-10-301-0/+10
* ppc: Generalize the kvmppc_get_clockfreq() functionDavid Gibson2011-10-301-11/+24
* pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson2011-10-301-0/+54
* pseries: Allow KVM Book3S-HV on PPC970 CPUSDavid Gibson2011-10-301-0/+44
* pseries: Support SMT systems for KVM Book3S-HVDavid Gibson2011-10-301-0/+8
* KVM: PPC: Use HIOR setting for -M pseries with PR KVMAlexander Graf2011-10-061-3/+22
* kvm: ppc: booke206: use MMU APIScott Wood2011-10-061-0/+85
* PPC: Enable to use PAPR with PR style KVMAlexander Graf2011-10-061-0/+40
* PPC: KVM: Add generic function to read host clockfreqAlexander Graf2011-10-061-0/+67
* kvm: ppc: Drop KVM_CAP build dependenciesJan Kiszka2011-06-201-14/+0
* kvm: ppc: Drop CONFIG_KVM_PPC_PVRJan Kiszka2011-06-201-9/+0
* PPC: fix sregs usage on bookeAlexander Graf2011-06-031-6/+4
* kvm: ppc: detect old headersAlexander Graf2011-05-091-1/+15
* monitor: add PPC BookE SPRsScott Wood2011-05-091-9/+134
* kvm: ppc: fixes for KVM_SET_SREGS on initScott Wood2011-05-091-3/+30
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-011-1/+1
OpenPOWER on IntegriCloud