Statistics
| Branch: | Revision:

root / tests / tcg / test-i386.c @ 5e954943

History | View | Annotate | Download (70.2 kB)

# Date Author Comment
1b99f83e 02/19/2013 01:03 am Paolo Bonzini

test-i386: make it compile with a recent gcc

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Richard Henderson <>

40475087 02/19/2013 01:03 am Paolo Bonzini

test-i386: QEMU_PACKED is not defined here

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Richard Henderson <>

1de7afc9 12/19/2012 09:32 am Paolo Bonzini

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

49cdaea1 10/27/2012 05:37 pm Catalin Patulea

tests/tcg: fix a few warnings

Signed-off-by: Catalin Patulea <>
Signed-off-by: Blue Swirl <>

f62cb1b6 10/19/2012 09:40 pm Catalin Patulea

tests/tcg: fix build

This broke when the tests were moved from tests/ to tests/tcg/.

On x86_64 host/i386-linux-user non-kvm guest, test-i386 and test-mmap are broken, but at least they build.

To build/run the tests:
$ cd $BUILD_PATH/tests/tcg
$ SRC_PATH=path/to/qemu make <target>...

c09015dd 01/12/2012 06:03 pm Anthony Liguori

tests: mv tests/* -> tests/tcg

Signed-off-by: Anthony Liguori <>
Signed-off-by: Anthony Liguori <>