mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
rng: Extend the range of driveUnit
Since the max unit of virtio scsi disk is 16383, update the range of driveUnit to it. Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
0dedea96d0
commit
bba1ec3d37
@ -6460,7 +6460,7 @@
|
|||||||
</define>
|
</define>
|
||||||
<define name="driveUnit">
|
<define name="driveUnit">
|
||||||
<data type="string">
|
<data type="string">
|
||||||
<param name="pattern">[0-9]{1,2}</param>
|
<param name="pattern">[0-9]{1,5}</param>
|
||||||
</data>
|
</data>
|
||||||
</define>
|
</define>
|
||||||
<define name="driveSCSIUnit">
|
<define name="driveSCSIUnit">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user