All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Vijay Kilari <vijay.kilari@gmail.com>
Cc: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>,
	Julien Grall <julien.grall@linaro.org>, Tim Deegan <tim@xen.org>,
	Stefano Stabellini <stefano.stabellini@citrix.com>,
	xen-devel@lists.xenproject.org, Chen Baozi <baozich@gmail.com>
Subject: Re: [PATCH v3 00/15] xen/arm: Bug fixes for the vGIC
Date: Fri, 20 Feb 2015 10:44:13 +0000	[thread overview]
Message-ID: <1424429053.30924.184.camel@citrix.com> (raw)
In-Reply-To: <CALicx6scvuC9YRsaUmJEbQnLtK3_DNnGkVHEpX-zD41WN3LqcA@mail.gmail.com>

On Fri, 2015-02-20 at 15:56 +0530, Vijay Kilari wrote:
> On Fri, Feb 20, 2015 at 3:44 PM, Ian Campbell <ian.campbell@citrix.com> wrote:
> > On Thu, 2015-02-19 at 18:01 +0000, Julien Grall wrote:
> >> Based on the discussion, what about waiting until someone complain about
> >> GICv3 support on Xen 4.5?
> >
> > That sounds like a reasonable compromise.
> 
> If Xen 4.5 claims GICv3 support, then it is better to backport vgic-v3 patches.
> May be ThunderX is the only platform out there with GICv3 support.
> At some point of time we might require ThunderX support on 4.5 release.
> If you are going to backport only on-demand then it should be for now.

Is ThunderX going to be available to purchase before the 4.6 release in
the summer?

> 
> >
> > My potential backports list now contains:
> >
> > xen/arm: Bug fixes for the vGIC
> > -> 15 patch series, many of which are tagged for backport.
> >
> >  -> Julien: The list of GICv2 patches candidate for backporting are: #10, #11,
> >     #12, #13.
> > fed3569 xen/arm: vgic-v2: Correctly set GICD_TYPER.CPUNumber
> > 1fefa55 xen/arm: vgic-v2: Correctly handle RAZ/WI registers
> > 26ea82f xen/arm: vgic-v2: Take the lock when writing into GICD_CTLR
> > 10af92d xen/arm: vgic-v2: GICD_I{S, C}PENDR* are only word-accessible
> >
> >  -> Julien: Based on the discussion, what about waiting until someone complain about
> >     GICv3 support on Xen 4.5?
> > 8206d05 xen/arm: vgic-v3: Correctly set GICD_TYPER.IDbits
> > 834551b xen/arm: vgic-v3: Correctly set GICD_TYPER.CPUNumber
> > 5e6958a xen/arm: vgic-v3: Correctly handle RAZ/WI registers
> > cfef895 xen/arm: vgic-v3: Correctly implement read into GICR_NSACR
> > acf65e5 xen/arm: vgic-v3: Emulate correctly the re-distributor
> >
> >  -> Not tagged for backport:
> > 8d91d64 xen/arm: vgic-v3: Correctly handle GICD_CTLR
> > 4636e9f xen/arm: vgic-v3: Set stride during domain initialization
> > 196f4ef xen/arm: vgic-v3: Use a struct to describe contiguous rdist regions
> > b697071 xen/arm: vgic-v3: Clarify which distributor is used in the common emulation
> > a41d809 xen/arm: vgic: Drop iactive, ipend, pendsgi field
> > 98e7c60 xen/arm: gic-v3: Update some comments in the code
> >
> > Does that tally with what you intended?
> >
> > Ian.
> >
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xen.org
> > http://lists.xen.org/xen-devel

  reply	other threads:[~2015-02-20 10:44 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-16 14:50 [PATCH v3 00/15] xen/arm: Bug fixes for the vGIC Julien Grall
2015-02-16 14:50 ` [PATCH v3 01/15] xen/arm: vgic-v3: Correctly set GICD_TYPER.IDbits Julien Grall
2015-02-16 14:50 ` [PATCH v3 02/15] xen/arm: vgic-v3: Correctly set GICD_TYPER.CPUNumber Julien Grall
2015-02-16 14:50 ` [PATCH v3 03/15] xen/arm: vgic-v3: Correctly handle GICD_CTLR Julien Grall
2015-02-16 14:50 ` [PATCH v3 04/15] xen/arm: vgic-v3: Correctly handle RAZ/WI registers Julien Grall
2015-02-19 15:55   ` Ian Campbell
2015-02-16 14:50 ` [PATCH v3 05/15] xen/arm: vgic-v3: Correctly implement read into GICR_NSACR Julien Grall
2015-02-16 14:50 ` [PATCH v3 06/15] xen/arm: vgic-v3: Set stride during domain initialization Julien Grall
2015-02-19 15:58   ` Ian Campbell
2015-02-19 16:06     ` Julien Grall
2015-02-16 14:50 ` [PATCH v3 07/15] xen/arm: vgic-v3: Use a struct to describe contiguous rdist regions Julien Grall
2015-02-16 14:50 ` [PATCH v3 08/15] xen/arm: vgic-v3: Emulate correctly the re-distributor Julien Grall
2015-02-19 16:06   ` Ian Campbell
2015-02-16 14:50 ` [PATCH v3 09/15] xen/arm: vgic-v3: Clarify which distributor is used in the common emulation Julien Grall
2015-02-16 14:50 ` [PATCH v3 10/15] xen/arm: vgic-v2: Correctly set GICD_TYPER.CPUNumber Julien Grall
2015-02-16 14:50 ` [PATCH v3 11/15] xen/arm: vgic-v2: Correctly handle RAZ/WI registers Julien Grall
2015-02-19 16:07   ` Ian Campbell
2015-02-16 14:50 ` [PATCH v3 12/15] xen/arm: vgic-v2: Take the lock when writing into GICD_CTLR Julien Grall
2015-02-16 14:50 ` [PATCH v3 13/15] xen/arm: vgic-v2: GICD_I{S, C}PENDR* are only word-accessible Julien Grall
2015-02-16 14:50 ` [PATCH v3 14/15] xen/arm: vgic: Drop iactive, ipend, pendsgi field Julien Grall
2015-02-19 16:09   ` Ian Campbell
2015-02-19 16:15     ` Julien Grall
2015-02-16 14:50 ` [PATCH v3 15/15] xen/arm: gic-v3: Update some comments in the code Julien Grall
2015-02-19 16:09   ` Ian Campbell
2015-02-19 17:21 ` [PATCH v3 00/15] xen/arm: Bug fixes for the vGIC Ian Campbell
2015-02-19 17:34   ` Julien Grall
2015-02-19 17:48     ` Ian Campbell
2015-02-19 18:01       ` Julien Grall
2015-02-20 10:14         ` Ian Campbell
2015-02-20 10:26           ` Vijay Kilari
2015-02-20 10:44             ` Ian Campbell [this message]
2015-02-20 11:15               ` Julien Grall
2015-02-21  5:36                 ` Vijay Kilari
2015-02-20 11:22           ` Julien Grall

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=1424429053.30924.184.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Vijaya.Kumar@caviumnetworks.com \
    --cc=baozich@gmail.com \
    --cc=julien.grall@linaro.org \
    --cc=stefano.stabellini@citrix.com \
    --cc=tim@xen.org \
    --cc=vijay.kilari@gmail.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.