qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, rth@twiddle.net
Subject: Re: [Qemu-devel] [PATCH 0/4] Add TriCore RCPW, RCRR, RCRW, RLC and RCR instructions
Date: Thu, 13 Nov 2014 17:08:59 +0000	[thread overview]
Message-ID: <5464E5AB.50603@mail.uni-paderborn.de> (raw)
In-Reply-To: <1415891174-1594-1-git-send-email-kbastian@mail.uni-paderborn.de>

On 11/13/2014 03:06 PM, Bastian Koppelmann wrote:
> Hi,
>
> this patch depends on the previous TriCore patches (https://patchwork.ozlabs.org/patch/405459/) and will hopefully end up in 2.3 QEMU.
> Other than adding the RCPW, RCRR, RCRW, RLC and RCR instructions, it cleans up how ISA versions in the feature bitmask are handled,
> to simplify the checks, when instructions are available.
>
> Thanks,
> Bastian
>
> Bastian Koppelmann (4):
>    target-tricore: Make TRICORE_FEATURES implying others.
>    target-tricore: Add instructions of RCPW, RCRR and RCRW opcode format
>    target-tricore: Add instructions of RLC opcode format
>    target-tricore: Add instructions of RCR opcode format
>
>   target-tricore/cpu.c             |   9 +
>   target-tricore/csfr.def          | 124 +++++++
>   target-tricore/helper.h          |  11 +
>   target-tricore/op_helper.c       | 203 +++++++++++
>   target-tricore/translate.c       | 744 ++++++++++++++++++++++++++++++++++++++-
>   target-tricore/tricore-opcodes.h |   4 +-
>   6 files changed, 1088 insertions(+), 7 deletions(-)
>   create mode 100644 target-tricore/csfr.def
>
> --
> 2.1.3
>
Ugh, I forgot to run checkpatch. I'll send a v2.

Cheers,
Bastian

      parent reply	other threads:[~2014-11-13 16:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13 15:06 [Qemu-devel] [PATCH 0/4] Add TriCore RCPW, RCRR, RCRW, RLC and RCR instructions Bastian Koppelmann
2014-11-13 15:06 ` [Qemu-devel] [PATCH 1/4] target-tricore: Make TRICORE_FEATURES implying others Bastian Koppelmann
2014-11-13 15:06 ` [Qemu-devel] [PATCH 2/4] target-tricore: Add instructions of RCPW, RCRR and RCRW opcode format Bastian Koppelmann
2014-11-13 15:06 ` [Qemu-devel] [PATCH 3/4] target-tricore: Add instructions of RLC " Bastian Koppelmann
2014-11-13 15:06 ` [Qemu-devel] [PATCH 4/4] target-tricore: Add instructions of RCR " Bastian Koppelmann
2014-11-13 17:08 ` Bastian Koppelmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5464E5AB.50603@mail.uni-paderborn.de \
    --to=kbastian@mail.uni-paderborn.de \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).