Mailing List Archive

[xen master] x86: add missing headers in hypercall.h
commit cd78188af59eaa999cd104e7b504ae38b350e4aa
Author: Wei Liu <liuwe@microsoft.com>
AuthorDate: Thu Sep 19 14:04:00 2019 +0100
Commit: Wei Liu <wl@xen.org>
CommitDate: Wed Dec 4 10:31:25 2019 +0000

x86: add missing headers in hypercall.h

Include asm_defns.h because ASM_CALL_CONSTRAINT is defined there.

Include xen/lib.h because we need ASSERT_UNREACHABLE.

No functional change.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
---
xen/include/asm-x86/guest/hypercall.h | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/xen/include/asm-x86/guest/hypercall.h b/xen/include/asm-x86/guest/hypercall.h
index d548816b30..d0d2f5022d 100644
--- a/xen/include/asm-x86/guest/hypercall.h
+++ b/xen/include/asm-x86/guest/hypercall.h
@@ -23,6 +23,8 @@

#include <xen/types.h>

+#include <asm/asm_defns.h>
+
#include <public/xen.h>
#include <public/sched.h>
#include <public/hvm/hvm_op.h>
@@ -180,6 +182,8 @@ static inline long xen_hypercall_set_evtchn_upcall_vector(

#else /* CONFIG_XEN_GUEST */

+#include <xen/lib.h>
+
#include <public/sched.h>

static inline void xen_hypercall_console_write(
--
generated by git-patchbot for /home/xen/git/xen.git#master