Re: [Qemu-devel] [PATCH] Add linux-headers to QEMU_INCLUDES

2013-04-10 Thread Paolo Bonzini
Il 10/04/2013 10:29, Jan Kiszka ha scritto: > From: Jan Kiszka > > virtio/dataplane/vring.c requires the Linux headers and is built for all > targets. So we need to add the corresponding include to QEMU_INCLUDES to > avoid that outdated distribution headers are used. > > Signed-off-by: Jan Kiszk

[Qemu-devel] [PATCH] Add linux-headers to QEMU_INCLUDES

2013-04-10 Thread Jan Kiszka
From: Jan Kiszka virtio/dataplane/vring.c requires the Linux headers and is built for all targets. So we need to add the corresponding include to QEMU_INCLUDES to avoid that outdated distribution headers are used. Signed-off-by: Jan Kiszka --- configure |5 + 1 files changed, 1 inserti