All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v6 00/18] tcg queued patches
@ 2016-09-16 15:49 Richard Henderson
  2016-09-16 16:35 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2016-09-16 15:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

Not a good track record for this patch set...

Changes since v5: Fix a problem in the aarch64
part of the alignment patch.


r~


The following changes since commit ebc231d7daf1f41b23d8b6a6d1234800b86e5fe2:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20160915.0' into staging (2016-09-15 19:36:02 +0100)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-tcg-20160916

for you to fetch changes up to 34f939218ce78163171addd63750e1e0300376ab:

  tcg: Optimize fence instructions (2016-09-16 08:12:12 -0700)

----------------------------------------------------------------
tcg queued patches

----------------------------------------------------------------
Pranith Kumar (15):
      Introduce TCGOpcode for memory barrier
      tcg/i386: Add support for fence
      tcg/aarch64: Add support for fence
      tcg/arm: Add support for fence
      tcg/ia64: Add support for fence
      tcg/mips: Add support for fence
      tcg/ppc: Add support for fence
      tcg/s390: Add support for fence
      tcg/sparc: Add support for fence
      tcg/tci: Add support for fence
      target-alpha: Generate fence op
      target-arm: Generate fences in ARMv7 frontend
      target-aarch64: Generate fences for aarch64
      target-i386: Generate fences for x86
      tcg: Optimize fence instructions

Richard Henderson (3):
      tcg: Support arbitrary size + alignment
      tcg: Merge GETPC and GETRA
      cpu-exec: Check -dfilter for -d cpu

 cpu-exec.c                   |  3 +-
 cputlb.c                     |  6 ++--
 include/exec/exec-all.h      |  9 ++---
 softmmu_template.h           | 48 ++++++++-------------------
 target-alpha/translate.c     |  4 +--
 target-arm/helper.c          |  6 ++--
 target-arm/translate-a64.c   | 27 ++++++++++++++-
 target-arm/translate.c       |  4 +--
 target-i386/translate.c      |  8 +++++
 target-mips/op_helper.c      | 18 +++++-----
 tcg/README                   | 17 ++++++++++
 tcg/aarch64/tcg-target.inc.c | 35 ++++++++++++++++----
 tcg/arm/tcg-target.inc.c     | 37 +++++++++++++++++----
 tcg/i386/tcg-target.inc.c    | 36 +++++++++++++++-----
 tcg/ia64/tcg-target.inc.c    | 27 +++++++++++----
 tcg/mips/tcg-target.inc.c    | 41 +++++++++++++++++++++--
 tcg/optimize.c               | 39 ++++++++++++++++++++++
 tcg/ppc/tcg-target.inc.c     | 79 +++++++++++++++++++++++++++++---------------
 tcg/s390/tcg-target.inc.c    | 26 ++++++++++-----
 tcg/sparc/tcg-target.inc.c   | 29 +++++++++++++---
 tcg/tcg-op.c                 | 17 ++++++++++
 tcg/tcg-op.h                 |  2 ++
 tcg/tcg-opc.h                |  2 ++
 tcg/tcg.h                    | 68 ++++++++++++++++++++------------------
 tcg/tci/tcg-target.inc.c     |  3 ++
 tci.c                        |  4 +++
 translate-all.c              |  2 ++
 user-exec.c                  |  7 ++--
 28 files changed, 436 insertions(+), 168 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PULL v6 00/18] tcg queued patches
  2016-09-16 15:49 [Qemu-devel] [PULL v6 00/18] tcg queued patches Richard Henderson
@ 2016-09-16 16:35 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-09-16 16:35 UTC (permalink / raw)
  To: Richard Henderson; +Cc: QEMU Developers

On 16 September 2016 at 16:49, Richard Henderson <rth@twiddle.net> wrote:
> Not a good track record for this patch set...
>
> Changes since v5: Fix a problem in the aarch64
> part of the alignment patch.
>
>
> r~
>
>
> The following changes since commit ebc231d7daf1f41b23d8b6a6d1234800b86e5fe2:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20160915.0' into staging (2016-09-15 19:36:02 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20160916
>
> for you to fetch changes up to 34f939218ce78163171addd63750e1e0300376ab:
>
>   tcg: Optimize fence instructions (2016-09-16 08:12:12 -0700)
>
> ----------------------------------------------------------------
> tcg queued patches
>

Applied, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-16 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 15:49 [Qemu-devel] [PULL v6 00/18] tcg queued patches Richard Henderson
2016-09-16 16:35 ` Peter Maydell

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.