qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 7/9] target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/arm


From: Richard Henderson
Subject: Re: [PATCH 7/9] target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'
Date: Mon, 6 Feb 2023 08:59:14 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 2/6/23 02:17, Philippe Mathieu-Daudé wrote:
While dozens of files include "cpu.h", only 3 files require
these NVIC helper declarations.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  include/hw/intc/armv7m_nvic.h | 123 ++++++++++++++++++++++++++++++++++
  target/arm/cpu.c              |   4 +-
  target/arm/cpu.h              | 123 ----------------------------------
  target/arm/cpu_tcg.c          |   3 +
  target/arm/m_helper.c         |   3 +
  5 files changed, 132 insertions(+), 124 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]