[Qemu-devel] [PATCH 0/2] target/mips: Two corrections

Aleksandar Markovic posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1540209445-28831-1-git-send-email-aleksandar.markovic@rt-rk.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora failed
Test docker-quick@centos7 passed
target/mips/translate.c | 42 +++++++++++++++++++++++++++++++++---------
1 file changed, 33 insertions(+), 9 deletions(-)
[Qemu-devel] [PATCH 0/2] target/mips: Two corrections
Posted by Aleksandar Markovic 7 years ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

This small series adds two corrections for issues reported recently.

Aleksandar Markovic (2):
  target/mips: Fix the title of translate.c
  target/mips: Fix decoding of ALIGN and DALIGN instructions

 target/mips/translate.c | 42 +++++++++++++++++++++++++++++++++---------
 1 file changed, 33 insertions(+), 9 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/2] target/mips: Two corrections
Posted by Philippe Mathieu-Daudé 7 years ago
On Mon, Oct 22, 2018 at 1:59 PM Aleksandar Markovic
<aleksandar.markovic@rt-rk.com> wrote:
>
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> This small series adds two corrections for issues reported recently.
>
> Aleksandar Markovic (2):
>   target/mips: Fix the title of translate.c
>   target/mips: Fix decoding of ALIGN and DALIGN instructions

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>