Statistics
| Branch: | Revision:

root / tests @ e4aeadcb

Name Size
  alpha
  cris
  lm32
  xtensa
Makefile 3.5 kB
hello-arm.c 3.1 kB
hello-i386.c 574 Bytes
hello-mips.c 1.6 kB
linux-test.c 12.7 kB
pi_10.com 54 Bytes
runcom.c 4.9 kB
sha1.c 7.4 kB
test-arm-iwmmxt.s 779 Bytes
test-i386-code16.S 1.3 kB
test-i386-muldiv.h 2.1 kB
test-i386-shift.h 4.7 kB
test-i386-ssse3.c 1.8 kB
test-i386-vm86.S 1.8 kB
test-i386.c 70.1 kB
test-i386.h 3.4 kB
test-mmap.c 12.4 kB
test_path.c 4.7 kB
testthread.c 1019 Bytes

Latest revisions

# Date Author Comment
e4aeadcb 12/09/2011 12:10 pm Chen Wei-Ren

tests/qruncom.c: Remove libqemu.a example

Remove libqemu example since libqemu.a is not available anymore.

Reviewed-by: Peter Maydell <>
Signed-off-by: Chen Wei-Ren <>
Signed-off-by: Stefan Hajnoczi <>

e7764a46 12/09/2011 12:09 pm Chen Wei-Ren

tests/Makefile: Remove qruncom target

Remove qruncom target from the Makefile file.

Reviewed-by: Peter Maydell <>
Signed-off-by: Chen Wei-Ren <>
Signed-off-by: Stefan Hajnoczi <>

45658076 12/02/2011 12:50 pm Dong Xu Wang

fix spelling in tests sub directory

Signed-off-by: Dong Xu Wang <>
Signed-off-by: Stefan Hajnoczi <>

5e408573 10/16/2011 01:40 pm Max Filippov

target-xtensa: rename dc232b board to sim

This is to get aligned with the linux name for this machine.

Signed-off-by: Max Filippov <>
Signed-off-by: Blue Swirl <>

e7e9af5c 10/16/2011 12:03 am Max Filippov

target-xtensa: add MAC16 unit tests

Signed-off-by: Max Filippov <>
Signed-off-by: Blue Swirl <>

890c6333 10/16/2011 12:03 am Max Filippov

target-xtensa: fix guest hang on masked CCOMPARE interrupt

QEMU timer is used to post CCOMPARE interrupt when the core is halted.
If that CCOMPARE interrupt is masked off then the timer must be rearmed
in the callback, otherwise it will be rearmed next time the core goes to...

b2bedb21 09/16/2011 04:25 pm Stefan Weil

Remove blanks before \n in output strings

Those blanks violate the coding conventions, see
scripts/checkpatch.pl.

Blanks missing after colons in the changed lines were added.

This patch does not try to fix tabs, long lines and other
problems in the changed lines, therefore checkpatch.pl reports...

7d890b40 09/10/2011 07:57 pm Max Filippov

target-xtensa: add regression testsuite

Signed-off-by: Max Filippov <>
Signed-off-by: Blue Swirl <>

541dc0d4 09/03/2011 01:45 pm Stefan Weil

Use new macro QEMU_PACKED for packed structures

Most changes were made using these commands:

git grep -la '__attribute__((packed))'|xargs perl -pi -e 's/__attribute__\(\(packed\)\)/QEMU_PACKED/'
git grep -la '__attribute__ ((packed))'|xargs perl -pi -e 's/__attribute__ \(\(packed\)\)/QEMU_PACKED/'...

6d8a764e 09/01/2011 12:34 pm Lluís

trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*

Provides a more hierarchical view of the variable domain.

Also adds the CONFIG_TRACE_* variables for all backends.

[Stefan added missing 'test' in stap if statement]

Signed-off-by: Lluís Vilanova <>...

View revisions

Also available in: Atom