]> www.infradead.org Git - users/dwmw2/qemu.git/commit
kconfig: allow compiling out QEMU device tree code per target
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 May 2024 12:13:46 +0000 (14:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 May 2024 13:45:15 +0000 (15:45 +0200)
commit1935b7ead18dbcbf459dbe7a8fd4253fbe1ed4d0
treeb9b4ead6229ed347134b9b74cd822a0933316953
parent7a6f3343b6f140c945b62a972b36d22efa14bdba
kconfig: allow compiling out QEMU device tree code per target

Introduce a new Kconfig symbol, CONFIG_DEVICE_TREE, that specifies whether
to include the common device tree code in system/device_tree.c and to
link to libfdt.  For now, include it unconditionally if libfdt is
available.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Kconfig.host
hw/core/Kconfig
hw/core/meson.build
include/monitor/hmp.h
include/sysemu/device_tree.h
meson.build
monitor/hmp-cmds.c
system/device_tree-stub.c [new file with mode: 0644]
system/device_tree.c
system/meson.build