mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00

If an architecture adds support for KVM_CAP_SET_GUEST_DEBUG but QEMU does not have the necessary code, QEMU will fail to build after updating kernel headers. Avoid this by using a #define in config-target.h instead of KVM_CAP_SET_GUEST_DEBUG. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
130 B
Makefile
5 lines
130 B
Makefile
TARGET_ARCH=i386
|
|
TARGET_SUPPORTS_MTTCG=y
|
|
TARGET_NEED_FDT=y
|
|
TARGET_KVM_HAVE_GUEST_DEBUG=y
|
|
TARGET_XML_FILES= gdb-xml/i386-32bit.xml
|