[PATCH 0/2] Improve the validation for queues and queue_size

Han Han posted 2 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230721023700.438160-1-hhan@redhat.com
src/conf/domain_validate.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
[PATCH 0/2] Improve the validation for queues and queue_size
Posted by Han Han 9 months, 3 weeks ago
Han Han (2):
  conf/domain_validate.c: Improve the err for queue validation
  conf/domain_validate: Validate the disk queue_size

 src/conf/domain_validate.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
2.41.0
Re: [PATCH 0/2] Improve the validation for queues and queue_size
Posted by Michal Prívozník 9 months, 3 weeks ago
On 7/21/23 04:36, Han Han wrote:
> 
> Han Han (2):
>   conf/domain_validate.c: Improve the err for queue validation
>   conf/domain_validate: Validate the disk queue_size
> 
>  src/conf/domain_validate.c | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal