[PATCH 0/2] virnetdevvportprofile: Misc cleanups

Michal Privoznik via Devel posted 2 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1753279251.git.mprivozn@redhat.com
src/conf/netdev_vport_profile_conf.c | 11 +++++------
src/hypervisor/virhostdev.c          |  1 +
src/qemu/qemu_migration_cookie.c     |  2 ++
src/util/virnetdevvportprofile.c     | 19 ++++++++++++++++---
src/util/virnetdevvportprofile.h     |  4 ++--
5 files changed, 26 insertions(+), 11 deletions(-)
[PATCH 0/2] virnetdevvportprofile: Misc cleanups
Posted by Michal Privoznik via Devel 1 month, 2 weeks ago
*** BLURB HERE ***

Michal Prívozník (2):
  virnetdevvportprofile: Drop explicit enum virNetDevVPortProfile
    declaration
  virnetdevvportprofile: Turn 'virtPortType' of virNetDevVPortProfile
    into proper enum type

 src/conf/netdev_vport_profile_conf.c | 11 +++++------
 src/hypervisor/virhostdev.c          |  1 +
 src/qemu/qemu_migration_cookie.c     |  2 ++
 src/util/virnetdevvportprofile.c     | 19 ++++++++++++++++---
 src/util/virnetdevvportprofile.h     |  4 ++--
 5 files changed, 26 insertions(+), 11 deletions(-)

-- 
2.49.1
Re: [PATCH 0/2] virnetdevvportprofile: Misc cleanups
Posted by Ján Tomko via Devel 1 month, 2 weeks ago
On a Wednesday in 2025, Michal Privoznik via Devel wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (2):
>  virnetdevvportprofile: Drop explicit enum virNetDevVPortProfile
>    declaration
>  virnetdevvportprofile: Turn 'virtPortType' of virNetDevVPortProfile
>    into proper enum type
>
> src/conf/netdev_vport_profile_conf.c | 11 +++++------
> src/hypervisor/virhostdev.c          |  1 +
> src/qemu/qemu_migration_cookie.c     |  2 ++
> src/util/virnetdevvportprofile.c     | 19 ++++++++++++++++---
> src/util/virnetdevvportprofile.h     |  4 ++--
> 5 files changed, 26 insertions(+), 11 deletions(-)
>

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

Jano