diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2017-11-15 16:42:23 +0100 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2017-11-24 10:52:05 +0100 |
commit | c1c4c2192c1c063a6c53c600bb97f20555b2a528 (patch) | |
tree | be99637e864b55323a80862352bd82c6dc65daf3 /scripts | |
parent | c65d5e4e1d6841524c49a07bcdd56094f49982a4 (diff) |
s390/kvm_virtio/linux-headers: remove traces of old virtio transport
We no longer support the old s390 transport, neither does the newest
Linux kernel. Remove it from the linux header script as well as the
s390x virtio code. We still should handle the VIRTIO_NOTIFY hypercall,
to tolerate early printk on older guest kernels without an sclp console.
We continue to ignore these events.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20171115154223.109991-1-borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-linux-headers.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 76fd894a77..135a10d96a 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -95,7 +95,6 @@ for arch in $ARCHLIST; do rm -rf "$output/include/standard-headers/asm-$arch" mkdir -p "$output/include/standard-headers/asm-$arch" if [ $arch = s390 ]; then - cp_portable "$tmpdir/include/asm/kvm_virtio.h" "$output/include/standard-headers/asm-s390/" cp_portable "$tmpdir/include/asm/virtio-ccw.h" "$output/include/standard-headers/asm-s390/" fi if [ $arch = arm ]; then |