Re: [Qemu-devel] [PATCH] virtio-blk: add default serial id

2012-09-20 Thread Eric Blake
On 09/20/2012 01:17 AM, Dave Young wrote: > For virtio block device, if user does not specify the serial attribute, > There will be not serial availabe, this is not convinient for identify s/not serial availabe/no serial available/ s/convinient/convenient/ s/identify/identifying/ > the disk. > >

[Qemu-devel] [PATCH] virtio-blk: add default serial id

2012-09-20 Thread Dave Young
For virtio block device, if user does not specify the serial attribute, There will be not serial availabe, this is not convinient for identify the disk. Doing something similar to ide disks, add a "VD?" default serial number if user does not specify it. Signed-off-by: Dave Young --- hw/virt