From: George Dunlap <George.Dunlap@eu.citrix.com>
To: Julien Grall <julien.grall@arm.com>
Cc: Elena Ufimtseva <elena.ufimtseva@oracle.com>,
Kevin Tian <kevin.tian@intel.com>,
Stefano Stabellini <sstabellini@kernel.org>,
Feng Wu <feng.wu@intel.com>,
Jun Nakajima <jun.nakajima@intel.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Tim Deegan <tim@xen.org>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
Jan Beulich <jbeulich@suse.com>,
Paul Durrant <paul.durrant@citrix.com>,
Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>
Subject: Re: [PATCH v7 04/14] xen: Use a typesafe to define INVALID_GFN
Date: Tue, 12 Jul 2016 18:12:19 +0100 [thread overview]
Message-ID: <CAFLBxZZGS_mW-FvmaRBLLjaacMdiREf99n4FrWQaA=cxJZdpTA@mail.gmail.com> (raw)
In-Reply-To: <1468331975-27331-5-git-send-email-julien.grall@arm.com>
On Tue, Jul 12, 2016 at 2:59 PM, Julien Grall <julien.grall@arm.com> wrote:
> Also take the opportunity to convert arch/x86/debug.c to the typesafe gfn.
>
> Signed-off-by: Julien Grall <julien.grall@arm.com>
> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> Acked-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
mm/ bits:
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
Same thing regarding the shadow code.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-07-12 17:12 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-12 13:59 [PATCH v7 00/14] xen/arm: Use the typesafes gfn and mfn Julien Grall
2016-07-12 13:59 ` [PATCH v7 01/14] xen: Use the typesafe mfn and gfn in map_mmio_regions Julien Grall
2016-07-12 16:45 ` George Dunlap
2016-07-12 13:59 ` [PATCH v7 02/14] xen/passthrough: x86: Use INVALID_GFN rather than INVALID_MFN Julien Grall
2016-07-12 13:59 ` [PATCH v7 03/14] xen: Use a typesafe to define INVALID_MFN Julien Grall
2016-07-12 17:04 ` George Dunlap
2016-07-13 8:24 ` Tim Deegan
2016-07-13 0:11 ` Tian, Kevin
2016-07-12 13:59 ` [PATCH v7 04/14] xen: Use a typesafe to define INVALID_GFN Julien Grall
2016-07-12 17:12 ` George Dunlap [this message]
2016-07-13 0:13 ` Tian, Kevin
2016-07-12 13:59 ` [PATCH v7 05/14] xen/arm: Rework the interface of p2m_lookup and use typesafe gfn and mfn Julien Grall
2016-07-12 13:59 ` [PATCH v7 06/14] xen/arm: Rework the interface of p2m_cache_flush and use typesafe gfn Julien Grall
2016-07-12 13:59 ` [PATCH v7 07/14] xen/arm: map_regions_rw_cache: Map the region with p2m->default_access Julien Grall
2016-07-13 17:34 ` Stefano Stabellini
2016-07-12 13:59 ` [PATCH v7 08/14] xen/arm: dom0_build: Remove dead code in allocate_memory Julien Grall
2016-07-12 13:59 ` [PATCH v7 09/14] xen/arm: p2m: Remove unused operation ALLOCATE Julien Grall
2016-07-12 13:59 ` [PATCH v7 10/14] xen/arm: Use the typesafes mfn and gfn in map_dev_mmio_region Julien Grall
2016-07-13 17:37 ` Stefano Stabellini
2016-07-12 13:59 ` [PATCH v7 11/14] xen/arm: Use the typesafes mfn and gfn in map_regions_rw_cache Julien Grall
2016-07-12 13:59 ` [PATCH v7 12/14] xen/arm: p2m: Introduce helpers to insert and remove mapping Julien Grall
2016-07-13 17:51 ` Stefano Stabellini
2016-07-12 13:59 ` [PATCH v7 13/14] xen/arm: p2m: Use typesafe gfn for {max, lowest}_mapped_gfn Julien Grall
2016-07-12 13:59 ` [PATCH v7 14/14] xen/arm: p2m: Rework the interface of apply_p2m_changes and use typesafe Julien Grall
2016-07-13 17:50 ` Stefano Stabellini
2016-07-13 13:13 ` [PATCH v7 00/14] xen/arm: Use the typesafes gfn and mfn Andrew Cooper
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='CAFLBxZZGS_mW-FvmaRBLLjaacMdiREf99n4FrWQaA=cxJZdpTA@mail.gmail.com' \
--to=george.dunlap@eu.citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=boris.ostrovsky@oracle.com \
--cc=elena.ufimtseva@oracle.com \
--cc=feng.wu@intel.com \
--cc=jbeulich@suse.com \
--cc=julien.grall@arm.com \
--cc=jun.nakajima@intel.com \
--cc=kevin.tian@intel.com \
--cc=paul.durrant@citrix.com \
--cc=sstabellini@kernel.org \
--cc=suravee.suthikulpanit@amd.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).