summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-0/+5
* ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt2015-10-233-0/+9
* ppc: Add mmu_model defines for arch 2.03 and 2.07Benjamin Herrenschmidt2015-10-235-20/+22
* spapr_iommu: Rename vfio_accel parameterDavid Gibson2015-10-232-3/+3
* kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-1/+1
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+4
* target-ppc: Remove unnecessary variableShraddha Barke2015-10-081-2/+1
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-35/+5
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-1/+5
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-9/+5
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-2/+2
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-3/+2
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-1/+1
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-2/+2
* ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth2015-09-232-0/+14
* spapr: Enable in-kernel H_SET_MODE handlingAlexey Kardashevskiy2015-09-232-0/+10
* target-ppc: fix xscmpodp and xscmpudp decodingAurelien Jarno2015-09-201-2/+9
* target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxorAurelien Jarno2015-09-201-5/+14
* target-ppc: Fix SRR0 when taking unaligned exceptionsAnton Blanchard2015-09-201-1/+1
* kvm_ppc: remove kvmppc_timer_hackPaolo Bonzini2015-09-203-44/+1
* monitor: remove target-specific code from monitor.cPavel Butsykin2015-09-162-1/+256
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
* Target-ppc: Remove unnecessary variableShraddha Barke2015-09-111-7/+2
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite2015-07-091-1/+1
* target-ppc: Move cpu_exec_init() call to realize functionBharata B Rao2015-07-091-2/+10
* cpu: Add Error argument to cpu_exec_init()Bharata B Rao2015-07-091-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-081-1/+1
|\
| * crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-071-1/+1
* | target-ppc: fix hugepage support when using memory-backend-fileMichael Roth2015-07-071-6/+51
|/
* kvm: First step to push iothread lock out of inner run loopJan Kiszka2015-07-011-0/+7
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-38/+24
* Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-06-042-0/+22
|\
| * pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementationsDavid Gibson2015-06-032-0/+22
* | kvm: introduce kvm_arch_msi_data_to_gsiEric Auger2015-06-021-0/+5
|/
* kvm: add support for memory transaction attributesPaolo Bonzini2015-04-301-1/+3
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-2/+2
* target-ppc: don't invalidate msr MSR_HVB bit in cpu_post_loadMark Cave-Ayland2015-04-171-2/+2
* target-ppc: Remove POWER5+ v0.0 that never existedAlexey Kardashevskiy2015-03-252-5/+2
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-64/+59
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-121-1/+1
|\
| * kvm: add machine state to kvm_arch_initMarcel Apfelbaum2015-03-111-1/+1
* | cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
|/
* target-ppc: Fix warnings from SparseStefan Weil2015-03-091-2/+3
* target-ppc: Add versions to server CPU descriptionsAlexey Kardashevskiy2015-03-092-7/+9
* PPC: Introduce the Virtual Time Base (VTB) SPR registerCyril Bur2015-03-092-0/+11
* target-ppc: force update of msr bits in cpu_post_loadMark Cave-Ayland2015-03-091-1/+7
OpenPOWER on IntegriCloud