Statistics
| Branch: | Revision:

root / target-xtensa @ 29d8ec7b

Name Size
  core-dc232b
  core-dc233c
  core-fsf
Makefile.objs 156 Bytes
core-dc232b.c 2.1 kB
core-dc233c.c 2.2 kB
core-fsf.c 2 kB
cpu-qom.h 3.2 kB
cpu.c 5 kB
cpu.h 14.1 kB
gdbstub.c 3 kB
helper.c 21.6 kB
helper.h 2.4 kB
op_helper.c 27.5 kB
overlay_tool.h 17.3 kB
translate.c 99.3 kB
xtensa-semi.c 9.7 kB

Latest revisions

# Date Author Comment
29d8ec7b 02/11/2014 02:55 pm Edgar E. Iglesias

exec: Make tb_invalidate_phys_addr input an AS

No functional change.

Reviewed-by: Peter Maydell <>
Signed-off-by: Edgar E. Iglesias <>

ebbfd5a0 11/08/2013 07:26 am Max Filippov

target-xtensa: add missing DEBUG section to dc233c config

This fixes missing debug feature opcodes of dc233c core variant.

Cc:
Signed-off-by: Max Filippov <>

ca529f8e 10/15/2013 04:23 pm Max Filippov

target-xtensa: add in_asm logging

Signed-off-by: Max Filippov <>

5cd8f621 10/10/2013 09:43 pm Richard Henderson

tcg: Move helper registration into tcg_context_init

No longer needs to be done on a per-target basis.

Signed-off-by: Richard Henderson <>

8cfd0495 09/02/2013 07:08 pm Richard Henderson

tcg: Change tcg_gen_exit_tb argument to uintptr_t

And update all users.

Reviewed-by: Aurelien Jarno <>
Signed-off-by: Richard Henderson <>

b1669e5e 09/02/2013 07:08 pm Richard Henderson

target: Include softmmu_exec.h where forgotten

Several targets forgot to include softmmu_exec.h, which would
break them with a header cleanup to follow.

Reviewed-by: Aurelien Jarno <>
Signed-off-by: Richard Henderson <>

bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

64160cd2 08/05/2013 04:06 pm Anthony Liguori

Merge remote-tracking branch 'filippov/tags/20130729-xtensa' into staging

xtensa queue 2013-07-29

  • filippov/tags/20130729-xtensa:
    target-xtensa: check register window inline
    target-xtensa: don't generate dead code to access invalid SRs
    tests/tcg/xtensa: Fix out-of-tree build...
0857a06e 07/29/2013 05:35 pm Max Filippov

target-xtensa: don't generate dead code to access invalid SRs

This fixes the following test failure caused by access to undefined SR:

qemu-system-xtensa -M sim -cpu dc232b -nographic -semihosting  -kernel ./test_sr.tst
QEMU 1.4.50 monitor - type 'help' for more information...
908c67fc 07/29/2013 05:35 pm Max Filippov

target-xtensa: check register window inline

This lowers time spent in helper_window_check as reported by perf top
from ~8% to ~0.15% accelerating register-intensive tests by ~20%.

Signed-off-by: Max Filippov <>

View revisions

Also available in: Atom