summaryrefslogtreecommitdiffstats
path: root/target-ppc/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-03-211-7/+7
|\
| * kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka2011-03-161-4/+4
| * kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka2011-03-151-1/+1
| * kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_eventsJan Kiszka2011-03-151-3/+3
* | change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
|/
* kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka2011-02-141-4/+2
* kvm: Provide sigbus services arch-independentlyJan Kiszka2011-02-141-0/+10
* kvm: Consolidate must-have capability checksJan Kiszka2011-01-231-0/+4
* kvm: Drop smp_cpus argument from init functionsJan Kiszka2011-01-231-1/+1
* kvm: Stop on all fatal exit reasonsJan Kiszka2011-01-231-0/+4
* ppc: kvm: fix signedness warningAlexander Graf2010-12-081-1/+1
OpenPOWER on IntegriCloud