qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Max Filippov <jcmvbkbc@gmail.com>
Subject: [Qemu-devel] [PULL 00/15] target/xtensa: preparation for FLIX support
Date: Mon,  1 Oct 2018 11:18:58 -0700	[thread overview]
Message-ID: <20181001181858.21086-1-jcmvbkbc@gmail.com> (raw)

Hi Peter,

please pull the following series that rearranges target/xtensa code in
preparation for FLIX support.
The following changes since commit c5e4e49258e9b89cb34c085a419dd9f862935c48:

  Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' into staging (2018-09-25 16:47:35 +0100)

are available in the git repository at:

  git://github.com/OSLL/qemu-xtensa.git tags/20181001-xtensa

for you to fetch changes up to d74624e59a6087ccf233843b936aedc9f8a8050a:

  target/xtensa: extract gen_check_interrupts call (2018-10-01 11:08:36 -0700)

----------------------------------------------------------------
target/xtensa: preparation for FLIX support

Separate generation of per-instruction code (such as raising exceptions
and terminating TB) from per-opcode code.

----------------------------------------------------------------
Max Filippov (15):
      target/xtensa: extract test for an illegal instruction
      target/xtensa: extract test for privileged instruction
      target/xtensa: extract test for syscall instruction
      target/xtensa: extract test for debug exception
      target/xtensa: extract test for window overflow exception
      target/xtensa: extract test for window underflow exception
      target/xtensa: extract test for alloca exception
      target/xtensa: extract test for cpdisabled exception
      target/xtensa: extract test for division by zero
      target/xtensa: extract unconditional TB termination
      target/xtensa: change SR number checks to assertions
      target/xtensa: always end TB on CCOUNT access/CCOMPARE write
      target/xtensa: extract unconditional TB termination via slot 0
      target/xtensa: make rsr/wsr helpers return void
      target/xtensa: extract gen_check_interrupts call

 target/xtensa/cpu.h       |   37 +-
 target/xtensa/helper.c    |    6 +
 target/xtensa/helper.h    |    2 +
 target/xtensa/op_helper.c |   73 +-
 target/xtensa/translate.c | 2673 +++++++++++++++++++++++++++++----------------
 5 files changed, 1817 insertions(+), 974 deletions(-)

Thanks.
-- Max

             reply	other threads:[~2018-10-01 18:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-01 18:18 Max Filippov [this message]
2018-10-02  8:43 ` [Qemu-devel] [PULL 00/15] target/xtensa: preparation for FLIX support Peter Maydell

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=20181001181858.21086-1-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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).