[PATCH 0/2] conf: Turn virDomainDeviceDef->type into proper type

Peter Krempa posted 2 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1675354356.git.pkrempa@redhat.com
src/conf/domain_conf.c     |  43 ++++++----
src/conf/domain_conf.h     |   2 +-
src/hyperv/hyperv_driver.c |  28 ++++++-
src/libxl/libxl_driver.c   | 158 ++++++++++++++++++++++++++++++++++--
src/lxc/lxc_driver.c       | 159 +++++++++++++++++++++++++++++++++++--
src/vz/vz_sdk.c            |  81 ++++++++++++++++++-
tests/qemuhotplugtest.c    |  76 +++++++++++++++++-
7 files changed, 512 insertions(+), 35 deletions(-)
[PATCH 0/2] conf: Turn virDomainDeviceDef->type into proper type
Posted by Peter Krempa 1 year, 9 months ago
Some more patch necromancy.

Pipeline:
https://gitlab.com/pipo.sk/libvirt/-/pipelines/765613613

Peter Krempa (2):
  virDomainDeviceDefParse: Separate code for parsing type
  conf: Use proper type for 'type' field of struct _virDomainDeviceDef

 src/conf/domain_conf.c     |  43 ++++++----
 src/conf/domain_conf.h     |   2 +-
 src/hyperv/hyperv_driver.c |  28 ++++++-
 src/libxl/libxl_driver.c   | 158 ++++++++++++++++++++++++++++++++++--
 src/lxc/lxc_driver.c       | 159 +++++++++++++++++++++++++++++++++++--
 src/vz/vz_sdk.c            |  81 ++++++++++++++++++-
 tests/qemuhotplugtest.c    |  76 +++++++++++++++++-
 7 files changed, 512 insertions(+), 35 deletions(-)

-- 
2.39.1
Re: [PATCH 0/2] conf: Turn virDomainDeviceDef->type into proper type
Posted by Ján Tomko 1 year, 9 months ago
On a Thursday in 2023, Peter Krempa wrote:
>Some more patch necromancy.
>
>Pipeline:
>https://gitlab.com/pipo.sk/libvirt/-/pipelines/765613613
>
>Peter Krempa (2):
>  virDomainDeviceDefParse: Separate code for parsing type
>  conf: Use proper type for 'type' field of struct _virDomainDeviceDef
>
> src/conf/domain_conf.c     |  43 ++++++----
> src/conf/domain_conf.h     |   2 +-
> src/hyperv/hyperv_driver.c |  28 ++++++-
> src/libxl/libxl_driver.c   | 158 ++++++++++++++++++++++++++++++++++--
> src/lxc/lxc_driver.c       | 159 +++++++++++++++++++++++++++++++++++--
> src/vz/vz_sdk.c            |  81 ++++++++++++++++++-
> tests/qemuhotplugtest.c    |  76 +++++++++++++++++-
> 7 files changed, 512 insertions(+), 35 deletions(-)
>

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

Jano