]> www.infradead.org Git - users/dwmw2/qemu.git/commit
ppc: e6500 registers SPR 604 twice
authorJon Diekema <jon.diekema@ge.com>
Tue, 25 Dec 2018 09:50:24 +0000 (04:50 -0500)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 24 Jan 2019 12:34:20 +0000 (13:34 +0100)
commit7a938d53f5a24ade572ecbde2d5e292d2de8805f
treefb0eab897432ef41ec0ae42a15616e9dc063934f
parent568c439a9659698abfc170b4f8c33838d96bb953
ppc: e6500 registers SPR 604 twice

When using the e6500 CPU, QEMU generates a fatal error after
complaining about registering SPR 604 twice.

Building and testing with commit
9b2e891ec5ccdb4a7d583b77988848282606fdea shows the issue:

qemu-system-ppc64 --version
QEMU emulator version 3.1.50 (v3.1.0-456-g9b2e891ec5-dirty)
Copyright (c) 2003-2018 Fabrice Bellard and the QEMU Project developers

qemu-system-ppc64 -M none -cpu e6500
Error: Trying to register SPR 604 (25c) twice !

Signed-off-by: Jon Diekema <jon.diekema@ge.com>
Message-Id: <CALvuzg43uSodseEHjNaRcPFBKKPTY2mcppUbYgiLL=QO9RxX_Q@mail.gmail.com>
[removed duplicated mail header in the commit message]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/ppc/translate_init.inc.c