Re: [Qemu-devel] Re: vhost_net.c broken by --kerneldir

2010-08-25 Thread Gleb Natapov
On Wed, Aug 25, 2010 at 10:21:18AM -0700, Hollis Blanchard wrote: > On 08/24/2010 05:55 PM, Hollis Blanchard wrote: > > > >The problem seems to be that jump from > >/usr/include/bits/sigcontext.h to asm/sigcontext.h inside > > rather than inside /usr/include. It seems like adding > >-Ikerneldir/arc

[Qemu-devel] Re: vhost_net.c broken by --kerneldir

2010-08-25 Thread Hollis Blanchard
On 08/24/2010 05:55 PM, Hollis Blanchard wrote: The problem seems to be that jump from /usr/include/bits/sigcontext.h to asm/sigcontext.h inside rather than inside /usr/include. It seems like adding -Ikerneldir/arch/foo/include will always be a problem, since it will always be used to satisf