[libvirt PATCH 0/3] Misc fixes / improvements

Daniel P. Berrangé posted 3 patches 2 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220111170056.203542-1-berrange@redhat.com
docs/formatdomain.rst         | 32 +++++++++++++++++++++++++++++---
docs/schemas/capability.rng   |  5 +----
docs/schemas/domainbackup.rng |  5 +----
docs/schemas/domaincaps.rng   |  5 +----
docs/schemas/domaincommon.rng | 17 ++++-------------
src/conf/domain_conf.h        |  4 ++--
src/qemu/qemu_firmware.c      | 21 +++++++++++++++++++--
7 files changed, 57 insertions(+), 32 deletions(-)
[libvirt PATCH 0/3] Misc fixes / improvements
Posted by Daniel P. Berrangé 2 years, 2 months ago
Just a few things I dealt with as side effect of other work
I'm doing wrt AMD SEV.

Daniel P. Berrangé (3):
  docs: split example for <os> schema
  docs: use virYesNo definition in more schemas
  qemu: split handling of distinct firmware enum conversions

 docs/formatdomain.rst         | 32 +++++++++++++++++++++++++++++---
 docs/schemas/capability.rng   |  5 +----
 docs/schemas/domainbackup.rng |  5 +----
 docs/schemas/domaincaps.rng   |  5 +----
 docs/schemas/domaincommon.rng | 17 ++++-------------
 src/conf/domain_conf.h        |  4 ++--
 src/qemu/qemu_firmware.c      | 21 +++++++++++++++++++--
 7 files changed, 57 insertions(+), 32 deletions(-)

-- 
2.33.1


Re: [libvirt PATCH 0/3] Misc fixes / improvements
Posted by Michal Prívozník 2 years, 2 months ago
On 1/11/22 18:00, Daniel P. Berrangé wrote:
> Just a few things I dealt with as side effect of other work
> I'm doing wrt AMD SEV.
> 
> Daniel P. Berrangé (3):
>   docs: split example for <os> schema
>   docs: use virYesNo definition in more schemas
>   qemu: split handling of distinct firmware enum conversions
> 
>  docs/formatdomain.rst         | 32 +++++++++++++++++++++++++++++---
>  docs/schemas/capability.rng   |  5 +----
>  docs/schemas/domainbackup.rng |  5 +----
>  docs/schemas/domaincaps.rng   |  5 +----
>  docs/schemas/domaincommon.rng | 17 ++++-------------
>  src/conf/domain_conf.h        |  4 ++--
>  src/qemu/qemu_firmware.c      | 21 +++++++++++++++++++--
>  7 files changed, 57 insertions(+), 32 deletions(-)
> 

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

Michal