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

2012-10-16 Thread Peter Maydell
On 16 October 2012 20:57, Catalin Patulea wrote: > On Tue, Oct 16, 2012 at 3:54 PM, Peter Maydell > wrote: >> This patch isn't in the right format to apply, I'm afraid. >> Major problem: >> * missing signed-off-by line: we can't accept any patch >>without one >> Minor problem: >> * the act

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

2012-10-16 Thread Catalin Patulea
On Tue, Oct 16, 2012 at 3:54 PM, Peter Maydell wrote: > This patch isn't in the right format to apply, I'm afraid. > Major problem: > * missing signed-off-by line: we can't accept any patch >without one > Minor problem: > * the actual commit message is below the first '---' line, >so 'gi

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

2012-10-16 Thread Peter Maydell
On 16 October 2012 20:37, Catalin Patulea wrote: > Fixes compile line for test-x86_64 target as well. > > --- > 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 b

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

2012-10-16 Thread Catalin Patulea
Fixes compile line for test-x86_64 target as well. --- 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