This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-11-24 03:59:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
81c9b06ea0
xemu
/
configs
/
targets
/
i386-softmmu.mak
5 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
default-configs: use TARGET_ARCH key Replace the individual TARGET_*=y lines with TARGET_ARCH, similar to how TARGET_BASE_ARCH is handled already. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-09-21 09:11:01 +00:00
TARGET_ARCH
=
i386
configure: remove target configuration The config-target.mak files are small constant, we can therefore just write them down explicitly. This removes a pretty large part of the configure script, including the whole logic to detect which accelerators are supported by each target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-09-21 08:37:49 +00:00
TARGET_SUPPORTS_MTTCG
=
y
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>
2021-10-14 19:36:17 +00:00
TARGET_NEED_FDT
=
y
configure: remove target configuration The config-target.mak files are small constant, we can therefore just write them down explicitly. This removes a pretty large part of the configure script, including the whole logic to detect which accelerators are supported by each target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-09-21 08:37:49 +00:00
TARGET_XML_FILES
=
gdb-xml/i386-32bit.xml
Reference in New Issue
Copy Permalink