From 84c6499eb156f828af06563f43fe8a456d8bf56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 14 Feb 2019 16:22:45 +0100 Subject: qapi: make query-gic-capabilities depend on TARGET_ARM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster Message-Id: <20190214152251.2073-13-armbru@redhat.com> --- target/arm/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/arm') diff --git a/target/arm/monitor.c b/target/arm/monitor.c index 4cdd267..41b32b9 100644 --- a/target/arm/monitor.c +++ b/target/arm/monitor.c @@ -23,7 +23,7 @@ #include "qemu/osdep.h" #include "hw/boards.h" #include "kvm_arm.h" -#include "qapi/qapi-commands-misc.h" +#include "qapi/qapi-commands-target.h" static GICCapability *gic_cap_new(int version) { -- cgit v1.1