linux-user: update netlink emulation
commitc1e703f55814fe0fb95b6f0e5a1eff571455d08f
authorLaurent Vivier <laurent@vivier.eu>
Wed, 16 May 2018 22:12:13 +0000 (17 00:12 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 25 May 2018 08:10:55 +0000 (25 10:10 +0200)
tree34ea9882d987bfb42c75b8adf0502d62fbbc4499
parent75578d6fcedc55b85b44dfc83f506b74c32b7395
linux-user: update netlink emulation

Update enums with entries from linux 4.17

Translate entries that generate logs with iproute2 4.9.0 and
host kernel 4.15:

  # ip address show
  Unknown host QEMU_IFLA type: 43
  Unknown host QEMU_IFLA type: 43
  Unknown host QEMU_IFLA type: 43
  Unknown QEMU_IFLA_BR type 41
  Unknown QEMU_IFLA_BR type 42
  Unknown QEMU_IFLA_BR type 43
  Unknown QEMU_IFLA_BR type 44
  Unknown host QEMU_IFLA type: 43
  Unknown QEMU_IFLA_BR type 41
  Unknown QEMU_IFLA_BR type 42
  Unknown QEMU_IFLA_BR type 43
  Unknown QEMU_IFLA_BR type 44
  Unknown host QEMU_IFLA type: 43

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180516221213.11111-1-laurent@vivier.eu>
linux-user/syscall.c