mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
config tool: update virtio block setting
add support for more than one virtio block setting for specific vm Tracked-On: #7277 Signed-off-by: hangliu1 <hang1.liu@linux.intel.com>
This commit is contained in:
parent
0e4a94f9dd
commit
1157d1d41c
@ -459,7 +459,7 @@ address is optional.</xs:documentation>
|
||||
<xs:documentation>The virtio input device setting.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="block" type="xs:string" minOccurs="0">
|
||||
<xs:element name="block" type="xs:string" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation acrn:views="basic">
|
||||
<xs:documentation>The virtio block device setting.
|
||||
Format: ``[blk partition:][img path]``. Example: ``/dev/sda3:./a/b.img``.</xs:documentation>
|
||||
|
Loading…
Reference in New Issue
Block a user