mbox

[PULL] tricore patches for 2.3-rc2

Message ID 1427716009-15564-1-git-send-email-kbastian@mail.uni-paderborn.de
State New
Headers show

Pull-request

https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20150330

Message

Bastian Koppelmann March 30, 2015, 11:46 a.m. UTC
The following changes since commit 627f91b1f80fecc73d00727181a9ddb6162cc30e:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-03-28 10:10:04 +0000)

are available in the git repository at:

  https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20150330

for you to fetch changes up to f1fdaf552974ee2ef6ec1ba3cf1e18c2951533e1:

  target-tricore: fix CACHEA/I_POSTINC/PREINC using data register.. (2015-03-30 13:39:38 +0200)

----------------------------------------------------------------
TriCore bugfixes

----------------------------------------------------------------
Bastian Koppelmann (1):
      target-tricore: fix CACHEA/I_POSTINC/PREINC using data register..

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

Comments

Andreas Färber March 30, 2015, 4:34 p.m. UTC | #1
Hi Bastian,

Am 30.03.2015 um 13:46 schrieb Bastian Koppelmann:
> Bastian Koppelmann (1):
>       target-tricore: fix CACHEA/I_POSTINC/PREINC using data register..

FYI git-format-patch has a --numbered option that forces [PULL 1/1].

Cheers,
Andreas
Bastian Koppelmann March 30, 2015, 5:37 p.m. UTC | #2
On 03/30/2015 06:34 PM, Andreas Färber wrote:
> Hi Bastian,
>
> Am 30.03.2015 um 13:46 schrieb Bastian Koppelmann:
>> Bastian Koppelmann (1):
>>        target-tricore: fix CACHEA/I_POSTINC/PREINC using data register..
> FYI git-format-patch has a --numbered option that forces [PULL 1/1].
Thanks. I'll change it next time :). I didn't know this was necessary.

Cheers,
Bastian
Peter Maydell March 31, 2015, 9:55 a.m. UTC | #3
On 30 March 2015 at 12:46, Bastian Koppelmann
<kbastian@mail.uni-paderborn.de> wrote:
> The following changes since commit 627f91b1f80fecc73d00727181a9ddb6162cc30e:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-03-28 10:10:04 +0000)
>
> are available in the git repository at:
>
>   https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20150330
>
> for you to fetch changes up to f1fdaf552974ee2ef6ec1ba3cf1e18c2951533e1:
>
>   target-tricore: fix CACHEA/I_POSTINC/PREINC using data register.. (2015-03-30 13:39:38 +0200)
>
> ----------------------------------------------------------------
> TriCore bugfixes
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM