]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: manage two new IFLA host message types
authorLaurent Vivier <laurent@vivier.eu>
Thu, 27 Oct 2016 01:00:49 +0000 (03:00 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 14 Feb 2017 17:08:11 +0000 (18:08 +0100)
commita1488b8661a26a44ef132d973cbd11baa840a2dc
tree3ffd541146acaddf9f7fa22016b834a0e4908c54
parent2640077527aef6f799215b336e1ed212843d3753
linux-user: manage two new IFLA host message types

Add QEMU_IFLA_GSO_MAX_SEGS and QEMU_IFLA_GSO_MAX_SIZE
in host_to_target_data_link_rtattr().

These two messages are sent by the host kernel when
we use "sudo".

Found with qemu-m68k and Debian etch-m68k (sudo 1.6.8p12-4) and
host kernel 4.7.6-200.fc24.x86_64

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <1477530049-15676-1-git-send-email-laurent@vivier.eu>
linux-user/syscall.c