From: Greg Kurz <groug@kaod.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "David Gibson" <david@gibson.dropbear.id.au>,
"Cédric Le Goater" <clg@kaod.org>, qemu-ppc <qemu-ppc@nongnu.org>,
"QEMU Developers" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [Qemu-ppc] [PULL 00/43] ppc-for-4.0 queue 20190219
Date: Wed, 20 Feb 2019 16:43:12 +0100 [thread overview]
Message-ID: <20190220164312.574d48d6@bahia.lan> (raw)
In-Reply-To: <CAFEAcA9ZhMtkh+2CXYjsbYhj69iGgQzBwT2TFOriPgvDbOaPpw@mail.gmail.com>
On Tue, 19 Feb 2019 09:37:44 +0000
Peter Maydell <peter.maydell@linaro.org> wrote:
> On Mon, 18 Feb 2019 at 14:30, David Gibson <david@gibson.dropbear.id.au> wrote:
> >
> > The following changes since commit 1e36232994c8ad01774501d2e299deba3a2469af:
> >
> > Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190215' into staging (2019-02-15 11:12:14 +0000)
> >
> > are available in the Git repository at:
> >
> > git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190219
> >
> > for you to fetch changes up to 73e14c6a9cdefb94c01ea488f04e7fba7ac0dc5b:
> >
> > target/ppc: convert vmin* and vmax* to vector operations (2019-02-18 11:00:44 +1100)
> >
> > ----------------------------------------------------------------
> > ppc patch queue 2019-02-19
> >
> > Here's the next batch of ppc and spapr patches. Higlights are:
> >
> > * A bunch of improvements to TCG handling of vector instructions from
> > Richard Henderson and Marc Cave-Ayland
> >
> > * Cleanup to the XICS interrupt controller from Greg Kurz, removing
> > the special KVM subclasses which were a bad idea
> >
> > * Some refinements to the XIVE interrupt controller from Cédric Le
> > Goater
> >
> > * Fix from Fabiano Rosas for a really dumb buffer overflow in the
> > device tree code for memory hotplug
> >
> > * Code for allowing access to SPRs from the gdb stub from Fabiano
> > Rosas
> >
> > * Assorted minor fixes and cleanups
> >
>
> Applied, thanks.
>
> Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
> for any user-visible changes.
>
> ^^^ I notice the PowerPC section of the changelog is still pretty bare...
>
David,
I have an account. I'll start updating the wiki according to what was
actually merged up to this pull request.
> -- PMM
>
next prev parent reply other threads:[~2019-02-20 15:43 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-18 14:30 [Qemu-devel] [PULL 00/43] ppc-for-4.0 queue 20190219 David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 01/43] hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h" David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 02/43] spapr: Rename xics to intc in interrupt controller agnostic code David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 03/43] target/ppc: Enable reporting of SPRs to GDB David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 04/43] target/ppc: Fix msync to do what hardware does David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 05/43] spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error path David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 06/43] cuda: decrease time delay before raising VIA SR interrupt and remove fast path David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 07/43] spapr: Disallow unsupported kernel-irqchip settings David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 08/43] mac_newworld: change default NIC to sungem for mac99 machine David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 09/43] target/ppc: Remove some #if 0'ed code David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 10/43] ppc: fix crash during branch stepping David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 11/43] xive: Only set source type for LSIs David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 12/43] qdev: pass an Object * to qbus_set_hotplug_handler() David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 13/43] target/ppc: Disable ISA 2.06 PM instructions on POWER9 David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 14/43] spapr: fix out of bounds write in spapr_populate_drmem_v2 David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 15/43] spapr/irq: add an 'nr_irq' parameter to initialize the backend David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 16/43] spapr/irq: remove the XICS offset adjustment David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 17/43] xics: Explicitely call KVM ICP methods from the common code David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 18/43] xics: Handle KVM ICP reset " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 19/43] xics: Handle KVM ICP realize " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 20/43] spapr/irq: Use the base ICP class for KVM David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 21/43] xics: Drop the KVM ICP class David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 22/43] xics: Explicitely call KVM ICS methods from the common code David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 23/43] xics: Handle KVM ICS reset from the "simple" ICS code David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 24/43] xics: Handle KVM interrupt presentation from " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 25/43] spapr/irq: Use the "simple" ICS class for KVM David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 26/43] xics: Drop the KVM ICS class David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 27/43] target/ppc: convert VMX logical instructions to use vector operations David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 28/43] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 29/43] target/ppc: convert vspltis[bhw] " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 30/43] target/ppc: convert vsplt[bhw] " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 31/43] target/ppc: convert VSX logical operations to " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 32/43] target/ppc: convert xxspltib " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 33/43] target/ppc: convert xxspltw " David Gibson
2020-11-06 18:47 ` Peter Maydell
2020-11-06 19:44 ` Richard Henderson
2019-02-18 14:30 ` [Qemu-devel] [PULL 34/43] target/ppc: convert xxsel " David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 35/43] target/ppc: Pass integer to helper_mtvscr David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 36/43] target/ppc: Use helper_mtvscr for reset and gdb David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 37/43] target/ppc: Remove vscr_nj and vscr_sat David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 38/43] target/ppc: Add helper_mfvscr David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 39/43] target/ppc: Use mtvscr/mfvscr for vmstate David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 40/43] target/ppc: Add set_vscr_sat David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 41/43] target/ppc: Split out VSCR_SAT to a vector field David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 42/43] target/ppc: convert vadd*s and vsub*s to vector operations David Gibson
2019-02-18 14:30 ` [Qemu-devel] [PULL 43/43] target/ppc: convert vmin* and vmax* " David Gibson
2019-02-19 9:37 ` [Qemu-devel] [PULL 00/43] ppc-for-4.0 queue 20190219 Peter Maydell
2019-02-20 15:43 ` Greg Kurz [this message]
2019-02-20 15:49 ` [Qemu-devel] [Qemu-ppc] " Peter Maydell
2019-02-20 15:56 ` Cédric Le Goater
2019-02-20 16:02 ` Peter Maydell
2019-02-20 16:54 ` Greg Kurz
2019-02-21 1:05 ` David Gibson
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=20190220164312.574d48d6@bahia.lan \
--to=groug@kaod.org \
--cc=clg@kaod.org \
--cc=david@gibson.dropbear.id.au \
--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 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.