update-linux-headers.sh: unistd.h, kvm consistency
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 20 Mar 2018 21:01:04 +0000 (23:01 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 23 May 2018 00:14:41 +0000 (03:14 +0300)
commit9882d3ef3c43fc89a0e1d43d7b52720092bef29b
treea5513e107092488fe7b53783af666485f749c4dc
parentfe7f9b8e6e095bc2842180fe72dd45158678eeb7
update-linux-headers.sh: unistd.h, kvm consistency

Rework the update script slightly, add the unistd.h header and its
dependencies on all architectures.

This also removes the IA64 and MIPS from a KVM blacklist:
Linux dropped IA64, and there was never a reason to
exclude MIPS from kvm specifically - it was
excluded due to dependency of its unistd.h on sgidefs.h,
which we also import.

Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
scripts/update-linux-headers.sh