aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate_init.inc.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-10956/+0
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-06-26target/ppc: Remove TIDR from POWER10 processorCédric Le Goater1-5/+0
2020-06-12target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé1-0/+4
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin1-1/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-7/+2
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé1-1/+1
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-2/+2
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-4/+4
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell1-24/+30
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-24/+30
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