All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: David Vrabel <david.vrabel@citrix.com>, xen-devel@lists.xenproject.org
Subject: Re: [PATCH 2/2] xen/grant-table: remove support for V2 tables
Date: Fri, 11 Jul 2014 11:52:19 -0400	[thread overview]
Message-ID: <53C00833.7060202@oracle.com> (raw)
In-Reply-To: <1404296729-23606-3-git-send-email-david.vrabel@citrix.com>

On 07/02/2014 06:25 AM, David Vrabel wrote:
> Since 11c7ff17c9b6dbf3a4e4f36be30ad531a6cf0ec9 (xen/grant-table: Force
> to use v1 of grants.) the code for V2 grant tables is not used.
>
> Signed-off-by: David Vrabel <david.vrabel@citrix.com>
> ---


>   }
>   
>   #ifdef CONFIG_XEN_PVH
> diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c
> index eeba754..c254ae0 100644
> --- a/drivers/xen/grant-table.c
> +++ b/drivers/xen/grant-table.c
> @@ -69,7 +69,6 @@ struct grant_frames xen_auto_xlat_grant_frames;
>   
>   static union {
>   	struct grant_entry_v1 *v1;
> -	union grant_entry_v2 *v2;
>   	void *addr;
>   } gnttab_shared;

Since we are getting rid of v2, do we need to keep version-specific data 
structures?

-boris

  parent reply	other threads:[~2014-07-11 15:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-02 10:25 [PATCHv1 0/2] xen/grant-table: fix PV guests and remove V2 support David Vrabel
2014-07-02 10:25 ` [PATCH 1/2] x86/xen: safely map and unmap grant frames when in atomic context David Vrabel
2014-07-11 16:28   ` Konrad Rzeszutek Wilk
2014-07-02 10:25 ` [PATCH 2/2] xen/grant-table: remove support for V2 tables David Vrabel
2014-07-08 17:10   ` Konrad Rzeszutek Wilk
2014-07-08 17:51     ` David Vrabel
2014-07-11 15:52   ` Boris Ostrovsky [this message]
2014-07-11 16:28   ` Konrad Rzeszutek Wilk
2014-07-04 10:59 ` [PATCHv1 0/2] xen/grant-table: fix PV guests and remove V2 support Paul Durrant
2014-07-04 11:55   ` David Vrabel
2014-07-04 12:01     ` Paul Durrant
2014-07-04 12:21       ` David Vrabel
2014-07-04 12:32         ` Paul Durrant

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=53C00833.7060202@oracle.com \
    --to=boris.ostrovsky@oracle.com \
    --cc=david.vrabel@citrix.com \
    --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.