[PATCH 0/5] qemu: Don't remove macvtaps on failed start

Michal Privoznik posted 5 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1675259355.git.mprivozn@redhat.com
src/conf/domain_conf.c      | 122 +++++++++++++++++++++++++-----------
src/conf/domain_conf.h      |   7 +++
src/qemu/qemu_domain.c      |  27 ++++++++
src/qemu/qemu_domain.h      |   5 ++
src/qemu/qemu_hotplug.c     |  22 +++----
src/qemu/qemu_interface.c   |   3 +
src/qemu/qemu_process.c     |  13 ++--
src/util/virnetdevmacvlan.h |   2 +-
8 files changed, 144 insertions(+), 57 deletions(-)
[PATCH 0/5] qemu: Don't remove macvtaps on failed start
Posted by Michal Privoznik 1 year, 3 months ago
See 5/5 for explanation.

Michal Prívozník (5):
  domain_conf: Move virDomainNetVhostuserMode enum declaration
  domain_conf: Rewrite virDomainChrSourceModeTypeFromString() using
    VIR_ENUM_IMPL()
  virnetdevmacvlan: Drop G_GNUC_WARN_UNUSED_RESULT annotation for
    virNetDevMacVLanDeleteWithVPortProfile()
  conf: Format and parse private data for virDomainNetDef
  qemu: Don't remove macvtaps on failed start

 src/conf/domain_conf.c      | 122 +++++++++++++++++++++++++-----------
 src/conf/domain_conf.h      |   7 +++
 src/qemu/qemu_domain.c      |  27 ++++++++
 src/qemu/qemu_domain.h      |   5 ++
 src/qemu/qemu_hotplug.c     |  22 +++----
 src/qemu/qemu_interface.c   |   3 +
 src/qemu/qemu_process.c     |  13 ++--
 src/util/virnetdevmacvlan.h |   2 +-
 8 files changed, 144 insertions(+), 57 deletions(-)

-- 
2.39.1

Re: [PATCH 0/5] qemu: Don't remove macvtaps on failed start
Posted by Ján Tomko 1 year, 3 months ago
On a Wednesday in 2023, Michal Privoznik wrote:
>See 5/5 for explanation.
>
>Michal Prívozník (5):
>  domain_conf: Move virDomainNetVhostuserMode enum declaration
>  domain_conf: Rewrite virDomainChrSourceModeTypeFromString() using
>    VIR_ENUM_IMPL()
>  virnetdevmacvlan: Drop G_GNUC_WARN_UNUSED_RESULT annotation for
>    virNetDevMacVLanDeleteWithVPortProfile()
>  conf: Format and parse private data for virDomainNetDef
>  qemu: Don't remove macvtaps on failed start
>
> src/conf/domain_conf.c      | 122 +++++++++++++++++++++++++-----------
> src/conf/domain_conf.h      |   7 +++
> src/qemu/qemu_domain.c      |  27 ++++++++
> src/qemu/qemu_domain.h      |   5 ++
> src/qemu/qemu_hotplug.c     |  22 +++----
> src/qemu/qemu_interface.c   |   3 +
> src/qemu/qemu_process.c     |  13 ++--
> src/util/virnetdevmacvlan.h |   2 +-
> 8 files changed, 144 insertions(+), 57 deletions(-)
>

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

Jano