On 28 April 2015 at 09:18, Michael S. Tsirkin <m...@redhat.com> wrote: > On Tue, Apr 28, 2015 at 03:28:51PM +0800, Shannon Zhao wrote: >> On 2015/4/28 15:15, Michael S. Tsirkin wrote: >> > My question would be, why just net and scsi? >> > Does not the same apply to all devices? >> > >> >> The virtio-blk has been changed before, while leaving net and scsi. >> And the other devices don't set host features in the wrappers. > > > They just use DEFINE_VIRTIO_COMMON_FEATURES but it's the > same issue.
No, DEFINE_VIRTIO_COMMON_FEATURES are all transport features, not backend features. These are already correctly placed in the transports. -- PMM