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 0/5] target-xtensa queue 2014-12-17
Date: Wed, 17 Dec 2014 06:05:15 +0300	[thread overview]
Message-ID: <1418785515-21585-1-git-send-email-jcmvbkbc@gmail.com> (raw)

Hi Peter,

please pull my current target-xtensa queue.
The following changes since commit d86fb03469e016af4e54f04efccbc20a8afa3e19:

  Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into staging (2014-12-16 16:52:42 +0000)

are available in the git repository at:

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

for you to fetch changes up to 97e89ee914411384dcda771d38bf89f13726d71e:

  target-xtensa: don't generate dead code (2014-12-17 05:49:32 +0300)

----------------------------------------------------------------
Xtensa updates for 2.3:

- fix cross-page opcode handling;
- move window overflow exception generation decision to translation phase;
- don't generate dead code after privilege, window overflow or coprocessor
  exception;
- add monitor command 'info opcount' for dumping TCG opcode counters.

----------------------------------------------------------------
Max Filippov (5):
      tcg: add separate monitor command to dump opcode counters
      target-xtensa: fix translation for opcodes crossing page boundary
      target-xtensa: test cross-page opcode
      target-xtensa: record available window in TB flags
      target-xtensa: don't generate dead code

 include/exec/cpu-all.h      |   1 +
 monitor.c                   |  12 +
 target-xtensa/cpu.h         |  12 +
 target-xtensa/helper.h      |   2 +-
 target-xtensa/op_helper.c   |  29 +-
 target-xtensa/translate.c   | 688 +++++++++++++++++++++++---------------------
 tcg/tcg.c                   |  12 +-
 tcg/tcg.h                   |   1 +
 tests/tcg/xtensa/test_mmu.S |  26 +-
 translate-all.c             |   5 +
 10 files changed, 426 insertions(+), 362 deletions(-)

-- 
1.8.1.4

             reply	other threads:[~2014-12-17  3:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-17  3:05 Max Filippov [this message]
2014-12-17 19:22 ` [Qemu-devel] [PULL 0/5] target-xtensa queue 2014-12-17 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=1418785515-21585-1-git-send-email-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).