scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1)
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Jan 2019 08:27:30 +0000 (09:27 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 4 Feb 2019 05:08:58 +0000 (00:08 -0500)
commita0a6ef91a4a4edde27b808f28065772c712c5e92
treef45f087478de228665eb027b84758df4dca539c0
parent9174d8ad7411911dbc18376a449da10293c36a9a
scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1)

There are three new indirect inclusions: vhost_types.h, which we'll
shortly put to use as a portable header and thus is copied to
standard-headers; and new per-subtarget versions of MIPS unistd.h
and PowerPC unistd.h.

Because vhost.h includes vhost_types.h, we also need a proxy include
from linux/vhost.h to standard-headers.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
scripts/update-linux-headers.sh