On Wed, 15 Apr 2015 10:15:20 +0930
Rusty Russell <ru...@rustcorp.com.au> wrote:

> OK, I've merged this with one change:
> 
> +static void stats_sg_init(struct virtio_balloon *vb, struct scatterlist *sg)
> +{
> +     sg_init_one(sg, vb->stats, sizeof(vb->stats));
> +}
> +
> ...
> -     sg_init_one(&sg, vb->stats, sizeof(vb->stats));
> +     stats_sg_init(vb, &sg);
> 
> This is no longer a meaningful change, so I removed it.
> 
> Here's the final result:
> 
> From: Michael S. Tsirkin <m...@redhat.com>
> Subject: virtio_balloon: transitional interface
> 
> Virtio 1.0 doesn't include a modern balloon device.
> But it's not a big change to support a transitional
> balloon device: this has the advantage of supporting
> existing drivers, transparently.
> 
> Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
> Acked-by: Cornelia Huck <cornelia.h...@de.ibm.com>
> Signed-off-by: Rusty Russell <ru...@rustcorp.com.au>
> 
Looks good to me.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to