~ubuntu-virt/libvirt/+git/libvirt-lp-import:master

Last commit made on 2024-02-19
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-virt/libvirt/+git/libvirt-lp-import

Branch merges

Branch information

Recent commits

c8ca9d0... by Martin Kletzander

build: Let users know not all tests might run

We warned users before the meson times, so do like an S Club 7 and bring
it all back.

Add the information into a new section of the summary, because even
though using `warning()` looks better, it scrolls on by once the summary
is printed.

Signed-off-by: Martin Kletzander <email address hidden>
Reviewed-by: Michal Privoznik <email address hidden>
Reviewed-by: Andrea Bolognani <email address hidden>

ece58c0... by Martin Kletzander

build: Split optional programs into test and rest

To be used in the following commit.

Signed-off-by: Martin Kletzander <email address hidden>
Reviewed-by: Michal Privoznik <email address hidden>

9bf50bd... by Jiri Denemark <email address hidden>

NEWS: Announce support for /dev/userfaultfd

Signed-off-by: Jiri Denemark <email address hidden>
Reviewed-by: Michal Privoznik <email address hidden>

3884cc6... by Andrea Bolognani <email address hidden>

syntax-check: Drop 'syntax-check' target

Our entry point for syntax-check rules is meson, which calls
to each of them specifically; additionally, we have the 'all'
target that warns users who try to use make directly.

The 'syntax-check' target is not used by anything, and in fact
it couldn't be even if one tried: its availability depends on
the $(_gl-Makefile) variable, which in our case is never
defined.

Signed-off-by: Andrea Bolognani <email address hidden>
Reviewed-by: Michal Privoznik <email address hidden>
Reviewed-by: Martin Kletzander <email address hidden>

e14c2d3... by Andrea Bolognani <email address hidden>

syntax-check: Sync with gnulib

The most notable change is the new 'sc_unportable_grep_q' rule.

While importing it from gnulib, the rule has been tweaked
slightly by adding superflous quotes so that syntax-check.mk
itself doesn't trip it. This is similar to the tricks employed
for the 'sc_prohibit_close' and 'sc_copyright_usage' rules,
among many others.

Signed-off-by: Andrea Bolognani <email address hidden>
Reviewed-by: Michal Privoznik <email address hidden>
Reviewed-by: Martin Kletzander <email address hidden>

1664b14... by Andrea Bolognani <email address hidden>

all: Don't use 'grep -q'

It's not portable.

Signed-off-by: Andrea Bolognani <email address hidden>
Reviewed-by: Michal Privoznik <email address hidden>
Reviewed-by: Martin Kletzander <email address hidden>

74248b6... by Andrea Bolognani <email address hidden>

rpm: Always enable sysctl_config

We currently rely on it being enabled by default.

Signed-off-by: Andrea Bolognani <email address hidden>
Reviewed-by: Jiri Denemark <email address hidden>

8d9e1f7... by Peter Krempa

docs: domain: Fix iothread to virtqueue mapping example

Each queue can be referenced only once and queues are numbered starting
from 0. Modify the example to show a valid configuration of one
iothread servicing more queues.

Signed-off-by: Peter Krempa <email address hidden>
Reviewed-by: Ján Tomko <email address hidden>
Reviewed-by: Andrea Bolognani <email address hidden>

da3b046... by Peter Krempa

docs: domain: Fix broken rST clauses

Fix few malformed rST clauses breaking the 'Since' label and one
internal link.

Signed-off-by: Peter Krempa <email address hidden>
Reviewed-by: Ján Tomko <email address hidden>
Reviewed-by: Andrea Bolognani <email address hidden>

9aee588... by Göran Uddeborg

Translated using Weblate (Swedish)

Currently translated at 68.9% (7200 of 10447 strings)

Translation: libvirt/libvirt
Translate-URL: https://translate.fedoraproject.org/projects/libvirt/libvirt/sv/

Co-authored-by: Göran Uddeborg <email address hidden>
Signed-off-by: Göran Uddeborg <email address hidden>