On Mon, 6 Feb 2023 at 22:35, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > Missing review: 1-3, 5, 9-10 > > Few cleanups while using link properties between CPU/NVIC: > - Simplify ID_PFR1 on useremu > - Move NVIC helpers to "hw/intc/armv7m_nvic.h" > > Since v1: addressed Richard's reviews > - Do not restrict v7-M MMU helpers to TCG sysemu since they can be > used for user-emu. Hardcode ARMMMUIdx_MUser > - Convert CPUARMState::eabi to boolean > - Split 'Restrict nvic to sysemu and store as NVICState' in 3 patches > - Dropped following (RFC) patches: > - neg_prio_requested / unrealized property problem > - use object_property_add_const_link()
Applied to target-arm.next, thanks. -- PMM