diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-04-15 19:23:53 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-04-17 18:46:45 +0100 |
commit | 1df0878cff267128393b0076da4a96467ac04094 (patch) | |
tree | 668f69186c2d99c79604683947a1c292a79c8cfa /qobject/json-writer.c | |
parent | ec63ca2d356f7be018138d7f66b13dffd2396b9f (diff) |
hw/arm/armsse: Give SSE-300 its own Property array
SSE-300 currently shares the SSE-200 Property array. This is
bad principally because the default values of the CPU0_FPU
and CPU0_DSP properties disable the FPU and DSP on the CPU.
That is correct for the SSE-200 but not the SSE-300.
Give the SSE-300 its own Property array with the correct
SSE-300 specific settings:
* SSE-300 has only one CPU, so no CPU1* properties
* SSE-300 CPU has FPU and DSP
Buglink: https://bugs.launchpad.net/qemu/+bug/1923861
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210415182353.8173-1-peter.maydell@linaro.org
Diffstat (limited to 'qobject/json-writer.c')
0 files changed, 0 insertions, 0 deletions