From: David Gibson <david@gibson.dropbear.id.au>
To: Laurent Vivier <lvivier@redhat.com>
Cc: peter.maydell@linaro.org, groug@kaod.org,
mark.cave-ayland@ilande.co.uk, qemu-ppc@nongnu.org,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180212
Date: Tue, 13 Feb 2018 09:11:04 +1100 [thread overview]
Message-ID: <20180212221104.GI11634@umbus.fritz.box> (raw)
In-Reply-To: <d54c87e3-6919-2834-82a2-aab319d94b04@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2772 bytes --]
On Mon, Feb 12, 2018 at 07:46:21PM +0100, Laurent Vivier wrote:
> On 12/02/2018 04:40, David Gibson wrote:
> > The following changes since commit c7b02d7d032d6022060e4b393827c963c93ce63f:
> >
> > Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-090218-1' into staging (2018-02-09 16:12:34 +0000)
> >
> > are available in the Git repository at:
> >
> > git://github.com/dgibson/qemu.git tags/ppc-for-2.12-20180212
> >
> > for you to fetch changes up to 51f233ec92cdab7030cb7407dd7f009911c805b0:
> >
> > misc: introduce new mos6522 VIA device and enable it for ppc builds (2018-02-11 10:18:52 +1100)
> >
> > ----------------------------------------------------------------
> > ppc patch queue 2018-02-12
> >
> > Here's the accumulatead ppc and pseries related patches for the last
> > while. Highlights are:
> > * A number of Macintosh / CUDA cleanups from Mark Cave-Ayland
> > * An important bug fix (missing "break;") for
> > H_GET_CPU_CHARACTERISTICS
> > * Yet another fix for SMT mode handling
> > * Assorted other cleanups and fixes
> >
> > ----------------------------------------------------------------
> > Daniel Henrique Barboza (1):
> > hw/ppc: rename functions in comments
> >
> > Greg Kurz (1):
> > spapr: add missing break in h_get_cpu_characteristics()
> >
> > Laurent Vivier (1):
> > spapr: set vsmt to MAX(8, smp_threads)
> >
> > Mark Cave-Ayland (9):
> > cuda: do not use old_mmio accesses
> > cuda: don't allow writes to port output pins
> > cuda: introduce CUDAState parameter to get_counter()
> > cuda: rename frequency property to tb_frequency
> > cuda: minor cosmetic tidy-ups to get_next_irq_time()
> > cuda: don't call cuda_update() when writing to ACR register
> > cuda: set timer 1 frequency property to CUDA_TIMER_FREQ
> > cuda: factor out timebase-derived counter value and load time
> > misc: introduce new mos6522 VIA device and enable it for ppc builds
>
> David, following patches from Mark's series are missing in your pull
> request, is that normal?
I don't know about normal, but it's expected. I didn't get around to
reviewing and merging those last few patches of his before preparing
the pull request. They'll be in the next one.
>
> cuda: convert to use the shared mos6522 device
> ppc: move CUDAState and other CUDA-related definitions into separate
> cuda.h file
> cuda: convert to trace-events
>
> Thanks,
> Laurent
>
--
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 --]
prev parent reply other threads:[~2018-02-12 22:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-12 3:40 [Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180212 David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 01/12] spapr: add missing break in h_get_cpu_characteristics() David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 02/12] hw/ppc: rename functions in comments David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 03/12] cuda: do not use old_mmio accesses David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 04/12] cuda: don't allow writes to port output pins David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 05/12] spapr: set vsmt to MAX(8, smp_threads) David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 06/12] cuda: introduce CUDAState parameter to get_counter() David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 07/12] cuda: rename frequency property to tb_frequency David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 08/12] cuda: minor cosmetic tidy-ups to get_next_irq_time() David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 09/12] cuda: don't call cuda_update() when writing to ACR register David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 10/12] cuda: set timer 1 frequency property to CUDA_TIMER_FREQ David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 11/12] cuda: factor out timebase-derived counter value and load time David Gibson
2018-02-12 3:40 ` [Qemu-devel] [PULL 12/12] misc: introduce new mos6522 VIA device and enable it for ppc builds David Gibson
2018-02-12 17:40 ` [Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180212 Peter Maydell
2018-02-12 18:46 ` Laurent Vivier
2018-02-12 22:11 ` 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=20180212221104.GI11634@umbus.fritz.box \
--to=david@gibson.dropbear.id.au \
--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).