Re: [Qemu-devel] [PATCH] qemu: fix out of tree cross compile

2013-05-27 Thread Alexey Kardashevskiy
On 05/28/2013 01:02 AM, Paolo Bonzini wrote: > Il 27/05/2013 16:12, Alexey Kardashevskiy ha scritto: >> The symlink to platform linux headers is made in the build tree by >> the configure script but gcc is not told to look for them there. >> The patch fixes this. >> >> Signed-off-by: Alexey Kardash

Re: [Qemu-devel] [PATCH] qemu: fix out of tree cross compile

2013-05-27 Thread Paolo Bonzini
Il 27/05/2013 16:12, Alexey Kardashevskiy ha scritto: > The symlink to platform linux headers is made in the build tree by > the configure script but gcc is not told to look for them there. > The patch fixes this. > > Signed-off-by: Alexey Kardashevskiy > --- > configure |2 +- > 1 file chan

[Qemu-devel] [PATCH] qemu: fix out of tree cross compile

2013-05-27 Thread Alexey Kardashevskiy
The symlink to platform linux headers is made in the build tree by the configure script but gcc is not told to look for them there. The patch fixes this. Signed-off-by: Alexey Kardashevskiy --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure

Re: [Qemu-devel] [PATCH] qemu: fix out of tree cross compile

2013-05-27 Thread Alexey Kardashevskiy
On 05/27/2013 08:24 PM, Peter Maydell wrote: > On 27 May 2013 07:13, Alexey Kardashevskiy wrote: >> QEMU uses headers from source directory, however the "asm" symlink was >> created in the build directory what broke KVM stuff compilation. >> >> Signed-off-by: Alexey Kardashevskiy >> --- >> confi

Re: [Qemu-devel] [PATCH] qemu: fix out of tree cross compile

2013-05-27 Thread Peter Maydell
On 27 May 2013 07:13, Alexey Kardashevskiy wrote: > QEMU uses headers from source directory, however the "asm" symlink was > created in the build directory what broke KVM stuff compilation. > > Signed-off-by: Alexey Kardashevskiy > --- > configure |2 +- > 1 file changed, 1 insertion(+), 1 d

[Qemu-devel] [PATCH] qemu: fix out of tree cross compile

2013-05-26 Thread Alexey Kardashevskiy
QEMU uses headers from source directory, however the "asm" symlink was created in the build directory what broke KVM stuff compilation. Signed-off-by: Alexey Kardashevskiy --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5ae7e4a..9c