mbox

[PULL,0/3] TCG MIPS queue

Message ID 1442788762-10496-1-git-send-email-aurelien@aurel32.net
State New
Headers show

Pull-request

git://git.aurel32.net/qemu.git tags/pull-tcg-mips-20150921

Message

Aurelien Jarno Sept. 20, 2015, 10:39 p.m. UTC
The following changes since commit b12a84ce3c27e42c8f51c436aa196938d5cc2c71:

  cocoa: Suppress Cocoa window with -display (2015-09-18 18:33:02 +0100)

are available in the git repository at:

  git://git.aurel32.net/qemu.git tags/pull-tcg-mips-20150921

for you to fetch changes up to 81dfaf1a8f7f95259801da9732472f879023ef77:

  tcg/mips: pass oi to tcg_out_tlb_load (2015-09-19 11:53:15 +0200)

----------------------------------------------------------------
TCG MIPS queue

- Fixes for 64-bit guests
- Small cleanups

----------------------------------------------------------------
Aurelien Jarno (2):
  tcg/mips: move tcg_out_addsub2
  tcg/mips: pass oi to tcg_out_tlb_load

James Hogan (1):
  tcg/mips: Fix clobbering of qemu_ld inputs

 tcg/mips/tcg-target.c | 144 ++++++++++++++++++++++++--------------------------
 1 file changed, 69 insertions(+), 75 deletions(-)

Comments

Peter Maydell Sept. 21, 2015, 9:03 p.m. UTC | #1
On 20 September 2015 at 15:39, Aurelien Jarno <aurelien@aurel32.net> wrote:
> The following changes since commit b12a84ce3c27e42c8f51c436aa196938d5cc2c71:
>
>   cocoa: Suppress Cocoa window with -display (2015-09-18 18:33:02 +0100)
>
> are available in the git repository at:
>
>   git://git.aurel32.net/qemu.git tags/pull-tcg-mips-20150921
>
> for you to fetch changes up to 81dfaf1a8f7f95259801da9732472f879023ef77:
>
>   tcg/mips: pass oi to tcg_out_tlb_load (2015-09-19 11:53:15 +0200)
>
> ----------------------------------------------------------------
> TCG MIPS queue
>
> - Fixes for 64-bit guests
> - Small cleanups
>
> ----------------------------------------------------------------
> Aurelien Jarno (2):
>   tcg/mips: move tcg_out_addsub2
>   tcg/mips: pass oi to tcg_out_tlb_load
>
> James Hogan (1):
>   tcg/mips: Fix clobbering of qemu_ld inputs
>
>  tcg/mips/tcg-target.c | 144 ++++++++++++++++++++++++--------------------------
>  1 file changed, 69 insertions(+), 75 deletions(-)

Applied, thanks.

-- PMM