mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-12 07:57:53 +00:00
As the blkid info contains 'UUID' information, which easy to lead to confuse with the vm 'UUID'. So refine the format for block device. v1-v2: 1). align the style in BLOCK_DEVICE_INFO tag 2). add 'mmcblk1p3' in BLOCK_DEVICE_INFO tag v2-v3: 1). correct the commit message. 2). refine the api of handle_block_dev Tracked-On: #3754 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>