diff --git a/libvhost-user-handle-endianness-as-manda.patch b/libvhost-user-handle-endianness-as-manda.patch index c2c6cd00..9b1c8723 100644 --- a/libvhost-user-handle-endianness-as-manda.patch +++ b/libvhost-user-handle-endianness-as-manda.patch @@ -3,7 +3,7 @@ Date: Tue, 1 Sep 2020 17:00:19 +0200 Subject: libvhost-user: handle endianness as mandated by the spec Git-commit: 2ffc54708087c6e524297957be2fc5d543abb767 -References: jsc#sle-14618 +References: jsc#sle-13822 Since virtio existed even before it got standardized, the virtio standard defines the following types of virtio devices: diff --git a/qemu.changes b/qemu.changes index 84b5db6e..0acf8131 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Nov 4 16:40:36 UTC 2020 - Liang Yan -- Add virtio-fs support for s390x (jsc#SLE-14618) +- Add virtio-fs support for s390x (jsc#SLE-13822) libvhost-user-handle-endianness-as-manda.patch virtio-add-vhost-user-fs-ccw-device.patch diff --git a/virtio-add-vhost-user-fs-ccw-device.patch b/virtio-add-vhost-user-fs-ccw-device.patch index 65da1ed8..25cfaa94 100644 --- a/virtio-add-vhost-user-fs-ccw-device.patch +++ b/virtio-add-vhost-user-fs-ccw-device.patch @@ -3,7 +3,7 @@ Date: Tue, 1 Sep 2020 17:00:18 +0200 Subject: virtio: add vhost-user-fs-ccw device Git-commit: bd0bbb9aba2afbc2ea24b0475be04f795468b381 -References: jsc#sle-14618 +References: jsc#sle-13822 Wire up the CCW device for vhost-user-fs.