]> Git Repo - qemu.git/commit - target/arm/cpu.h
target/arm: Allow M-profile CPUs to disable the DSP extension via CPU property
authorPeter Maydell <[email protected]>
Fri, 17 May 2019 17:40:44 +0000 (18:40 +0100)
committerPeter Maydell <[email protected]>
Mon, 17 Jun 2019 14:12:25 +0000 (15:12 +0100)
commitea90db0af67aabdf0abb65c418b8857d5359b6ea
tree8772905aa598727d819a661246d4384612a0af91
parent97a28b0eeac14a4a7326d583b745c555fa1f1da6
target/arm: Allow M-profile CPUs to disable the DSP extension via CPU property

Allow the DSP extension to be disabled via a CPU property for
M-profile CPUs. (A and R-profile CPUs don't have this extension
as a defined separate optional architecture extension, so
they don't need the property.)

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Message-id: 20190517174046[email protected]
target/arm/cpu.c
target/arm/cpu.h
This page took 0.025127 seconds and 4 git commands to generate.