Branch: refs/heads/master Home: https://github.com/qemu/qemu Commit: e73c4443473107ddf11ad3a7fea5bef2001ee802 https://github.com/qemu/qemu/commit/e73c4443473107ddf11ad3a7fea5bef2001ee802 Author: Peter Maydell <peter.mayd...@linaro.org> Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths: M target/arm/cpu64.c Log Message: ----------- target/arm: Fix ID_MMFR4 value on AArch64 'max' CPU In commit 41a4bf1feab098da4cd the added code to set the CNP field in ID_MMFR4 for the AArch64 'max' CPU had a typo where it used the wrong variable name, resulting in ID_MMFR4 fields AC2, XNX and LSM being wrong. Fix the typo. Fixes: 41a4bf1feab098da4cd Reported-by: Laurent Desnogues <laurent.desnog...@gmail.com> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.igles...@xilinx.com> Reviewed-by: Laurent Desnogues <laurent.desnog...@gmail.com> Message-id: 20200422124501.28015-1-peter.mayd...@linaro.org Commit: ee573f5326046223b6eef4ae7fbfec31d274e093 https://github.com/qemu/qemu/commit/ee573f5326046223b6eef4ae7fbfec31d274e093 Author: Peter Maydell <peter.mayd...@linaro.org> Date: 2020-04-22 (Wed, 22 Apr 2020) Changed paths: M VERSION Log Message: ----------- Update version for v5.0.0-rc4 release Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> Compare: https://github.com/qemu/qemu/compare/7769c23774d1...ee573f532604