From: Jan Beulich <jbeulich@suse.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: "Petre Pircalabu" <ppircalabu@bitdefender.com>,
"Tamas K Lengyel" <tamas@tklengyel.com>, "Wei Liu" <wl@xen.org>,
"Paul Durrant" <paul@xen.org>,
"Alexandru Isaila" <aisaila@bitdefender.com>,
"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
"Daniel de Graaf" <dgdegra@tycho.nsa.gov>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [Xen-devel] [PATCH v2 1/9] x86/HVM: reduce domain.h include dependencies
Date: Wed, 11 Mar 2020 16:22:07 +0100 [thread overview]
Message-ID: <d9a4c0fe-8a0b-d19d-edd5-227f69e669eb@suse.com> (raw)
In-Reply-To: <b296a252-a79c-8e61-c919-9ee4edef06be@citrix.com>
On 11.03.2020 14:09, Andrew Cooper wrote:
> On 10/03/2020 15:48, Jan Beulich wrote:
>> Drop #include-s not needed by the header itself. Put the ones needed
>> into whichever other files actually need them.
>>
>> Signed-off-by: Jan Beulich <jbeulich@suse.com>
>> ---
>> v2: Also make things build with XSM=y.
>
> Looking better, but still got problems.
>
> xen_pv_console.c: In function ‘pv_console_init’:
> xen_pv_console.c:51:37: error: ‘HVM_PARAM_CONSOLE_PFN’ undeclared (first
> use in this function)
> r = xen_hypercall_hvm_get_param(HVM_PARAM_CONSOLE_PFN, &raw_pfn);
> ^~~~~~~~~~~~~~~~~~~~~
>
> and
>
> shim.c: In function ‘pv_shim_fixup_e820’:
> shim.c:148:20: error: ‘HVM_PARAM_STORE_PFN’ undeclared (first use in
> this function)
> MARK_PARAM_RAM(HVM_PARAM_STORE_PFN);
Oh, so that's an XSM+shim config aiui; Among the sets of what
I regularly test I have only an XSM one and a shim one. The funs
of allowing too wide a variety of different configs ... In cases
like this series here I really don't see how one is supposed to
cover _all_ possible configs; randconfig builds won't help with
this unless one would let them run until they've covered all
possible ones.
Jan
_______________________________________________
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-11 15:22 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-10 15:46 [Xen-devel] [PATCH v2 0/9] x86: reduce include dependencies Jan Beulich
2020-03-10 15:48 ` [Xen-devel] [PATCH v2 1/9] x86/HVM: reduce domain.h " Jan Beulich
2020-03-10 16:11 ` Paul Durrant
2020-03-11 13:09 ` Andrew Cooper
2020-03-11 15:22 ` Jan Beulich [this message]
2020-03-13 9:39 ` Jan Beulich
2020-03-10 15:48 ` [Xen-devel] [PATCH v2 2/9] x86/HVM: reduce vcpu.h " Jan Beulich
2020-03-10 16:08 ` Paul Durrant
2020-03-10 15:49 ` [Xen-devel] [PATCH v2 3/9] x86/HVM: reduce vpt.h " Jan Beulich
2020-03-10 15:49 ` [Xen-devel] [PATCH v2 4/9] x86/HVM: reduce vpic.h " Jan Beulich
2020-03-10 15:50 ` [Xen-devel] [PATCH v2 5/9] x86/HVM: reduce vioapic.h " Jan Beulich
2020-03-10 15:50 ` [Xen-devel] [PATCH v2 6/9] x86/HVM: reduce vlapic.h " Jan Beulich
2020-03-10 15:51 ` [Xen-devel] [PATCH v2 7/9] x86/HVM: reduce io.h " Jan Beulich
2020-03-13 1:47 ` Tian, Kevin
2020-03-10 15:51 ` [Xen-devel] [PATCH v2 8/9] x86/HVM: reduce hvm.h " Jan Beulich
2020-03-10 16:13 ` Paul Durrant
2020-03-13 1:48 ` Tian, Kevin
2020-03-10 15:52 ` [Xen-devel] [PATCH v2 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=d9a4c0fe-8a0b-d19d-edd5-227f69e669eb@suse.com \
--to=jbeulich@suse.com \
--cc=aisaila@bitdefender.com \
--cc=andrew.cooper3@citrix.com \
--cc=dgdegra@tycho.nsa.gov \
--cc=paul@xen.org \
--cc=ppircalabu@bitdefender.com \
--cc=roger.pau@citrix.com \
--cc=tamas@tklengyel.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.