aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate_init.inc.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-17target/ppc: Use class fields to simplify LPCR maskingDavid Gibson1-5/+31
2020-03-17target/ppc: Remove RMOR register from POWER9 & POWER10David Gibson1-2/+8
2020-03-17ppc: Remove stub of PPC970 HID4 implementationDavid Gibson1-12/+8
2020-03-17ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson1-3/+3
2020-03-17ppc: Officially deprecate the CPU "compat" propertyGreg Kurz1-42/+2
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater1-4/+16
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-5/+5
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh1-0/+19
2019-12-17target/ppc: Add SPR ASDRSuraj Jitindar Singh1-0/+6
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh1-8/+15
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh1-4/+15
2019-12-17target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater1-0/+215
2019-12-17ppc: Deassert the external interrupt pin in KVM on resetGreg Kurz1-0/+1
2019-10-04ppc/kvm: Skip writing DPDES back when in run time stateAlexey Kardashevskiy1-5/+4
2019-08-29powerpc/spapr: Add host threads parameter to ibm,get_system_parameterSuraj Jitindar Singh1-0/+2
2019-08-29target/ppc: Set float_tininess_before_rounding at cpu resetRichard Henderson1-0/+4
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell1-9/+48
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy1-0/+14
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin1-0/+27
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée1-9/+7
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-2/+0
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson1-43/+42
2019-05-10target/ppc: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-26target/ppc: Style fixes for translate_init.inc.cDavid Gibson1-95/+148
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster1-1/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-16/+10
2019-03-12target/ppc: add HV support for POWER9Cédric Le Goater1-1/+2
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh1-0/+4
2019-02-26target/ppc: Flush the TLB locally when the LPIDR is writtenBenjamin Herrenschmidt1-1/+6
2019-02-26target/ppc: Add support for LPCR:HEIC on POWER9Benjamin Herrenschmidt1-1/+4
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt1-2/+2
2019-02-26target/ppc: Add Hypervisor Virtualization Interrupt on POWER9Benjamin Herrenschmidt1-1/+15
2019-02-26target/ppc: Add POWER9 exception modelBenjamin Herrenschmidt1-1/+1
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt1-0/+7
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell1-7/+64
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau1-1/+2
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson1-1/+1
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson1-3/+2
2019-02-17target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt1-1/+1
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas1-2/+60
2019-01-24ppc: e6500 registers SPR 604 twiceJon Diekema1-8/+0
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-12/+14
2018-12-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+3
2018-11-08target/ppc: Add one reg id for ptcrSuraj Jitindar Singh1-5/+5
2018-11-08target/ppc: add external PID supportRoman Kapl1-2/+19