qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: "Laurent Vivier" <lvivier@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"Greg Kurz" <groug@kaod.org>, qemu-ppc <qemu-ppc@nongnu.org>,
	"Cédric Le Goater" <clg@kaod.org>
Subject: Re: [Qemu-devel] [Qemu-ppc] [PULL 00/25] ppc-for-3.0 queue 2018-06-22
Date: Sat, 23 Jun 2018 18:58:41 +1000	[thread overview]
Message-ID: <20180623085841.GM612@umbus.fritz.box> (raw)
In-Reply-To: <16faa15d-1351-265b-2b1f-3b7f0b1d5034@ilande.co.uk>

[-- Attachment #1: Type: text/plain, Size: 2748 bytes --]

On Sat, Jun 23, 2018 at 07:43:04AM +0100, Mark Cave-Ayland wrote:
> On 23/06/18 01:41, David Gibson wrote:
> 
> > On Fri, Jun 22, 2018 at 04:16:10PM +0100, Mark Cave-Ayland wrote:
> > 11;rgb:ffff/ffff/ffff> On 22/06/18 16:03, Peter Maydell wrote:
> > > 
> > > > On 22 June 2018 at 11:35, David Gibson <david@gibson.dropbear.id.au> wrote:
> > > > > The following changes since commit 46012db666990ff2eed1d3dc199ab8006439a93b:
> > > > > 
> > > > >     Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180619' into staging (2018-06-20 09:51:30 +0100)
> > > > > 
> > > > > are available in the Git repository at:
> > > > > 
> > > > >     git://github.com/dgibson/qemu.git tags/ppc-for-3.0-20180622
> > > > > 
> > > > > for you to fetch changes up to e5ca28ecab5c69b7578e22391a66c97c3979ffd8:
> > > > > 
> > > > >     spapr: Don't rewrite mmu capabilities in KVM mode (2018-06-22 14:19:07 +1000)
> > > > > 
> > > > > ----------------------------------------------------------------
> > > > > ppc patch queue 2018-06-22
> > > > > 
> > > > > Another assorted patch of patches for ppc and spapr.
> > > > >       * Rework of guest pagesize handling for ppc, which avoids guest
> > > > >         visibly different behaviour between accelerators
> > > > >       * A number of Pnv cleanups, working towards more complete POWER9
> > > > >         support
> > > > >       * Migration of VPA data, a significant bugfix
> > > > 
> > > > Applied, thanks.
> > > > 
> > > > -- PMM
> > > 
> > > Looks like this is missing the 2 Mac commits I submitted that David added to
> > > the PR this morning?
> > > 
> > > https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg06540.html
> > > https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg06536.html
> > > 
> > > David, did you forget to re-push the updated tag?
> > 
> > They just missed the window, sorry.  I merged them after I'd already
> > tagged and tested the pull request.
> 
> Okay, as long as you didn't forget them :)
> 
> My confusion came from the fact that the emails you sent for the PR
> yesterday contained my patches as patches 24 and 25, although they aren't
> included in the cover letter or the github tag.

Ah, right.  So I realized that bogus set of mails was the result of
pointing git send-email at a git range instead of the batch of mails
already prepared for the pull request.  Which meant for one they
weren't properly formatted for a PR, and also it included the couple
of patches of yours I'd applied after tagging the PR.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2018-06-23  9:39 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-22 10:35 [Qemu-devel] [PULL 00/25] ppc-for-3.0 queue 2018-06-22 David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 01/25] ppc/pnv: introduce a new intc_create() operation to the chip model David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 02/25] ppc/pnv: introduce a new isa_create() " David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 03/25] spapr_cpu_core: migrate per-CPU data David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 04/25] spapr_cpu_core: migrate VPA related state David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 05/25] ppc/pnv: introduce Pnv8Chip and Pnv9Chip models David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 06/25] ppc/pnv: consolidate the creation of the ISA bus device tree David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 07/25] target/ppc: Allow cpu compatiblity checks based on type, not instance David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 08/25] spapr: Compute effective capability values earlier David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 09/25] spapr: Add cpu_apply hook to capabilities David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 10/25] target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helper David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 11/25] spapr: split the IRQ allocation sequence David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 12/25] spapr: remove unused spapr_irq routines David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 13/25] fpu_helper.c: fix helper_fpscr_clrbit() function David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 14/25] sm501: Fix hardware cursor color conversion David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 15/25] ppc4xx_i2c: Remove unimplemented sdata and intr registers David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 16/25] ppc4xx_i2c: Implement directcntl register David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 17/25] target/ppc: Add missing opcode for icbt on PPC440 David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 18/25] pseries: Update SLOF firmware image to qemu-slof-20180621 David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 19/25] spapr: Maximum (HPT) pagesize property David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 20/25] spapr: Use maximum page size capability to simplify memory backend checking David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 21/25] target/ppc: Add ppc_hash64_filter_pagesizes() David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 22/25] spapr: Limit available pagesizes to provide a consistent guest environment David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 23/25] spapr: Don't rewrite mmu capabilities in KVM mode David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 24/25] mac_dbdma: only dump commands for debug enabled channels David Gibson
2018-06-22 10:35 ` [Qemu-devel] [PULL 25/25] mac_newworld: always enable disable_direct_reg3_writes for ADB machines David Gibson
2018-06-22 13:45 ` [Qemu-devel] [PULL 00/25] ppc-for-3.0 queue 2018-06-22 no-reply
2018-06-22 15:03 ` Peter Maydell
2018-06-22 15:16   ` [Qemu-devel] [Qemu-ppc] " Mark Cave-Ayland
2018-06-23  0:41     ` David Gibson
2018-06-23  6:43       ` Mark Cave-Ayland
2018-06-23  8:58         ` David Gibson [this message]

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=20180623085841.GM612@umbus.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=clg@kaod.org \
    --cc=groug@kaod.org \
    --cc=lvivier@redhat.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.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).