mbox

[PULL] tcg patch queue

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

Pull-request

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

Message

Richard Henderson June 18, 2014, 11:33 p.m. UTC
Just one patch queued up this last couple of weeks.


r~


The following changes since commit d279279e2b5cd40dbcc863fb66a695990f304077:

  target-mips: implement UserLocal Register (2014-06-18 18:10:47 +0200)

are available in the git repository at:

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

for you to fetch changes up to bc8d688ff3c164fa717a0411e77621d590c87e3f:

  tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBER (2014-06-18 11:39:02 -0700)

----------------------------------------------------------------
Richard Henderson (1):
      tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBER

 tcg/optimize.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Comments

Peter Maydell June 20, 2014, 3:18 p.m. UTC | #1
On 19 June 2014 00:33, Richard Henderson <rth@twiddle.net> wrote:
> Just one patch queued up this last couple of weeks.
>
>
> r~
>
>
> The following changes since commit d279279e2b5cd40dbcc863fb66a695990f304077:
>
>   target-mips: implement UserLocal Register (2014-06-18 18:10:47 +0200)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tcg-next
>
> for you to fetch changes up to bc8d688ff3c164fa717a0411e77621d590c87e3f:
>
>   tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBER (2014-06-18 11:39:02 -0700)
>

Applied, thanks.

-- PMM