[PATCH] target/i386/tcg: Fix masking of real-mode addresses with A20 bit

2022-05-25 Thread Stephen Michael Jothen
f the if statement. Signed-off-by: Stephen Michael Jothen --- target/i386/tcg/sysemu/excp_helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/i386/tcg/sysemu/excp_helper.c b/target/i386/tcg/sysemu/excp_helper.c index e1b6d88683..48feba7e75 100644 -

[PATCH] target/arm/hvf: Fix build failure due to missing cpregs.h header file

2022-05-25 Thread Stephen Michael Jothen
assert(!(ri->type & ARM_CP_NO_RAW)); Signed-off-by: Stephen Michael Jothen --- target/arm/hvf/hvf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/arm/hvf/hvf.c b/target/arm/hvf/hvf.c index 86710509d2..6ecf4669a0 100644 --- a/target/arm/hvf/hvf.c +++ b/target/arm/hvf/hvf