mbox

[PULL,0/2] tricore patches

Message ID 20190308095433.12116-1-kbastian@mail.uni-paderborn.de (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Bastian Koppelmann March 8, 2019, 9:54 a.m. UTC
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(-)

Comments

Peter Maydell March 9, 2019, 2:05 p.m. UTC | #1
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