On Fri, 2013-04-05 at 04:37 +0100, Rusty Russell wrote:
> diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virtio_mmio.c
> index 1ba0d68..4c2c6be 100644
> --- a/drivers/virtio/virtio_mmio.c
> +++ b/drivers/virtio/virtio_mmio.c
> @@ -167,26 +167,18 @@ static void vm_finalize_features(struc
All transports just pass through at the moment.
s390/kvm/virtio_ccw.c doesn't use the helper wrappers, since it does quite a lot
of work for each config read.
Cc: Ohad Ben-Cohen
Cc: Brian Swetland
Cc: Cornelia Huck
Cc: Pawel Moll
Cc: Christian Borntraeger
Signed-off-by: Rusty Russell
---
d