summaryrefslogtreecommitdiff
path: root/target/ppc/translate_init.inc.c
AgeCommit message (Expand)Author
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