summaryrefslogtreecommitdiff
path: root/target-ppc/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber1-1/+2
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-2/+1
2012-10-31target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPUAndreas Färber1-2/+6
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno1-39/+100
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering1-1/+1
2012-10-05PPC: KVM: Fix BAT putAlexander Graf1-4/+5
2012-10-04target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson1-5/+25
2012-10-04pseries: Add support for new KVM hash table control callDavid Gibson1-0/+29
2012-10-04ppc: Make kvm_arch_put_registers() put *all* the registersDavid Gibson1-39/+50
2012-08-15ppc: Fix bug in handling of PAPR hypercall exitsDavid Gibson1-1/+1
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson1-2/+2
2012-06-24ppc64: Rudimentary Support for extra page sizes on server CPUsBenjamin Herrenschmidt1-0/+208
2012-04-15target-ppc: Add hooks for handling tcg and kvm limitationsDavid Gibson1-0/+14
2012-04-07Replace Qemu by QEMU in commentsStefan Weil1-1/+1
2012-03-15pseries: Don't try to munmap() a malloc()ed TCE tableDavid Gibson1-2/+10
2012-03-14target-ppc: Don't overuse CPUStateAndreas Färber1-19/+19
2012-02-02PPC: KVM: Update HIOR code to new interfaceAlexander Graf1-3/+7
2012-01-08kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() changeAvi Kivity1-1/+2
2012-01-03kvm-ppc: halt secondary cpus when guest resetLiu Yu-B132011-1/+1
2011-10-30pseries: Allow writes to KVM accelerated TCE tableDavid Gibson1-1/+1
2011-10-30KVM: PPC: Override host vmx/vsx/dfp only when information knownAlexander Graf1-3/+9
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson1-1/+22
2011-10-30ppc: First cut implementation of -cpu hostDavid Gibson1-0/+19
2011-10-30pseries: Add device tree properties for VMX/VSX and DFP under kvmDavid Gibson1-0/+10
2011-10-30ppc: Generalize the kvmppc_get_clockfreq() functionDavid Gibson1-11/+24
2011-10-30pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson1-0/+54
2011-10-30pseries: Allow KVM Book3S-HV on PPC970 CPUSDavid Gibson1-0/+44
2011-10-30pseries: Support SMT systems for KVM Book3S-HVDavid Gibson1-0/+8
2011-10-06KVM: PPC: Use HIOR setting for -M pseries with PR KVMAlexander Graf1-3/+22
2011-10-06kvm: ppc: booke206: use MMU APIScott Wood1-0/+85
2011-10-06PPC: Enable to use PAPR with PR style KVMAlexander Graf1-0/+40
2011-10-06PPC: KVM: Add generic function to read host clockfreqAlexander Graf1-0/+67
2011-06-20kvm: ppc: Drop KVM_CAP build dependenciesJan Kiszka1-14/+0
2011-06-20kvm: ppc: Drop CONFIG_KVM_PPC_PVRJan Kiszka1-9/+0
2011-06-03PPC: fix sregs usage on bookeAlexander Graf1-6/+4
2011-05-09kvm: ppc: detect old headersAlexander Graf1-1/+15
2011-05-09monitor: add PPC BookE SPRsScott Wood1-9/+134
2011-05-09kvm: ppc: fixes for KVM_SET_SREGS on initScott Wood1-3/+30
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson1-1/+1
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-7/+7
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka1-4/+4
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka1-1/+1
2011-03-15kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_eventsJan Kiszka1-3/+3
2011-02-14kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka1-4/+2
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka1-0/+10
2011-01-23kvm: Consolidate must-have capability checksJan Kiszka1-0/+4
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka1-1/+1
2011-01-23kvm: Stop on all fatal exit reasonsJan Kiszka1-0/+4
2010-12-08ppc: kvm: fix signedness warningAlexander Graf1-1/+1