1e1e48792a
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>
6 lines
195 B
Makefile
6 lines
195 B
Makefile
TARGET_ARCH=ppc
|
|
TARGET_BIG_ENDIAN=y
|
|
TARGET_KVM_HAVE_GUEST_DEBUG=y
|
|
TARGET_XML_FILES= gdb-xml/power-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml
|
|
TARGET_NEED_FDT=y
|