qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] Add linux-headers to QEMU_INCLUDES
Date: Wed, 10 Apr 2013 11:44:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

Il 10/04/2013 10:29, Jan Kiszka ha scritto:
> From: Jan Kiszka <address@hidden>
> 
> 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 <address@hidden>
> ---
>  configure |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)
> 
> diff --git a/configure b/configure
> index 1ed939a..ee07f07 100755
> --- a/configure
> +++ b/configure
> @@ -544,6 +544,7 @@ Haiku)
>    if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
>      audio_possible_drivers="$audio_possible_drivers fmod"
>    fi
> +  QEMU_INCLUDES="-I\$(SRC_PATH)/linux-headers $QEMU_INCLUDES"
>  ;;
>  esac
>  
> @@ -4230,10 +4231,6 @@ else
>  fi
>  includes="-I\$(SRC_PATH)/tcg $includes"
>  
> -if test "$linux" = "yes" ; then
> -  includes="-I\$(SRC_PATH)/linux-headers $includes"
> -fi
> -
>  for i in $ARCH $TARGET_BASE_ARCH ; do
>    case "$i" in
>    alpha)
> 

Reviewed-by: Paolo Bonzini <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]