diff options
author | Richard Henderson | 2022-04-28 05:48:41 +0200 |
---|---|---|
committer | Richard Henderson | 2022-06-28 01:05:06 +0200 |
commit | c89a14ad2c2be24f786d80d33362279f5de61c74 (patch) | |
tree | 57fcebee8327373bd6e190af3c5022e790ea97a3 /target/mips | |
parent | Merge tag 'pull-target-arm-20220627' of https://git.linaro.org/people/pmaydel... (diff) | |
download | qemu-c89a14ad2c2be24f786d80d33362279f5de61c74.tar.gz qemu-c89a14ad2c2be24f786d80d33362279f5de61c74.tar.xz qemu-c89a14ad2c2be24f786d80d33362279f5de61c74.zip |
semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
We have a subdirectory for semihosting; move this file out of exec.
Rename to emphasize the contents are a replacement for the functions
in linux-user/bsd-user uaccess.c.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/tcg/sysemu/mips-semi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/tcg/sysemu/mips-semi.c b/target/mips/tcg/sysemu/mips-semi.c index b4a383ae90..6d6296e709 100644 --- a/target/mips/tcg/sysemu/mips-semi.c +++ b/target/mips/tcg/sysemu/mips-semi.c @@ -21,7 +21,7 @@ #include "cpu.h" #include "qemu/log.h" #include "exec/helper-proto.h" -#include "exec/softmmu-semi.h" +#include "semihosting/softmmu-uaccess.h" #include "semihosting/semihost.h" #include "semihosting/console.h" |