mbox

[PULL,0/2] Queued TCG patches

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

Pull-request

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

Message

Richard Henderson Sept. 2, 2015, 9:41 p.m. UTC
These two patches represent all of the backlog for tcg/* of
which I'm aware.  Please pull.


r~


The following changes since commit 090d0bfd948343d522cd20bc634105b5cfe2483b:

  s390: fix softmmu compilation (2015-08-28 16:05:24 +0100)

are available in the git repository at:

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

for you to fetch changes up to 08b0b23be639b955e5e3d84dc42fa4e5ce6a8728:

  tcg/i386: omit a few REXW prefixes in softmmu code (2015-09-02 14:24:10 -0700)

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

----------------------------------------------------------------
Aurelien Jarno (1):
      tcg/i386: omit a few REXW prefixes in softmmu code

Richard Henderson (1):
      tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0

 tcg/aarch64/tcg-target.c | 27 ++++++++++++++++++++-------
 tcg/i386/tcg-target.c    | 15 +++++++++------
 2 files changed, 29 insertions(+), 13 deletions(-)

Comments

Peter Maydell Sept. 3, 2015, 1:32 p.m. UTC | #1
On 2 September 2015 at 22:41, Richard Henderson <rth@twiddle.net> wrote:
> These two patches represent all of the backlog for tcg/* of
> which I'm aware.  Please pull.
>
>
> r~
>
>
> The following changes since commit 090d0bfd948343d522cd20bc634105b5cfe2483b:
>
>   s390: fix softmmu compilation (2015-08-28 16:05:24 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20150902
>
> for you to fetch changes up to 08b0b23be639b955e5e3d84dc42fa4e5ce6a8728:
>
>   tcg/i386: omit a few REXW prefixes in softmmu code (2015-09-02 14:24:10 -0700)
>
> ----------------------------------------------------------------
> queued tcg patches

Applied, thanks.

-- PMM