aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate_init.inc.c
AgeCommit message (Expand)Author
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson
2019-02-17target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas
2019-01-24ppc: e6500 registers SPR 604 twiceJon Diekema
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2018-12-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-11-08target/ppc: Add one reg id for ptcrSuraj Jitindar Singh
2018-11-08target/ppc: add external PID supportRoman Kapl
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth
2018-08-21ppc: add DBCR based debuggingRoman Kapl
2018-08-21target/ppc: Enable fp exceptions for user-onlyRichard Henderson
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson
2018-06-12target/ppc: Allow PIR read in privileged modeluporl
2018-06-12target/ppc: Allow privileged access to SPR_PCRJoel Stanley
2018-05-29ppc: Rename 2.13 machines to 3.0Peter Maydell
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini