qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 9c3714: syscall.c: Fix build with older linux


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 9c3714: syscall.c: Fix build with older linux-headers
Date: Tue, 16 Aug 2016 09:00:03 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9c37146782e7850877d452da47dc451ba73aa62d
      
https://github.com/qemu/qemu/commit/9c37146782e7850877d452da47dc451ba73aa62d
  Author: Michal Privoznik <address@hidden>
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  syscall.c: Fix build with older linux-headers

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>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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