summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlex Bennée2019-07-16 14:13:52 +0200
committerDavid Gibson2019-08-21 09:17:11 +0200
commit28876bf27d2792e6b16cfb5283b9fb959fc0ad12 (patch)
tree953ad59dd8b360d02713357917f961d21047ed1c /scripts
parenttarget/ppc: Optimize emulation of vsl and vsr instructions (diff)
downloadqemu-28876bf27d2792e6b16cfb5283b9fb959fc0ad12.tar.gz
qemu-28876bf27d2792e6b16cfb5283b9fb959fc0ad12.tar.xz
qemu-28876bf27d2792e6b16cfb5283b9fb959fc0ad12.zip
target/ppc: move opcode decode tables to PowerPCCPU
The opcode decode tables aren't really part of the CPUPPCState but an internal implementation detail for the translator. This can cause problems with memcpy in cpu_copy as any table created during ppc_cpu_realize get written over causing a memory leak. To avoid this move the tables into PowerPCCPU which is better suited to hold internal implementation details. Attempts to fix: https://bugs.launchpad.net/qemu/+bug/1836558 Cc: 1836558@bugs.launchpad.net Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20190716121352.302-1-alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions