diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-03-12 19:03:02 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 14:08:26 -0700 |
| commit | 548a01650c9be153b352406cd4afb86cb350788e (patch) | |
| tree | 47c5377decab6e07de6de851f4b436e3ccd8730d /migration/file.c | |
| parent | 4705a71db5909ac5586e87397b2dece132b9e330 (diff) | |
| download | focaccia-qemu-548a01650c9be153b352406cd4afb86cb350788e.tar.gz focaccia-qemu-548a01650c9be153b352406cd4afb86cb350788e.zip | |
include/system: Move exec/ramblock.h to system/ramblock.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 'migration/file.c')
| -rw-r--r-- | migration/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/file.c b/migration/file.c index 7f11e26f5c..bb8031e3c7 100644 --- a/migration/file.c +++ b/migration/file.c @@ -6,7 +6,7 @@ */ #include "qemu/osdep.h" -#include "exec/ramblock.h" +#include "system/ramblock.h" #include "qemu/cutils.h" #include "qemu/error-report.h" #include "qapi/error.h" |