Re: [RFC PATCH v2 0/5] virtio: early detect 'modern' virtio

2021-12-09 Thread Michael S. Tsirkin
On Thu, Dec 09, 2021 at 02:29:25PM +0100, Halil Pasic wrote: > On Wed, 8 Dec 2021 13:56:19 -0500 > "Michael S. Tsirkin" wrote: > > > On Fri, Nov 12, 2021 at 03:57:44PM +0100, Halil Pasic wrote: > > > This is an early RFC for a transport specific early detecton of > > > modern virtio, which is mos

Re: [RFC PATCH v2 0/5] virtio: early detect 'modern' virtio

2021-12-09 Thread Halil Pasic
On Wed, 8 Dec 2021 13:56:19 -0500 "Michael S. Tsirkin" wrote: > On Fri, Nov 12, 2021 at 03:57:44PM +0100, Halil Pasic wrote: > > This is an early RFC for a transport specific early detecton of > > modern virtio, which is most relevant for transitional devices on big > > endian platforms, when dri

Re: [RFC PATCH v2 0/5] virtio: early detect 'modern' virtio

2021-12-08 Thread Michael S. Tsirkin
On Fri, Nov 12, 2021 at 03:57:44PM +0100, Halil Pasic wrote: > This is an early RFC for a transport specific early detecton of > modern virtio, which is most relevant for transitional devices on big > endian platforms, when drivers access the config space before > FEATURES_OK is set. > > The most

Re: [RFC PATCH v2 0/5] virtio: early detect 'modern' virtio

2021-11-29 Thread Halil Pasic
On Tue, 23 Nov 2021 14:13:40 +0100 Halil Pasic wrote: > On Fri, 12 Nov 2021 15:57:44 +0100 > Halil Pasic wrote: > > > This is an early RFC for a transport specific early detecton of > > modern virtio, which is most relevant for transitional devices on big > > endian platforms, when drivers acce

Re: [RFC PATCH v2 0/5] virtio: early detect 'modern' virtio

2021-11-23 Thread Halil Pasic
On Fri, 12 Nov 2021 15:57:44 +0100 Halil Pasic wrote: > This is an early RFC for a transport specific early detecton of > modern virtio, which is most relevant for transitional devices on big > endian platforms, when drivers access the config space before > FEATURES_OK is set. [..] Ping! @Mich