diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-03-12 12:31:54 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 14:08:21 -0700 |
| commit | dfc56946a70052136126f6a207f237af8032d74a (patch) | |
| tree | 622e01ef9356cca6e91d2a88187958f3e479fb9e /hw/vfio/container.c | |
| parent | 8be545ba5a315a9aaf7307f143a4a7926a6e605c (diff) | |
| download | focaccia-qemu-dfc56946a70052136126f6a207f237af8032d74a.tar.gz focaccia-qemu-dfc56946a70052136126f6a207f237af8032d74a.zip | |
include/system: Move exec/address-spaces.h to system/address-spaces.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 'hw/vfio/container.c')
| -rw-r--r-- | hw/vfio/container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/container.c b/hw/vfio/container.c index 1d1c5f9a77..2e993c7e73 100644 --- a/hw/vfio/container.c +++ b/hw/vfio/container.c @@ -23,7 +23,7 @@ #include <linux/vfio.h> #include "hw/vfio/vfio-common.h" -#include "exec/address-spaces.h" +#include "system/address-spaces.h" #include "system/memory.h" #include "exec/ram_addr.h" #include "qemu/error-report.h" |