Re: [PATCH 0/2] Enable virtio-fs on s390x

2020-08-27 Thread Cornelia Huck
On Thu, 27 Aug 2020 08:19:44 -0400 "Michael S. Tsirkin" wrote: > On Thu, Jul 30, 2020 at 04:07:29PM +0200, Marc Hartmayer wrote: > > This patch series is about enabling virtio-fs on s390x. For that we need > > + some shim code (first patch), and we need > > + libvhost-user to deal with virtio e

Re: [PATCH 0/2] Enable virtio-fs on s390x

2020-08-27 Thread Michael S. Tsirkin
On Thu, Jul 30, 2020 at 04:07:29PM +0200, Marc Hartmayer wrote: > This patch series is about enabling virtio-fs on s390x. For that we need > + some shim code (first patch), and we need > + libvhost-user to deal with virtio endiannes for non-legacy virtio >devices as mandated by the spec. Pl

Re: [PATCH 0/2] Enable virtio-fs on s390x

2020-08-04 Thread Dr. David Alan Gilbert
* Michael S. Tsirkin (m...@redhat.com) wrote: > On Thu, Jul 30, 2020 at 04:07:29PM +0200, Marc Hartmayer wrote: > > This patch series is about enabling virtio-fs on s390x. For that we need > > + some shim code (first patch), and we need > > + libvhost-user to deal with virtio endiannes for non-le

Re: [PATCH 0/2] Enable virtio-fs on s390x

2020-08-01 Thread Michael S. Tsirkin
On Thu, Jul 30, 2020 at 04:07:29PM +0200, Marc Hartmayer wrote: > This patch series is about enabling virtio-fs on s390x. For that we need > + some shim code (first patch), and we need > + libvhost-user to deal with virtio endiannes for non-legacy virtio >devices as mandated by the spec. > >

[PATCH 0/2] Enable virtio-fs on s390x

2020-07-30 Thread Marc Hartmayer
This patch series is about enabling virtio-fs on s390x. For that we need + some shim code (first patch), and we need + libvhost-user to deal with virtio endiannes for non-legacy virtio devices as mandated by the spec. How to use? For general instructions how to use virtio-fs (on x86) please