[Qemu-devel] [PULL 0/1] tcg-mips queue

Aurelien Jarno posted 1 patch 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170506110333.11000-1-aurelien@aurel32.net
Test checkpatch passed
Test docker passed
Test s390x passed
tcg/mips/tcg-target.inc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] tcg-mips queue
Posted by Aurelien Jarno 6 years, 11 months ago
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


Re: [Qemu-devel] [PULL 0/1] tcg-mips queue
Posted by Stefan Hajnoczi 6 years, 11 months ago
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