summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: fix cpu_ov setting for 32-bitNikunj A Dadhania2017-03-141-1/+1
* target/ppc: Fix wrong number of UAMR registerThomas Huth2017-03-141-1/+1
* target/ppc: use helper for excp handlingNikunj A Dadhania2017-03-061-18/+2Star
* target/ppc: fmadd: add macro for updating flagsNikunj A Dadhania2017-03-061-31/+30Star
* target/ppc: fmadd check for excp independentlyNikunj A Dadhania2017-03-061-8/+12
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell2017-03-0412-488/+562
|\
| * target/ppc: rewrite f[n]m[add,sub] using float64_muladdNikunj A Dadhania2017-03-031-167/+46Star
| * spapr: Small cleanup of PPC MMU enumsSam Bobroff2017-03-035-66/+51Star
| * target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh2017-03-032-14/+24
| * target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh2017-03-032-9/+17
| * target/ppc: Add execute permission checking to access authority checkSuraj Jitindar Singh2017-03-031-5/+4Star
| * target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh2017-03-032-1/+45
| * target/ppc/POWER9: Add cpu_has_work function for POWER9Suraj Jitindar Singh2017-03-031-0/+45
| * target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh2017-03-036-2/+113
| * target/ppc: Don't gen an SDR1 on POWER9 and rework register creationSuraj Jitindar Singh2017-03-032-120/+203
| * target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh2017-03-031-0/+1
| * target/ppc/POWER9: Add POWERPC_MMU_V3 bitDavid Gibson2017-03-031-1/+3
| * exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy2017-03-031-104/+5Star
| * target/ppc: Add POWER9/ISAv3.00 to compat_tableSuraj Jitindar Singh2017-03-031-5/+11
* | KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini2017-03-031-5/+0Star
* | KVM: remove kvm_arch_on_sigbusPaolo Bonzini2017-03-031-5/+0Star
|/
* Add PowerPC 32-bit guest memory dump supportMike Nawrocki2017-03-014-74/+93
* target/ppc: add mcrxrx instructionNikunj A Dadhania2017-03-011-0/+23
* target/ppc: add ov32 flag in divide operationsNikunj A Dadhania2017-03-011-2/+8
* target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania2017-03-011-0/+6
* target/ppc: use tcg ops for neg instructionNikunj A Dadhania2017-03-011-1/+4
* target/ppc: update overflow flags for add/subNikunj A Dadhania2017-03-011-2/+9
* target/ppc: update ca32 in arithmetic substractNikunj A Dadhania2017-03-011-1/+10
* target/ppc: update ca32 in arithmetic addNikunj A Dadhania2017-03-011-0/+21
* target/ppc: support for 32-bit carry and overflowNikunj A Dadhania2017-03-014-5/+38
* target/ppc: Correct SDR1 maskingDavid Gibson2017-03-012-1/+7
* target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh2017-03-013-27/+5Star
* target/ppc: Manage external HPT via virtual hypervisorDavid Gibson2017-03-017-84/+49Star
* target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson2017-03-017-60/+71
* target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson2017-03-013-80/+71Star
* target/ppc: SDR1 is a hypervisor resourceDavid Gibson2017-03-012-9/+19
* target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson2017-03-012-9/+4Star
* target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson2017-03-015-84/+73Star
* target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania2017-03-011-21/+13Star
* target/ppc: optimize gen_write_xer()Nikunj A Dadhania2017-03-011-6/+3Star
* target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania2017-03-013-12/+39
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell2017-02-2413-35/+615
|\
| * hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth2017-02-222-4/+35
| * target-ppc: fix Book-E TLB matchingAlex Zuepke2017-02-221-1/+1
| * target/ppc/POWER9: Direct all instr and data storage interrupts to the hypvSuraj Jitindar Singh2017-02-221-2/+18
| * target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh2017-02-223-6/+44
| * target/ppc/POWER9: Add ISAv3.00 MMU definitionSuraj Jitindar Singh2017-02-223-3/+7
| * target/ppc: Fix LPCR DPFD mask defineSuraj Jitindar Singh2017-02-221-1/+1
| * target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao2017-02-224-0/+8
| * target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao2017-02-222-23/+21Star