[PATCH 0/3] schemas: Couple of nodedev related fixes

Michal Privoznik posted 3 patches 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1631793304.git.mprivozn@redhat.com
docs/schemas/nodedev.rng | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
[PATCH 0/3] schemas: Couple of nodedev related fixes
Posted by Michal Privoznik 2 years, 6 months ago
These three patches address the first three problems raised in

  https://bugzilla.redhat.com/show_bug.cgi?id=1999420

The fourth one is a bit different because I'm failing to find a path in
the code that would allow empty <capability/> for vdpa.

Michal Prívozník (3):
  schemas: Make <type/> for capscsi type optional
  schemas: Provide grammar for scsi_generic capabilities
  schemas: Allow <unique_id/> to be zero

 docs/schemas/nodedev.rng | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

-- 
2.32.0

Re: [PATCH 0/3] schemas: Couple of nodedev related fixes
Posted by Ján Tomko 2 years, 6 months ago
On a Thursday in 2021, Michal Privoznik wrote:
>These three patches address the first three problems raised in
>
>  https://bugzilla.redhat.com/show_bug.cgi?id=1999420
>
>The fourth one is a bit different because I'm failing to find a path in
>the code that would allow empty <capability/> for vdpa.
>
>Michal Prívozník (3):
>  schemas: Make <type/> for capscsi type optional
>  schemas: Provide grammar for scsi_generic capabilities
>  schemas: Allow <unique_id/> to be zero
>
> docs/schemas/nodedev.rng | 21 +++++++++++++++++----
> 1 file changed, 17 insertions(+), 4 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano