On 5/13/25 10:39 AM, Philippe Mathieu-Daudé wrote:
In order to allow non-target specific code to include
"hvf_arm.h", define the stubs in hvf-stub.c.
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
MAINTAINERS | 1 +
target/arm/hvf_arm.h | 16 ----------------
target/arm/hvf-stub.c | 20 ++++++++++++++++++++
target/arm/meson.build | 1 +
4 files changed, 22 insertions(+), 16 deletions(-)
create mode 100644 target/arm/hvf-stub.c
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>