diff options
author | Paolo Bonzini | 2020-10-28 12:36:57 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-12-10 18:15:18 +0100 |
commit | 2c65db5e58d2c74921077f6c064ba4c91ebde16a (patch) | |
tree | 2f17d8e6b60cbb621521f2d534dc851e069fd31b /hw/sparc | |
parent | hmp: introduce cmd_available (diff) | |
download | qemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.tar.gz qemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.tar.xz qemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.zip |
vl: extract softmmu/datadir.c
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sparc')
-rw-r--r-- | hw/sparc/leon3.c | 1 | ||||
-rw-r--r-- | hw/sparc/sun4m.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/sparc/leon3.c b/hw/sparc/leon3.c index 1c50b02f81..4bc4ebea84 100644 --- a/hw/sparc/leon3.c +++ b/hw/sparc/leon3.c @@ -27,6 +27,7 @@ #include "qemu/error-report.h" #include "qapi/error.h" #include "qemu-common.h" +#include "qemu/datadir.h" #include "cpu.h" #include "hw/irq.h" #include "qemu/timer.h" diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c index 0f9cd2bf52..8686371318 100644 --- a/hw/sparc/sun4m.c +++ b/hw/sparc/sun4m.c @@ -25,6 +25,7 @@ #include "qemu/osdep.h" #include "qemu/units.h" #include "qapi/error.h" +#include "qemu/datadir.h" #include "qemu-common.h" #include "cpu.h" #include "hw/sysbus.h" |