mbox

[PULL,0/1] tcg-mips queue

Message ID 20170506110333.11000-1-aurelien@aurel32.net
State New
Headers show

Pull-request

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

Message

Aurelien Jarno May 6, 2017, 11:03 a.m. UTC
The following changes since commit 12a95f320a36ef66f724a49bb05e4fb553ac5dbe:

  Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-04 13:44:32 +0100)

are available in the git repository at:

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

for you to fetch changes up to 2f5a5f5774d95baacf86c03aa8a77a2d0390f2b2:

  tcg/mips: fix field extraction opcode (2017-05-06 12:48:53 +0200)

----------------------------------------------------------------
Fix MIPS R2 hosts support

----------------------------------------------------------------

Aurelien Jarno (1):
  tcg/mips: fix field extraction opcode

 tcg/mips/tcg-target.inc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stefan Hajnoczi May 8, 2017, 5:07 p.m. UTC | #1
On Sat, May 06, 2017 at 01:03:32PM +0200, Aurelien Jarno wrote:
> The following changes since commit 12a95f320a36ef66f724a49bb05e4fb553ac5dbe:
> 
>   Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-04 13:44:32 +0100)
> 
> are available in the git repository at:
> 
>   git://git.aurel32.net/qemu.git tags/pull-tcg-mips-20170506
> 
> for you to fetch changes up to 2f5a5f5774d95baacf86c03aa8a77a2d0390f2b2:
> 
>   tcg/mips: fix field extraction opcode (2017-05-06 12:48:53 +0200)
> 
> ----------------------------------------------------------------
> Fix MIPS R2 hosts support
> 
> ----------------------------------------------------------------
> 
> Aurelien Jarno (1):
>   tcg/mips: fix field extraction opcode
> 
>  tcg/mips/tcg-target.inc.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> -- 
> 2.11.0
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan