Re: [Qemu-devel] [PULL 0/3] Queued TCG patches

2017-07-03 Thread Peter Maydell
On 30 June 2017 at 20:09, Richard Henderson  wrote:
> None of my TCGTemp patches for now; I'm still trying to understand
> how they might (or might not) conflict with multi-threaded code gen
> for TCG.
>
>
> r~
>
>
> The following changes since commit 82d76dc7fc19a5eb9f731d7faed1792bb97214e0:
>
>   Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into 
> staging (2017-06-30 16:29:51 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20170603
>
> for you to fetch changes up to f3ced3c59287dabc253f83f0c70aa4934470c15e:
>
>   tcg: consistently access cpu->tb_jmp_cache atomically (2017-06-30 11:40:59 
> -0700)
>
> 
> Queued TCG patches
>

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/3] Queued TCG patches

2017-06-30 Thread Richard Henderson
None of my TCGTemp patches for now; I'm still trying to understand
how they might (or might not) conflict with multi-threaded code gen
for TCG.


r~


The following changes since commit 82d76dc7fc19a5eb9f731d7faed1792bb97214e0:

  Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into 
staging (2017-06-30 16:29:51 +0100)

are available in the git repository at:

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

for you to fetch changes up to f3ced3c59287dabc253f83f0c70aa4934470c15e:

  tcg: consistently access cpu->tb_jmp_cache atomically (2017-06-30 11:40:59 
-0700)


Queued TCG patches


Emilio G. Cota (3):
  gen-icount: add missing inline to gen_tb_end
  gen-icount: use tcg_ctx.tcg_env instead of cpu_env
  tcg: consistently access cpu->tb_jmp_cache atomically

 include/exec/gen-icount.h | 12 +++-
 include/qom/cpu.h | 11 ++-
 accel/tcg/cputlb.c|  4 ++--
 accel/tcg/translate-all.c | 26 --
 qom/cpu.c |  5 +
 5 files changed, 32 insertions(+), 26 deletions(-)



Re: [Qemu-devel] [PULL 0/3] Queued tcg patches

2013-07-23 Thread Richard Henderson
Ping.


r~

On 07/15/2013 12:25 PM, Richard Henderson wrote:
 The following are the outstanding TCG patches (that I know of)
 that have been previously posted and reviewed.  Please pull.
 
 
 r~
 
 
 The following changes since commit 2562becfc126ed7678c662ee23b7c1fe135d8966:
 
   Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging 
 (2013-07-15 14:02:41 -0500)
 
 are available in the git repository at:
 
 
   git://github.com/rth7680/qemu.git tcg-next
 
 for you to fetch changes up to f290e4988dd8eb012de0517a1ff93df130e87da1:
 
   Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next 
 (2013-07-15 13:21:10 -0700)
 
 
 
 Claudio Fontana (1):
   tcg/aarch64: implement ldst 12bit scaled uimm offset
 
 Jani Kokkonen (1):
   tcg/aarch64: Implement tlb lookup fast path
 
 Richard Henderson (2):
   tcg: Remove temp_buf
   Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
 
  configure|   2 +-
  include/exec/cpu-defs.h  |   2 -
  include/exec/exec-all.h  |  14 +++
  tcg/aarch64/tcg-target.c | 256 
 +--
  4 files changed, 218 insertions(+), 56 deletions(-)
 




[Qemu-devel] [PULL 0/3] Queued tcg patches

2013-07-15 Thread Richard Henderson

The following are the outstanding TCG patches (that I know of)
that have been previously posted and reviewed.  Please pull.


r~


The following changes since commit 2562becfc126ed7678c662ee23b7c1fe135d8966:

  Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging 
(2013-07-15 14:02:41 -0500)

are available in the git repository at:


  git://github.com/rth7680/qemu.git tcg-next

for you to fetch changes up to f290e4988dd8eb012de0517a1ff93df130e87da1:

  Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next 
(2013-07-15 13:21:10 -0700)



Claudio Fontana (1):
  tcg/aarch64: implement ldst 12bit scaled uimm offset

Jani Kokkonen (1):
  tcg/aarch64: Implement tlb lookup fast path

Richard Henderson (2):
  tcg: Remove temp_buf
  Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next

 configure|   2 +-
 include/exec/cpu-defs.h  |   2 -
 include/exec/exec-all.h  |  14 +++
 tcg/aarch64/tcg-target.c | 256 +--
 4 files changed, 218 insertions(+), 56 deletions(-)