qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] syscall.c: Fix build with older linux-headers


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] syscall.c: Fix build with older linux-headers
Date: Tue, 16 Aug 2016 16:41:46 +0100

On 16 August 2016 at 10:47, Michal Privoznik <address@hidden> wrote:
> In c5dff280 we tried to make us understand netlink messages more.
> So we've added a code that does some translation. However, the
> code assumed linux-headers to be at least version 4.4 of it
> because most of the symbols there (if not all of them) were added
> in just that release. This, however, breaks build on systems with
> older versions of the package.
>
> Signed-off-by: Michal Privoznik <address@hidden>
> ---
>  linux-user/syscall.c | 86 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 86 insertions(+)
>

Applied to master, thanks.

-- PMM



reply via email to

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