* [Qemu-devel] [PULL 0/5] target-xtensa queue 2014-12-17
@ 2014-12-17 3:05 Max Filippov
2014-12-17 19:22 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2014-12-17 3:05 UTC (permalink / raw)
To: qemu-devel; +Cc: Peter Maydell, Max Filippov
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PULL 0/5] target-xtensa queue 2014-12-17
2014-12-17 3:05 [Qemu-devel] [PULL 0/5] target-xtensa queue 2014-12-17 Max Filippov
@ 2014-12-17 19:22 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2014-12-17 19:22 UTC (permalink / raw)
To: Max Filippov; +Cc: QEMU Developers
On 17 December 2014 at 03:05, Max Filippov <jcmvbkbc@gmail.com> wrote:
> 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.
>
> ----------------------------------------------------------------
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-17 19:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 3:05 [Qemu-devel] [PULL 0/5] target-xtensa queue 2014-12-17 Max Filippov
2014-12-17 19:22 ` Peter Maydell
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).