[Qemu-devel] [PULL 0/2] tricore patches

Bastian Koppelmann posted 2 patches 6 years, 8 months ago
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190308095433.12116-1-kbastian@mail.uni-paderborn.de
Maintainers: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target/tricore/translate.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/2] tricore patches
Posted by Bastian Koppelmann 6 years, 8 months ago
The following changes since commit 6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6:

  Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-03-07 16:16:02 +0000)

are available in the Git repository at:

  https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-2019-03-08

for you to fetch changes up to d1c1d88ce6fd768cb98cd7af81b1b23ac9fe168d:

  tricore: fixed RCR_CADDN instruction (2019-03-08 10:00:59 +0100)

----------------------------------------------------------------
Fixes mixed up operands in CADDN and CADD

----------------------------------------------------------------
David Brenken (2):
      tricore: fixed RCR_CADD instruction
      tricore: fixed RCR_CADDN instruction

 target/tricore/translate.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
-- 
2.21.0


Re: [Qemu-devel] [PULL 0/2] tricore patches
Posted by Peter Maydell 6 years, 8 months ago
On Fri, 8 Mar 2019 at 09:59, Bastian Koppelmann
<kbastian@mail.uni-paderborn.de> wrote:
>
> The following changes since commit 6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6:
>
>   Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-03-07 16:16:02 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-2019-03-08
>
> for you to fetch changes up to d1c1d88ce6fd768cb98cd7af81b1b23ac9fe168d:
>
>   tricore: fixed RCR_CADDN instruction (2019-03-08 10:00:59 +0100)
>
> ----------------------------------------------------------------
> Fixes mixed up operands in CADDN and CADD
>
> ----------------------------------------------------------------
> David Brenken (2):
>       tricore: fixed RCR_CADD instruction
>       tricore: fixed RCR_CADDN instruction
>
>  target/tricore/translate.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> --

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM