aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/kvm.c
AgeCommit message (Expand)Author
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-07target-ppc: Error out for -cpu host on unknown PVRAndreas Färber
2013-01-07target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber
2013-01-07PPC: KVM: set has-idle in guest device treeStuart Yoder
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber
2012-12-19kvm: Pass CPUState to kvm_arch_*Andreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-31spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPUAndreas Färber
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering
2012-10-05PPC: KVM: Fix BAT putAlexander Graf
2012-10-04target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson
2012-10-04pseries: Add support for new KVM hash table control callDavid Gibson
2012-10-04ppc: Make kvm_arch_put_registers() put *all* the registersDavid Gibson
2012-08-15ppc: Fix bug in handling of PAPR hypercall exitsDavid Gibson
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson
2012-06-24ppc64: Rudimentary Support for extra page sizes on server CPUsBenjamin Herrenschmidt
2012-04-15target-ppc: Add hooks for handling tcg and kvm limitationsDavid Gibson
2012-04-07Replace Qemu by QEMU in commentsStefan Weil
2012-03-15pseries: Don't try to munmap() a malloc()ed TCE tableDavid Gibson
2012-03-14target-ppc: Don't overuse CPUStateAndreas Färber
2012-02-02PPC: KVM: Update HIOR code to new interfaceAlexander Graf
2012-01-08kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() changeAvi Kivity
2012-01-03kvm-ppc: halt secondary cpus when guest resetLiu Yu-B13201
2011-10-30pseries: Allow writes to KVM accelerated TCE tableDavid Gibson
2011-10-30KVM: PPC: Override host vmx/vsx/dfp only when information knownAlexander Graf
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson
2011-10-30ppc: First cut implementation of -cpu hostDavid Gibson
2011-10-30pseries: Add device tree properties for VMX/VSX and DFP under kvmDavid Gibson
2011-10-30ppc: Generalize the kvmppc_get_clockfreq() functionDavid Gibson
2011-10-30pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson
2011-10-30pseries: Allow KVM Book3S-HV on PPC970 CPUSDavid Gibson
2011-10-30pseries: Support SMT systems for KVM Book3S-HVDavid Gibson
2011-10-06KVM: PPC: Use HIOR setting for -M pseries with PR KVMAlexander Graf
2011-10-06kvm: ppc: booke206: use MMU APIScott Wood
2011-10-06PPC: Enable to use PAPR with PR style KVMAlexander Graf
2011-10-06PPC: KVM: Add generic function to read host clockfreqAlexander Graf
2011-06-20kvm: ppc: Drop KVM_CAP build dependenciesJan Kiszka
2011-06-20kvm: ppc: Drop CONFIG_KVM_PPC_PVRJan Kiszka
2011-06-03PPC: fix sregs usage on bookeAlexander Graf
2011-05-09kvm: ppc: detect old headersAlexander Graf
2011-05-09monitor: add PPC BookE SPRsScott Wood
2011-05-09kvm: ppc: fixes for KVM_SET_SREGS on initScott Wood
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori