Re: [Qemu-devel] [PATCH] virtio: move common virtio properties to bus class device

2014-06-30 Thread Ming Lei
Hi Michael, On Mon, Jun 30, 2014 at 7:52 PM, Michael S. Tsirkin wrote: > This does not apply, so pls resend. Resent out as v1. Thanks, -- Ming Lei

Re: [Qemu-devel] [PATCH] virtio: move common virtio properties to bus class device

2014-06-30 Thread Michael S. Tsirkin
On Mon, Jun 30, 2014 at 06:15:35PM +0800, Ming Lei wrote: > Hi Michael, > > > On Wed, Jun 18, 2014 at 3:13 PM, Ming Lei wrote: > > The two common virtio features can be defined per bus, so move all > > into bus class device to make code more clean. > > > > As discussed with cornelia, s390-virtio

Re: [Qemu-devel] [PATCH] virtio: move common virtio properties to bus class device

2014-06-30 Thread Ming Lei
Hi Michael, On Wed, Jun 18, 2014 at 3:13 PM, Ming Lei wrote: > The two common virtio features can be defined per bus, so move all > into bus class device to make code more clean. > > As discussed with cornelia, s390-virtio-blk doesn't support > the two features at all, so keep s390-virtio as it.

[Qemu-devel] [PATCH] virtio: move common virtio properties to bus class device

2014-06-18 Thread Ming Lei
The two common virtio features can be defined per bus, so move all into bus class device to make code more clean. As discussed with cornelia, s390-virtio-blk doesn't support the two features at all, so keep s390-virtio as it. Acked-by: Cornelia Huck #for s390 ccw Suggested-by: Paolo Bonzini Sig