From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>,
Tim Deegan <tim@xen.org>, Doug Goldstein <cardoe@cardoe.com>,
Xen-devel <xen-devel@lists.xen.org>
Subject: Re: [PATCH] x86: Convert shadow-paging to Kconfig
Date: Tue, 19 Jan 2016 13:33:40 +0000 [thread overview]
Message-ID: <569E3B34.4020100@citrix.com> (raw)
In-Reply-To: <569E47E002000078000C88B0@prv-mh.provo.novell.com>
On 19/01/16 13:27, Jan Beulich wrote:
>>>> On 18.01.16 at 19:40, <andrew.cooper3@citrix.com> wrote:
>> --- a/xen/arch/x86/mm/shadow/Makefile
>> +++ b/xen/arch/x86/mm/shadow/Makefile
>> @@ -1,4 +1,4 @@
>> -ifeq ($(shadow-paging),y)
>> +ifdef CONFIG_SHADOW_PAGING
>> obj-y += common.o guest_2.o guest_3.o guest_4.o
>> else
>> obj-y += none.o
> Why didn't you retain the ifeq? The way it's now, accidental
> definition of the macro elsewhere would alter behavior. In fact
> I think the better thing here would be to change this to purely
> list model:
>
> obj-y := none.o
> obj-$(CONFIG_SHADOW_PAGING) := common.o guest_2.o guest_3.o guest_4.o
>
> Not sure why I didn't do that right when making this configurable...
none.o must not be linked if !CONFIG_SHADOW_PAGING.
It was cleanest to retain the existing structure.
~Andrew
next prev parent reply other threads:[~2016-01-19 13:33 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-18 18:40 [PATCH] x86: Convert shadow-paging to Kconfig Andrew Cooper
2016-01-18 22:53 ` Doug Goldstein
2016-01-19 9:46 ` Ian Campbell
2016-01-19 13:23 ` Jan Beulich
2016-01-19 13:30 ` Andrew Cooper
2016-01-19 13:38 ` Jan Beulich
2016-01-19 13:47 ` Andrew Cooper
2016-01-19 13:39 ` Andrew Cooper
2016-01-19 13:50 ` Ian Campbell
2016-01-19 13:54 ` Andrew Cooper
2016-01-19 13:46 ` Tim Deegan
2016-01-19 13:51 ` Andrew Cooper
2016-01-19 13:27 ` Jan Beulich
2016-01-19 13:33 ` Andrew Cooper [this message]
2016-01-19 13:39 ` Jan Beulich
-- strict thread matches above, loose matches on Subject: below --
2016-01-29 18:20 Andrew Cooper
2016-01-29 21:46 ` Doug Goldstein
2016-02-01 9:54 ` Tim Deegan
2016-02-02 11:39 ` George Dunlap
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=569E3B34.4020100@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=JBeulich@suse.com \
--cc=cardoe@cardoe.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).