diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-03-12 12:49:38 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 14:08:21 -0700 |
| commit | 91a853837da22e35d140471058e5d73dbfa87707 (patch) | |
| tree | ff9f3ed012f3e4c7e09763b89fc8dff69ce190a8 /monitor/hmp-cmds.c | |
| parent | dfc56946a70052136126f6a207f237af8032d74a (diff) | |
| download | focaccia-qemu-91a853837da22e35d140471058e5d73dbfa87707.tar.gz focaccia-qemu-91a853837da22e35d140471058e5d73dbfa87707.zip | |
include/system: Move exec/ioport.h to system/ioport.h
Convert the existing includes with sed. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'monitor/hmp-cmds.c')
| -rw-r--r-- | monitor/hmp-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/hmp-cmds.c b/monitor/hmp-cmds.c index 8ddcdd76c1..74a0f56566 100644 --- a/monitor/hmp-cmds.c +++ b/monitor/hmp-cmds.c @@ -15,7 +15,7 @@ #include "qemu/osdep.h" #include "system/address-spaces.h" -#include "exec/ioport.h" +#include "system/ioport.h" #include "exec/gdbstub.h" #include "gdbstub/enums.h" #include "monitor/hmp.h" |