mbox

[PULL,v2,for-1.6,0/3] tcg-next patch queue

Message ID 1374866742-27515-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

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

Message

Richard Henderson July 26, 2013, 7:25 p.m. UTC
This is ping 3 for this pull request.  Re-sending with more
tags in the subject, and rebased vs today's master, just to
be sure.


r~


The following changes since commit 003e26bc9f7c4f5cd90e046ae112c1d09363b8d1:

  Merge remote-tracking branch 'mdroth/qga-pull-2013-7-25' into staging (2013-07-25 15:58:29 -0500)

are available in the git repository at:


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

for you to fetch changes up to 2038b3f9f9d1eca12048de88d705ec5827bc02b3:

  tcg: Remove temp_buf (2013-07-26 08:36:34 -1000)

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

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

Richard Henderson (1):
      tcg: Remove temp_buf

 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(-)

Comments

Anthony Liguori July 26, 2013, 7:35 p.m. UTC | #1
Had just applied the previous one FWIW.

Sorry for the delay.

Regards,

Anthony Liguori

On Fri, Jul 26, 2013 at 2:25 PM, Richard Henderson <rth@twiddle.net> wrote:
> This is ping 3 for this pull request.  Re-sending with more
> tags in the subject, and rebased vs today's master, just to
> be sure.
>
>
> r~
>
>
> The following changes since commit 003e26bc9f7c4f5cd90e046ae112c1d09363b8d1:
>
>   Merge remote-tracking branch 'mdroth/qga-pull-2013-7-25' into staging (2013-07-25 15:58:29 -0500)
>
> are available in the git repository at:
>
>
>   git://github.com/rth7680/qemu.git tcg-next
>
> for you to fetch changes up to 2038b3f9f9d1eca12048de88d705ec5827bc02b3:
>
>   tcg: Remove temp_buf (2013-07-26 08:36:34 -1000)
>
> ----------------------------------------------------------------
> Claudio Fontana (1):
>       tcg/aarch64: implement ldst 12bit scaled uimm offset
>
> Jani Kokkonen (1):
>       tcg/aarch64: Implement tlb lookup fast path
>
> Richard Henderson (1):
>       tcg: Remove temp_buf
>
>  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(-)
>