mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
vduse-blk: Add serial option
Add a 'serial' option to allow user to specify this value explicitly. And the default value is changed to an empty string as what we did in "hw/block/virtio-blk.c". Signed-off-by: Xie Yongji <xieyongji@bytedance.com> Message-Id: <20220614051532.92-6-xieyongji@bytedance.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
2866ddd121
commit
0862a087fd
6 changed files with 23 additions and 10 deletions
|
@ -126,6 +126,7 @@ static void help(void)
|
|||
" [,writable=on|off][,num-queues=<num-queues>]\n"
|
||||
" [,queue-size=<queue-size>]\n"
|
||||
" [,logical-block-size=<logical-block-size>]\n"
|
||||
" [,serial=<serial-number>]\n"
|
||||
" export the specified block node as a vduse-blk\n"
|
||||
" device using the id as the VDUSE device name\n"
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue