]> git.proxmox.com Git - mirror_qemu.git/commit
scripts/update-linux-headers: add ethtool.h and update to 4.16.0-rc4
authorJason Baron <jbaron@akamai.com>
Thu, 8 Mar 2018 03:25:39 +0000 (22:25 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 13 Mar 2018 21:09:49 +0000 (23:09 +0200)
commitd3b7b37445503699c99a182506d0bc70f6e1e572
treee4eef4ee7e3244b7a5219430da850c566fa1045d
parent026aaf47c02b79036feb830206cfebb2a726510d
scripts/update-linux-headers: add ethtool.h and update to 4.16.0-rc4

A subsequent patch to add support for setting linkspeed/duplex in
virtio-net, requires a few definitions from ethtool.h, which ends up
pulling in kernel.h and sysinfo.h as well.

Signed-off-by: Jason Baron <jbaron@akamai.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: virtio-dev@lists.oasis-open.org
include/standard-headers/linux/ethtool.h [new file with mode: 0644]
include/standard-headers/linux/kernel.h [new file with mode: 0644]
include/standard-headers/linux/sysinfo.h [new file with mode: 0644]
scripts/update-linux-headers.sh