update Linux headers to 4.16-rc5

Note that VIRTIO_GPU_CAPSET_VIRGL2 was added manually so it has to be added
manually after re-running scripts/update-linux-headers.sh.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2018-03-13 09:38:18 +01:00
parent fb5fff1588
commit 9f2d175db5
16 changed files with 930 additions and 416 deletions

View file

@ -78,7 +78,7 @@ struct vring_avail {
__virtio16 ring[];
};
/* u32 is used here for ids for padding reasons. */
/* uint32_t is used here for ids for padding reasons. */
struct vring_used_elem {
/* Index of start of used descriptor chain. */
__virtio32 id;