From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: stefano.stabellini@eu.citrix.com
Cc: jeremy@goop.org, xen-devel@lists.xensource.com,
linux-kernel@vger.kernel.org
Subject: Re: [Xen-devel] [PATCH v5 2/2] xen: modify kernel mappings corresponding to granted pages
Date: Thu, 29 Sep 2011 09:55:59 -0400 [thread overview]
Message-ID: <20110929135558.GA31321@phenom.oracle.com> (raw)
In-Reply-To: <1317293876-23891-2-git-send-email-stefano.stabellini@eu.citrix.com>
> /* Xen machine address */
> @@ -31,8 +32,10 @@ typedef struct xpaddr {
> #define INVALID_P2M_ENTRY (~0UL)
> #define FOREIGN_FRAME_BIT (1UL<<(BITS_PER_LONG-1))
> #define IDENTITY_FRAME_BIT (1UL<<(BITS_PER_LONG-2))
> +#define GRANT_FRAME_BIT (1UL<<(BITS_PER_LONG-3))
I am going to change that to (BITS_PER_LONG-1) as we aren't
using the P2M. (and add that comment in the file).
And both patches are now in 3.2 queue.
next prev parent reply other threads:[~2011-09-29 13:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-29 10:56 [PATCH v5 0/2] xen: modify kernel mappings corresponding to granted pages Stefano Stabellini
2011-09-29 10:57 ` [PATCH v5 1/2] xen: add an "highmem" parameter to alloc_xenballooned_pages stefano.stabellini
2011-09-29 10:57 ` [PATCH v5 2/2] xen: modify kernel mappings corresponding to granted pages stefano.stabellini
2011-09-29 13:55 ` Konrad Rzeszutek Wilk [this message]
2011-09-29 13:58 ` [Xen-devel] " Stefano Stabellini
2011-09-29 14:18 ` Ian Campbell
2011-09-29 14:53 ` Stefano Stabellini
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=20110929135558.GA31321@phenom.oracle.com \
--to=konrad.wilk@oracle.com \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stefano.stabellini@eu.citrix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox