[libvirt] [PATCH 2/2] rng: Extend the valid range of drive unit

2019-11-29 Thread Han Han
In the last commit, we allowed unit number of virtio scsi disk to use range 0..16383. Extend the range in rng file to match that. Signed-off-by: Han Han --- docs/schemas/domaincommon.rng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schemas/domaincommon.rng b/docs/sche

Re: [libvirt] [PATCH 2/2] rng: Extend the valid range of drive unit

2019-12-02 Thread Boris Fiuczynski
On 11/29/19 11:18 AM, Han Han wrote: In the last commit, we allowed unit number of virtio scsi disk to use range 0..16383. Extend the range in rng file to match that. Signed-off-by: Han Han --- docs/schemas/domaincommon.rng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/