[PATCH 0/3] conf: Couple of virtio options related improvements

Michal Privoznik posted 3 patches 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1611842225.git.mprivozn@redhat.com
src/conf/domain_conf.c     | 83 +++++++++-----------------------------
src/conf/domain_validate.c | 55 ++++++++++++++++++++-----
2 files changed, 64 insertions(+), 74 deletions(-)
[PATCH 0/3] conf: Couple of virtio options related improvements
Posted by Michal Privoznik 3 years, 2 months ago
I've noticed these while reviewing Boris' patch:

https://www.redhat.com/archives/libvir-list/2021-January/msg01149.html

Michal Prívozník (3):
  conf: Move virDomainCheckVirtioOptions() into domain_validate.c
  conf: Drop empty virDomainNetDefPostParse()
  conf: Improve virDomainVirtioOptionsCheckABIStability()

 src/conf/domain_conf.c     | 83 +++++++++-----------------------------
 src/conf/domain_validate.c | 55 ++++++++++++++++++++-----
 2 files changed, 64 insertions(+), 74 deletions(-)

-- 
2.26.2

Re: [PATCH 0/3] conf: Couple of virtio options related improvements
Posted by Ján Tomko 3 years, 2 months ago
On a Thursday in 2021, Michal Privoznik wrote:
>I've noticed these while reviewing Boris' patch:
>
>https://www.redhat.com/archives/libvir-list/2021-January/msg01149.html
>
>Michal Prívozník (3):
>  conf: Move virDomainCheckVirtioOptions() into domain_validate.c
>  conf: Drop empty virDomainNetDefPostParse()
>  conf: Improve virDomainVirtioOptionsCheckABIStability()
>
> src/conf/domain_conf.c     | 83 +++++++++-----------------------------
> src/conf/domain_validate.c | 55 ++++++++++++++++++++-----
> 2 files changed, 64 insertions(+), 74 deletions(-)
>

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

Jano