Re: [Qemu-devel] [PATCHv5] tests/tcg: fix build

2012-10-19 Thread Aurelien Jarno
On Tue, Oct 16, 2012 at 04:00:23PM -0400, Catalin Patulea wrote: > 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

Re: [Qemu-devel] [PATCHv5] tests/tcg: fix build

2012-10-16 Thread Peter Maydell
On 16 October 2012 21:00, Catalin Patulea wrote: > 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

[Qemu-devel] [PATCHv5] tests/tcg: fix build

2012-10-16 Thread Catalin Patulea
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 Signed-off-by: Catalin Patulea --- This ve