Accepting request 846055 from home:lyan:branches:Virtualization

Add virtio-fs support for s390x(jsc#SLE-13822)

OBS-URL: https://build.opensuse.org/request/show/846055
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=587
This commit is contained in:
Bruce Rogers 2020-11-04 17:22:52 +00:00 committed by Git OBS Bridge
parent 0648cd7d9f
commit a0f17b8ff7
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Date: Tue, 1 Sep 2020 17:00:19 +0200
Subject: libvhost-user: handle endianness as mandated by the spec Subject: libvhost-user: handle endianness as mandated by the spec
Git-commit: 2ffc54708087c6e524297957be2fc5d543abb767 Git-commit: 2ffc54708087c6e524297957be2fc5d543abb767
References: jsc#sle-14618 References: jsc#sle-13822
Since virtio existed even before it got standardized, the virtio Since virtio existed even before it got standardized, the virtio
standard defines the following types of virtio devices: standard defines the following types of virtio devices:

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 4 16:40:36 UTC 2020 - Liang Yan <lyan@suse.com> Wed Nov 4 16:40:36 UTC 2020 - Liang Yan <lyan@suse.com>
- 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 libvhost-user-handle-endianness-as-manda.patch
virtio-add-vhost-user-fs-ccw-device.patch virtio-add-vhost-user-fs-ccw-device.patch

View File

@ -3,7 +3,7 @@ Date: Tue, 1 Sep 2020 17:00:18 +0200
Subject: virtio: add vhost-user-fs-ccw device Subject: virtio: add vhost-user-fs-ccw device
Git-commit: bd0bbb9aba2afbc2ea24b0475be04f795468b381 Git-commit: bd0bbb9aba2afbc2ea24b0475be04f795468b381
References: jsc#sle-14618 References: jsc#sle-13822
Wire up the CCW device for vhost-user-fs. Wire up the CCW device for vhost-user-fs.