From c834596f7916c3ec0719c1ab341186bae17ebba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Tue, 8 Sep 2020 17:55:29 +0200 Subject: hw/xen: Split x86-specific declaration from generic hardware ones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xen_hvm_init() is restricted to the X86 architecture. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20200908155530.249806-6-philmd@redhat.com> Signed-off-by: Paolo Bonzini --- stubs/xen-hw-stub.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stubs') diff --git a/stubs/xen-hw-stub.c b/stubs/xen-hw-stub.c index d14efef49e..2ea8190921 100644 --- a/stubs/xen-hw-stub.c +++ b/stubs/xen-hw-stub.c @@ -8,6 +8,7 @@ #include "qemu/osdep.h" #include "hw/xen/xen.h" +#include "hw/xen/xen-x86.h" void xenstore_store_pv_console_info(int i, Chardev *chr) { -- cgit v1.2.3