summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGerd Hoffmann2021-10-14 21:36:17 +0200
committerGerd Hoffmann2021-11-02 17:24:17 +0100
commitf5918a992839454c6e87234760bdf7aee804aa33 (patch)
tree605cce368374fdff9be23b028f96979d093fc63f /configs
parentMAINTAINERS: add myself as partial audio reviewer (diff)
downloadqemu-f5918a992839454c6e87234760bdf7aee804aa33.tar.gz
qemu-f5918a992839454c6e87234760bdf7aee804aa33.tar.xz
qemu-f5918a992839454c6e87234760bdf7aee804aa33.zip
microvm: add device tree support.
Allows edk2 detect virtio-mmio devices and pcie ecam. See comment in hw/i386/microvm-dt.c for more details. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Sergio Lopez <slp@redhat.com> Message-Id: <20211014193617.2475578-1-kraxel@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/targets/i386-softmmu.mak1
-rw-r--r--configs/targets/x86_64-softmmu.mak1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/targets/i386-softmmu.mak b/configs/targets/i386-softmmu.mak
index 5babf71895..6b3c99fc86 100644
--- a/configs/targets/i386-softmmu.mak
+++ b/configs/targets/i386-softmmu.mak
@@ -1,3 +1,4 @@
TARGET_ARCH=i386
TARGET_SUPPORTS_MTTCG=y
+TARGET_NEED_FDT=y
TARGET_XML_FILES= gdb-xml/i386-32bit.xml
diff --git a/configs/targets/x86_64-softmmu.mak b/configs/targets/x86_64-softmmu.mak
index 75e42bc840..197817c943 100644
--- a/configs/targets/x86_64-softmmu.mak
+++ b/configs/targets/x86_64-softmmu.mak
@@ -1,4 +1,5 @@
TARGET_ARCH=x86_64
TARGET_BASE_ARCH=i386
TARGET_SUPPORTS_MTTCG=y
+TARGET_NEED_FDT=y
TARGET_XML_FILES= gdb-xml/i386-64bit.xml