Re: [Qemu-devel] [PATCH] virtio-blk: rename virtio_device_info to virtio_blk_info

2016-08-04 Thread Stefan Hajnoczi
On Wed, Aug 03, 2016 at 04:49:07PM +0800, Changlong Xie wrote: > The old one is confusing with @virtio_device_info in virtio.c, > so make it more appropriate. > > Signed-off-by: Changlong Xie > --- > hw/block/virtio-blk.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, appli

[Qemu-devel] [PATCH] virtio-blk: rename virtio_device_info to virtio_blk_info

2016-08-03 Thread Changlong Xie
The old one is confusing with @virtio_device_info in virtio.c, so make it more appropriate. Signed-off-by: Changlong Xie --- hw/block/virtio-blk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/block/virtio-blk.c b/hw/block/virtio-blk.c index 475a822..a3a9e63 100644 -