From: Jan Beulich <jbeulich@suse.com>
To: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Cc: "Andrew Cooper" <andrew.cooper3@citrix.com>,
"Wei Liu" <wl@xen.org>, "Roger Pau Monné" <roger.pau@citrix.com>
Subject: [Xen-devel] [PATCH 5/9] x86/HVM: reduce vioapic.h include dependencies
Date: Mon, 9 Mar 2020 13:08:36 +0100 [thread overview]
Message-ID: <44eb87d4-da48-16ca-e1d5-0513dbca2d35@suse.com> (raw)
In-Reply-To: <e0b6b003-18c6-56a0-f791-1ebd4172f5fc@suse.com>
Drop an #include not needed by the header itself. While verifyin the
header (now) builds standalone, I noticed an omission in a public header
which gets taken care of here as well.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/xen/include/asm-x86/hvm/vioapic.h
+++ b/xen/include/asm-x86/hvm/vioapic.h
@@ -25,7 +25,6 @@
#define __ASM_X86_HVM_VIOAPIC_H__
#include <xen/types.h>
-#include <xen/smp.h>
#include <public/hvm/save.h>
#define VIOAPIC_VERSION_ID 0x11 /* IOAPIC version */
--- a/xen/include/public/arch-x86/hvm/save.h
+++ b/xen/include/public/arch-x86/hvm/save.h
@@ -26,6 +26,8 @@
#ifndef __XEN_PUBLIC_HVM_SAVE_X86_H__
#define __XEN_PUBLIC_HVM_SAVE_X86_H__
+#include "../../xen.h"
+
/*
* Save/restore header: general info about the save file.
*/
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev parent reply other threads:[~2020-03-09 12:08 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-09 12:04 [Xen-devel] [PATCH 0/9] x86: reduce include dependencies Jan Beulich
2020-03-09 12:06 ` [Xen-devel] [PATCH 1/9] x86/HVM: reduce domain.h " Jan Beulich
2020-03-09 13:33 ` Andrew Cooper
2020-03-09 13:52 ` Jan Beulich
2020-03-09 14:22 ` Jan Beulich
2020-03-09 12:07 ` [Xen-devel] [PATCH 2/9] x86/HVM: reduce vcpu.h " Jan Beulich
2020-03-09 12:07 ` [Xen-devel] [PATCH 3/9] x86/HVM: reduce vpt.h " Jan Beulich
2020-03-09 12:08 ` [Xen-devel] [PATCH 4/9] x86/HVM: reduce vpic.h " Jan Beulich
2020-03-09 12:08 ` Jan Beulich [this message]
2020-03-09 12:09 ` [Xen-devel] [PATCH 6/9] x86/HVM: reduce vlapic.h " Jan Beulich
2020-03-09 12:10 ` [Xen-devel] [PATCH 7/9] x86/HVM: reduce io.h " Jan Beulich
2020-03-09 12:11 ` [Xen-devel] [PATCH 8/9] x86/HVM: reduce hvm.h " Jan Beulich
2020-03-09 12:11 ` [Xen-devel] [PATCH 9/9] x86: reduce mce.h " Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44eb87d4-da48-16ca-e1d5-0513dbca2d35@suse.com \
--to=jbeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=roger.pau@citrix.com \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.