[libvirt PATCH 0/5] virnetdevopenvswitch: fix overindented label (glib chronicles)

Ján Tomko posted 5 patches 2 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1629465240.git.jtomko@redhat.com
tests/meson.build                |  6 ++-
tests/virnetdevbandwidthtest.c   | 56 ++++++++++++-------------
tests/virnetdevopenvswitchtest.c | 70 ++++++++++++++------------------
3 files changed, 61 insertions(+), 71 deletions(-)
[libvirt PATCH 0/5] virnetdevopenvswitch: fix overindented label (glib chronicles)
Posted by Ján Tomko 2 years, 8 months ago
By removing it, of course.

Patch 1/5 also has the potential to fix the build on FreeBSD, but
it failed with an internal server error for me.

Ján Tomko (5):
  build: only build virnetdevopenvswitchtest on Linux
  tests: virnetdevopenvswitch: use g_auto
  tests: virnetdevbandwidthtest: use g_auto
  tests: introduce testVirNetDevBandwidthParse
  tests: virnetdev*: remove unnecessary labels

 tests/meson.build                |  6 ++-
 tests/virnetdevbandwidthtest.c   | 56 ++++++++++++-------------
 tests/virnetdevopenvswitchtest.c | 70 ++++++++++++++------------------
 3 files changed, 61 insertions(+), 71 deletions(-)

-- 
2.31.1

Re: [libvirt PATCH 0/5] virnetdevopenvswitch: fix overindented label (glib chronicles)
Posted by Michal Prívozník 2 years, 8 months ago
On 8/20/21 3:15 PM, Ján Tomko wrote:
> By removing it, of course.
> 
> Patch 1/5 also has the potential to fix the build on FreeBSD, but
> it failed with an internal server error for me.
> 
> Ján Tomko (5):
>   build: only build virnetdevopenvswitchtest on Linux
>   tests: virnetdevopenvswitch: use g_auto
>   tests: virnetdevbandwidthtest: use g_auto
>   tests: introduce testVirNetDevBandwidthParse
>   tests: virnetdev*: remove unnecessary labels
> 
>  tests/meson.build                |  6 ++-
>  tests/virnetdevbandwidthtest.c   | 56 ++++++++++++-------------
>  tests/virnetdevopenvswitchtest.c | 70 ++++++++++++++------------------
>  3 files changed, 61 insertions(+), 71 deletions(-)
> 

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

Michal