summaryrefslogtreecommitdiffstats
path: root/include/standard-headers/linux/virtio_net.h
diff options
context:
space:
mode:
authorEric Auger2018-06-22 14:28:35 +0200
committerPeter Maydell2018-06-22 14:28:35 +0200
commit77d361b13c19fdf881bff044a5bec99108cf2da2 (patch)
tree0a5299d47105940413b941fc40270fbe41032256 /include/standard-headers/linux/virtio_net.h
parenttarget-arm: fix a segmentation fault due to illegal memory access (diff)
downloadqemu-77d361b13c19fdf881bff044a5bec99108cf2da2.tar.gz
qemu-77d361b13c19fdf881bff044a5bec99108cf2da2.tar.xz
qemu-77d361b13c19fdf881bff044a5bec99108cf2da2.zip
linux-headers: Update to kernel mainline commit b357bf602
Update our kernel headers to mainline commit b357bf6023a948cf6a9472f07a1b0caac0e4f8e8 ("Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm") Signed-off-by: Eric Auger <eric.auger@redhat.com> Message-id: 1529072910-16156-2-git-send-email-eric.auger@redhat.com [PMM: clarified commit message] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/standard-headers/linux/virtio_net.h')
-rw-r--r--include/standard-headers/linux/virtio_net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/standard-headers/linux/virtio_net.h b/include/standard-headers/linux/virtio_net.h
index e9f255ea3f..260c3681d7 100644
--- a/include/standard-headers/linux/virtio_net.h
+++ b/include/standard-headers/linux/virtio_net.h
@@ -57,6 +57,9 @@
* Steering */
#define VIRTIO_NET_F_CTRL_MAC_ADDR 23 /* Set MAC address */
+#define VIRTIO_NET_F_STANDBY 62 /* Act as standby for another device
+ * with the same MAC.
+ */
#define VIRTIO_NET_F_SPEED_DUPLEX 63 /* Device set linkspeed and duplex */
#ifndef VIRTIO_NET_NO_LEGACY