]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add "_S" suffix to the secure version of a sysreg
authorAbdallah Bouassida <abdallah.bouassida@lauterbach.com>
Fri, 18 May 2018 16:48:07 +0000 (17:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 18 May 2018 16:48:07 +0000 (17:48 +0100)
commit9c513e786d85cc58b8ba56a482566f759e0835b6
tree7c0bc8d69c2de66cf7d855225d0a25ba5488034b
parent1f16378718fa87d63f70d0797f4546a88d8e3dd7
target/arm: Add "_S" suffix to the secure version of a sysreg

This is a preparation for the coming feature of creating dynamically an XML
description for the ARM sysregs.
Add "_S" suffix to the secure version of sysregs that have both S and NS views
Replace (S) and (NS) by _S and _NS for the register that are manually defined,
so all the registers follow the same convention.

Signed-off-by: Abdallah Bouassida <abdallah.bouassida@lauterbach.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1524153386-3550-3-git-send-email-abdallah.bouassida@lauterbach.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c