All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Jan Beulich <JBeulich@novell.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] linux-2.6.18/x86_64: remove an	 inapplicable feature flag
Date: Wed, 03 Nov 2010 08:35:51 -0400	[thread overview]
Message-ID: <4CD15727.5080400@goop.org> (raw)
In-Reply-To: <4CD135CC02000078000205E1@vpn.id2.novell.com>

On 11/03/2010 05:13 AM, Jan Beulich wrote:
>>>> On 03.11.10 at 09:59, "Jan Beulich" <JBeulich@novell.com> wrote:
>> Signed-off-by: Jan Beulich <jbeulich@novell.com>
>>
>> --- a/arch/x86_64/kernel/head-xen.S
>> +++ b/arch/x86_64/kernel/head-xen.S
>> @@ -206,6 +206,6 @@
>> 	ELFNOTE(Xen, XEN_ELFNOTE_ENTRY,          .quad,  startup_64)
>>  	ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, .quad,  hypercall_page)
>>  	ELFNOTE(Xen, XEN_ELFNOTE_L1_MFN_VALID,   .quad,  
>> _PAGE_PRESENT,_PAGE_PRESENT)
>> -	ELFNOTE(Xen, XEN_ELFNOTE_FEATURES,       .asciz, "writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel")
>> +	ELFNOTE(Xen, XEN_ELFNOTE_FEATURES,       .asciz, "writable_page_tables|writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel")
>>  	ELFNOTE(Xen, XEN_ELFNOTE_LOADER,         .asciz, "generic")
>>  	ELFNOTE(Xen, XEN_ELFNOTE_SUSPEND_CANCEL, .long,  1)
> If the flag was removed from the pv-ops 64-bit kernel too, we could
> even start warning about inapplicable flags in hypervisor/tools.
>
> What puzzles me more though is that the pv-ops kernel requires
> the writable_page_tables feature. Why is that?

It did in the very early days, but it hasn't used it since converting to
PV MMU (couldn't, since it doesn't exist any more).  It lists
"!writable_page_table", which I read as meaning "writable page tables
not supported"; does it actually mean "must"?

    J

  reply	other threads:[~2010-11-03 12:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-03  8:59 [PATCH] linux-2.6.18/x86_64: remove an inapplicable feature flag Jan Beulich
2010-11-03  9:13 ` Jan Beulich
2010-11-03 12:35   ` Jeremy Fitzhardinge [this message]
2010-11-03 14:04     ` Jan Beulich
2010-11-03 14:50       ` Ian Campbell

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=4CD15727.5080400@goop.org \
    --to=jeremy@goop.org \
    --cc=JBeulich@novell.com \
    --cc=xen-devel@lists.xensource.com \
    /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.