]> xenbits.xensource.com Git - libvirt.git/log
libvirt.git
3 years agoqemuMonitorJSONGetCPUx86Data: Unexport
Peter Krempa [Mon, 7 Feb 2022 10:03:19 +0000 (11:03 +0100)]
qemuMonitorJSONGetCPUx86Data: Unexport

The function is used only as a helper in src/qemu/qemu_monitor_json.c

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
3 years agoqemu: Move high-level actions close together
Andrea Bolognani [Fri, 4 Feb 2022 18:47:21 +0000 (19:47 +0100)]
qemu: Move high-level actions close together

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Move entry points close together
Andrea Bolognani [Fri, 4 Feb 2022 18:38:46 +0000 (19:38 +0100)]
qemu: Move entry points close together

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Move utility functions close together
Andrea Bolognani [Fri, 4 Feb 2022 18:37:51 +0000 (19:37 +0100)]
qemu: Move utility functions close together

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Fix description of swtpmStateDir
Andrea Bolognani [Fri, 4 Feb 2022 17:58:23 +0000 (18:58 +0100)]
qemu: Fix description of swtpmStateDir

This directory contains runtime state, not persistent state.
The latter goes into swtpmStorageDir.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Call virDomainDefGetShortName() less frequently
Andrea Bolognani [Thu, 3 Feb 2022 19:06:04 +0000 (20:06 +0100)]
qemu: Call virDomainDefGetShortName() less frequently

When looping over TPM devices for a domain, we can avoid calling
this function for each iteration and call it once per domain
instead.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Rename path-building functions
Andrea Bolognani [Thu, 27 Jan 2022 16:17:36 +0000 (17:17 +0100)]
qemu: Rename path-building functions

Using the word "create" can give users the impression that disk
operations will be performed, when in reality all these functions
do is string formatting.

Follow the naming convention established by virBuildPath(),
virFileBuildPath() and virPidFileBuildPath().

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Introduce qemuTPMEmulatorCleanupHost()
Andrea Bolognani [Fri, 4 Feb 2022 16:57:53 +0000 (17:57 +0100)]
qemu: Introduce qemuTPMEmulatorCleanupHost()

This leaves qemuExtTPMCleanupHost() to only deal with looping
over TPM devices, same as other qemuExtTPMDoThing() functions.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Introduce qemuExtTPMEmulatorSetupCgroup()
Andrea Bolognani [Fri, 4 Feb 2022 16:35:46 +0000 (17:35 +0100)]
qemu: Introduce qemuExtTPMEmulatorSetupCgroup()

This leaves qemuExtTPMSetupCgroup() to only deal with looping
over TPM devices, same as other qemuExtTPMDoThing() functions.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Make qemuTPMEmulatorCreateStorage() take a virDomainTPMDef*
Andrea Bolognani [Fri, 4 Feb 2022 16:26:23 +0000 (17:26 +0100)]
qemu: Make qemuTPMEmulatorCreateStorage() take a virDomainTPMDef*

This matches how qemuTPMEmulatorDeleteStorage() expects to be
called.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Drop qemuTPMEmulatorInitStorage()
Andrea Bolognani [Fri, 4 Feb 2022 15:31:01 +0000 (16:31 +0100)]
qemu: Drop qemuTPMEmulatorInitStorage()

Absorb it into qemuTPMEmulatorCreateStorage(), its only caller.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Document qemuTPMEmulatorDeleteStorage()
Andrea Bolognani [Fri, 4 Feb 2022 16:24:06 +0000 (17:24 +0100)]
qemu: Document qemuTPMEmulatorDeleteStorage()

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Rename qemuTPM{Create,Delete}EmulatorStorage()
Andrea Bolognani [Fri, 4 Feb 2022 16:20:38 +0000 (17:20 +0100)]
qemu: Rename qemuTPM{Create,Delete}EmulatorStorage()

Other functions that operate on a single TPM emulator follow
the qemuTPMEmulatorDoThing() naming convention.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Fully document qemuTPMEmulatorStart()
Andrea Bolognani [Fri, 4 Feb 2022 18:44:26 +0000 (19:44 +0100)]
qemu: Fully document qemuTPMEmulatorStart()

The @tpm argument was not mentioned.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: Rename qemuExtTPMStartEmulator()
Andrea Bolognani [Thu, 3 Feb 2022 18:56:46 +0000 (19:56 +0100)]
qemu: Rename qemuExtTPMStartEmulator()

Its counterpart is qemuTPMEmulatorStop().

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3 years agonodedev: add parent_addr to mdev nodedev dumpxml
Boris Fiuczynski [Fri, 4 Feb 2022 15:32:18 +0000 (16:32 +0100)]
nodedev: add parent_addr to mdev nodedev dumpxml

As the parent address is part of the mdev nodedev name lets expose the
internally available parent address in the XML.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agotests: adding vfio-ccw to nodedev tests
Boris Fiuczynski [Fri, 4 Feb 2022 15:32:17 +0000 (16:32 +0100)]
tests: adding vfio-ccw to nodedev tests

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agotests: correct formating in mdevctl test
Boris Fiuczynski [Fri, 4 Feb 2022 15:32:16 +0000 (16:32 +0100)]
tests: correct formating in mdevctl test

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu: Validate domain definition even on migration
Michal Privoznik [Mon, 31 Jan 2022 11:55:47 +0000 (12:55 +0100)]
qemu: Validate domain definition even on migration

When we are about to spawn QEMU, we validate the domain
definition against qemuCaps. Except when domain is/was already
running before (i.e. on incoming migration, snapshots, resume
from a file). However, especially on incoming migration it may
happen that the destination QEMU is different to the source
QEMU, e.g. the destination QEMU may have some devices disabled.

And we have a function that validates devices/features requested
in domain XML against the desired QEMU capabilities (aka
qemuCaps) - it's virDomainDefValidate() which calls
qemuValidateDomainDef() and qemuValidateDomainDeviceDef()
subsequently.

But the problem here is that the validation function is
explicitly skipped over in specific scenarios (like incoming
migration, restore from a snapshot or previously saved file).

This in turn means that we may spawn QEMU and request
device/features it doesn't support. When that happens QEMU fails
to load migration stream:

  qemu-kvm: ... 'virtio-mem-pci' is not a valid device model name

(NB, while the example shows one particular device, the problem
is paramount)

This problem is easier to run into since we are slowly moving
validation from qemu_command.c into said validation functions.

The solution is simple: do the validation in all cases. And while
it may happen that users would be unable to migrate/restore a
guest due to a bug in our validator, spawning QEMU without
validation is worse (especially when you consider that users can
supply their own XMLs for migrate/restore operations - these were
never validated).

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2048435
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
3 years agoqemu: gpu: Get pid without binary validation
Vasiliy Ulyanov [Wed, 2 Feb 2022 16:28:17 +0000 (17:28 +0100)]
qemu: gpu: Get pid without binary validation

The binary validation in virPidFileReadPathIfAlive may fail with EACCES
if the calling process does not have CAP_SYS_PTRACE capability.
Therefore instead do only the check that the pidfile is locked by the
correct process.

Fixes the same issue as with swtpm.

Signed-off-by: Vasiliy Ulyanov <vulyanov@suse.de>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu: tpm: Get swtpm pid without binary validation
Vasiliy Ulyanov [Wed, 2 Feb 2022 16:28:16 +0000 (17:28 +0100)]
qemu: tpm: Get swtpm pid without binary validation

Access to /proc/[pid]/exe may be restricted in certain environments (e.g.
in containers) and any attempt to stat(2) or readlink(2) the file will
result in 'permission denied' error if the calling process does not have
CAP_SYS_PTRACE capability. According to proc(5) manpage:

Permission to dereference or read (readlink(2)) this symbolic link is
governed by a ptrace access mode PTRACE_MODE_READ_FSCREDS check; see
ptrace(2).

The binary validation in virPidFileReadPathIfAlive may fail with EACCES.
Therefore instead do only the check that the pidfile is locked by the
correct process. To ensure this is always the case the daemonization and
pidfile handling of the swtpm command is now controlled by libvirt.

Signed-off-by: Vasiliy Ulyanov <vulyanov@suse.de>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agovirpidfile: Add virPidFileReadPathIfLocked func
Vasiliy Ulyanov [Wed, 2 Feb 2022 16:28:15 +0000 (17:28 +0100)]
virpidfile: Add virPidFileReadPathIfLocked func

The function will attempt to read a pid from @path, and store it in
@pid. The @pid will only be set, however, if @path is locked by
virFileLock() at byte 0 and the pid in @path is running.

Signed-off-by: Vasiliy Ulyanov <vulyanov@suse.de>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoconf: Fix documentation for virDomainDefGetShortName()
Andrea Bolognani [Thu, 3 Feb 2022 18:17:24 +0000 (19:17 +0100)]
conf: Fix documentation for virDomainDefGetShortName()

The @unique argument didn't exist even when the function was
introduced in a042275a396e, and the @vm argument was not renamed
when the function was changed to take a virDomainDef* instead of
a virDomainObj* in 7ed6934f3b92.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
3 years agoNEWS: Document recent VLAN ID improvement
Dmitrii Shcherbakov [Wed, 2 Feb 2022 17:39:23 +0000 (18:39 +0100)]
NEWS: Document recent VLAN ID improvement

After previous commits, the set of NICs that work well with
Libvirt was extended. Document this change.

Signed-off-by: Dmitrii Shcherbakov <dmitrii.shcherbakov@canonical.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoIgnore EPERM on implicit clearing of VF VLAN ID
Dmitrii Shcherbakov [Tue, 1 Feb 2022 08:28:53 +0000 (11:28 +0300)]
Ignore EPERM on implicit clearing of VF VLAN ID

SmartNIC DPUs may not expose some privileged eswitch operations
to the hypervisor hosts. For example, this happens with Bluefield
devices running in the ECPF (default) mode for security reasons. While
VF MAC address programming is possible via an RTM_SETLINK operation,
trying to set a VLAN ID in the same operation will fail with EPERM.

The equivalent ip link commands below provide an illustration:

1. This works:

sudo ip link set enp130s0f0 vf 2 mac de:ad:be:ef:ca:fe

2. Setting (or clearing) a VLAN fails with EPERM:

sudo ip link set enp130s0f0 vf 2 vlan 0
RTNETLINK answers: Operation not permitted

3. This is what Libvirt attempts to do today (when trying to clear a
   VF VLAN at the same time as programming a VF MAC).

sudo ip link set enp130s0f0 vf 2 vlan 0 mac de:ad:be:ef:ca:fe
RTNETLINK answers: Operation not permitted

If setting an explicit VLAN ID results in an EPERM, clearing a VLAN
(setting a VLAN ID to 0) can be handled gracefully by ignoring the
EPERM error with the rationale being that if we cannot set this state
in the first place, we cannot clear it either.

In order to keep explicit clearing of VLAN ID working as it used to
be passing a NULL pointer for VLAN ID is used.

Signed-off-by: Dmitrii Shcherbakov <dmitrii.shcherbakov@canonical.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoAllow VF vlanid to be passed as a pointer
Dmitrii Shcherbakov [Tue, 1 Feb 2022 08:28:52 +0000 (11:28 +0300)]
Allow VF vlanid to be passed as a pointer

There should be a way to show no intent in programming a VLAN at all
(including clearing it). This allows handling error conditions
differently when VLAN clearing is explicit (vlan id == 0) vs implicit
(vlanid == NULL - try to clear it if possible).

Signed-off-by: Dmitrii Shcherbakov <dmitrii.shcherbakov@canonical.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoSet VF MAC and VLAN ID in two different operations
Dmitrii Shcherbakov [Tue, 1 Feb 2022 08:28:51 +0000 (11:28 +0300)]
Set VF MAC and VLAN ID in two different operations

This has a benefit of being able to handle error codes for those
operations separately which is useful when drivers allow setting a MAC
address but do not allow setting a VLAN (which is the case with some
SmartNIC DPUs).

Signed-off-by: Dmitrii Shcherbakov <dmitrii.shcherbakov@canonical.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoTranslated using Weblate (Swedish)
Göran Uddeborg [Wed, 2 Feb 2022 13:17:03 +0000 (14:17 +0100)]
Translated using Weblate (Swedish)

Currently translated at 32.2% (3374 of 10455 strings)

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

Co-authored-by: Göran Uddeborg <goeran@uddeborg.se>
Signed-off-by: Göran Uddeborg <goeran@uddeborg.se>
3 years agodocs: Add example for isa-debugcon
Andrea Bolognani [Thu, 3 Feb 2022 13:46:59 +0000 (14:46 +0100)]
docs: Add example for isa-debugcon

Most people will want to use isa-debugcon to obtain debug output
for SeaBIOS / EDK II, so let's include a ready-made example for
that scenario in our documentation.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agosyntax-check: Suggest correct replacement for str(n)dup()
Andrea Bolognani [Thu, 3 Feb 2022 14:15:33 +0000 (15:15 +0100)]
syntax-check: Suggest correct replacement for str(n)dup()

As of 610963cd0411 VIR_STRDUP() no longer exists.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
3 years agoch: virCHProcessSetupIOThreads: use correct type for return value
Ján Tomko [Wed, 2 Feb 2022 16:26:48 +0000 (17:26 +0100)]
ch: virCHProcessSetupIOThreads: use correct type for return value

virCHMonitorGetIOThreads returns an int, not size_t.

Also return early if it's negative, because promoting it to
an unsigned type in the for loop condition could lead to
an infinte loop.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
3 years agoch: virCHMonitorGetIOThreads: fix g_steal_pointer usage
Ján Tomko [Wed, 2 Feb 2022 16:22:50 +0000 (17:22 +0100)]
ch: virCHMonitorGetIOThreads: fix g_steal_pointer usage

Fixes: 81226d88034fd460855ac75dd2c985ca91ff6219
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
3 years agoqemu: virtiofs: check whether the supplied binary exists
Ján Tomko [Thu, 27 Jan 2022 18:18:24 +0000 (19:18 +0100)]
qemu: virtiofs: check whether the supplied binary exists

Report an error upfront if the binary does not exist
or is not executable.

https://bugzilla.redhat.com/show_bug.cgi?id=1999372

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
3 years agomaint: remove unnecessary virutil.h includes
Ján Tomko [Sun, 23 Feb 2020 23:43:52 +0000 (00:43 +0100)]
maint: remove unnecessary virutil.h includes

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
3 years agovirParseVersionString: rename to virStringParseVersion
Ján Tomko [Sun, 23 Feb 2020 23:47:18 +0000 (00:47 +0100)]
virParseVersionString: rename to virStringParseVersion

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
3 years agoutil: virParseVersionString: move to virstring.c
Ján Tomko [Sun, 23 Feb 2020 23:44:01 +0000 (00:44 +0100)]
util: virParseVersionString: move to virstring.c

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
3 years agomaint: add required includes
Ján Tomko [Sun, 23 Feb 2020 23:43:36 +0000 (00:43 +0100)]
maint: add required includes

Some files do not include what they use and rely on virutil.h
to pull in the necessary header files.

Fix it.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
3 years agomeson: Don't overwrite includedir
Andrea Bolognani [Tue, 1 Feb 2022 17:56:26 +0000 (18:56 +0100)]
meson: Don't overwrite includedir

The current implementation of the workaround for yajl's broken
pkg-config file accidentally overwrites the value of includedir
that is later used by the installation process. Rename the
local variable to avoid this issue.

Fixes: c97075e1e46e9305d62620d8b05046aae0139438
Closes: https://gitlab.com/libvirt/libvirt/-/issues/271
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agoqemu: add tests for the ISA debug console command line
Daniel P. Berrangé [Wed, 2 Feb 2022 11:54:59 +0000 (11:54 +0000)]
qemu: add tests for the ISA debug console command line

The XML-to-XML test validates that we don't accidentally copy the
isa-debug <serial> into a <console>.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agoconf: support firmware ISA debug console
Daniel P. Berrangé [Thu, 20 Jan 2022 13:10:16 +0000 (08:10 -0500)]
conf: support firmware ISA debug console

Introduce support for

  <serial type='pty'>
    <target type='isa-debug'>
      <model type='isa-debugcon'/>
    </target>
    <address type='isa' iobase='0x402'/>
  </console>

which is used as a way to receive debug messages from the
firmware on x86 platforms.

Note that the default port is hypervisor specific, with QEMU
currently using 0xe9 since that's the original Bochs debug port.
For use with SeaBIOS/OVMF, the iobase port needs to be explicitly
set to 0x402.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agoconf: validate serial port model in ABI checks
Daniel P. Berrangé [Wed, 2 Feb 2022 11:43:09 +0000 (11:43 +0000)]
conf: validate serial port model in ABI checks

The serial port model cannot be allowed to change across migration
as it affects ABI.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agovirnodedeviceobj: Don't unlock virNodeDeviceObj in virNodeDeviceObjListRemove()
Michal Privoznik [Tue, 1 Feb 2022 14:40:23 +0000 (15:40 +0100)]
virnodedeviceobj: Don't unlock virNodeDeviceObj in virNodeDeviceObjListRemove()

When virNodeDeviceObjListRemove() is called, the passed
virNodeDeviceObj is removed from internal list of node devices
and then unrefed and unlocked. While the former is warranted (the
object was refed at the beginning of the function) the unlock is
not. In fact, it's wrong from conceptual POV. We still want
threads working on the object tu mutually exclude each other.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
3 years agotests: Cover virtio-mem being plugged into a bridge
Andrea Bolognani [Wed, 2 Feb 2022 14:57:43 +0000 (15:57 +0100)]
tests: Cover virtio-mem being plugged into a bridge

This is a perfectly valid configuration that we need to keep
working, so add test coverage for it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu: Drop qemuAudioDriver enumeration
Andrea Bolognani [Mon, 17 Jan 2022 15:07:38 +0000 (16:07 +0100)]
qemu: Drop qemuAudioDriver enumeration

This mostly overlaps with virDomainAudioType, but in a couple of
cases the string representations are different.

Right now we're doing that in a somewhat sketchy way, in that we
store values of one enumeration and then convert them to strings
using TypeToString() implementation for the other enumeration;
when converting from string, we open-code the handling of the
special values mentioned above.

Drop the second enumeration and introduce two helpers to deal
with conversion. Most calling sites don't need to be changed, and
one can even be simplified significantly.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu: Correctly translate QEMU_AUDIO_DRV=wav
Andrea Bolognani [Mon, 17 Jan 2022 15:36:01 +0000 (16:36 +0100)]
qemu: Correctly translate QEMU_AUDIO_DRV=wav

This, along with "pa", is the other case where the libvirt and
QEMU names do not match.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agomeson: Add missing virt_install_dirs
Andrea Bolognani [Wed, 2 Feb 2022 10:35:51 +0000 (11:35 +0100)]
meson: Add missing virt_install_dirs

We recently started listing these in the spec file and, since we
were not creating them during the installation phase, that broke
RPM builds.

Fixes: 4b43da0bff9b78dcf1189388d4c89e524238b41d
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agomeson: Sort virt_install_dirs
Andrea Bolognani [Wed, 2 Feb 2022 10:32:58 +0000 (11:32 +0100)]
meson: Sort virt_install_dirs

This will make subsequent patches nicer.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agorpm: List one more directory
Andrea Bolognani [Wed, 2 Feb 2022 10:56:37 +0000 (11:56 +0100)]
rpm: List one more directory

Commit 4b43da0bff9b missed it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu_command: Generate memory only after controllers
Michal Privoznik [Thu, 27 Jan 2022 10:13:53 +0000 (11:13 +0100)]
qemu_command: Generate memory only after controllers

Currently, memory device (def->mems) part of cmd line is
generated before any controller. In majority of cases it doesn't
matter because neither of memory devices live on a bus that's
created by an exposed controller (e.g. there's no DIMM
controller, at least not exposed). Except for virtio-mem and
virtio-pmem, which do have a PCI address. And if it so happens
that the device goes onto non-default bus (pci.0) starting such
guest fails, because the controller that creates the desired bus
wasn't processed yet. QEMU processes arguments in order.

For instance, if virtio-mem has address with bus='0x01' QEMU
refuses to start with the following message:

  Bus 'pci.1' not found

Similarly for virtio-pmem. I've successfully tested migration and
changing the order does not affect migration stream.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2047271
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
3 years agorpm: List more directories
Andrea Bolognani [Mon, 24 Jan 2022 18:05:44 +0000 (19:05 +0100)]
rpm: List more directories

This has two advantages: it makes it possible for the admin to
ask rpm what package they belong to, and results in them ending
up with stricter permissions than they would have if we let
libvirt create them at runtime.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agorpm: Move /var/lib/libvirt from -libs to -daemon
Andrea Bolognani [Mon, 24 Jan 2022 15:54:43 +0000 (16:54 +0100)]
rpm: Move /var/lib/libvirt from -libs to -daemon

The server, not the client, uses local storage.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agorpm: Move /etc/libvirt from -daemon to -libs
Andrea Bolognani [Mon, 24 Jan 2022 15:54:01 +0000 (16:54 +0100)]
rpm: Move /etc/libvirt from -daemon to -libs

Files like libvirt.conf influence the behavior of the library
itself. The daemon depends on the library, so the directory is
guaranteed to be present both on the client side and on the
server side.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu: add PCI root to MIPS Malta machine
Lubomir Rintel [Tue, 1 Feb 2022 14:33:55 +0000 (15:33 +0100)]
qemu: add PCI root to MIPS Malta machine

MIPS Malta (and no other supported MIPS machine) has a PCI bus.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu: add qemuDomainIsMipsMalta()
Lubomir Rintel [Tue, 1 Feb 2022 14:33:54 +0000 (15:33 +0100)]
qemu: add qemuDomainIsMipsMalta()

This identifies various MIPS Malta machines, be it 32-bit or 64-bit,
little-endian or big-endian.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoutil: add ARCH_IS_MIPS helper macro
Lubomir Rintel [Tue, 1 Feb 2022 14:33:53 +0000 (15:33 +0100)]
util: add ARCH_IS_MIPS helper macro

Identifies all of various MIPS sub-architectures: 32-bit or 64-bit,
little-endian or big-endian.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agosrc: Use g_steal_pointer() more
Michal Privoznik [Fri, 28 Jan 2022 17:06:32 +0000 (18:06 +0100)]
src: Use g_steal_pointer() more

There are few places where the g_steal_pointer() is open coded.
Switch them to calling the g_steal_pointer() function instead.
Generated by the following spatch:

  @ rule1 @
  expression a, b;
  @@
    <...
  - b = a;
    ... when != b
  - a = NULL;
  + b = g_steal_pointer(&a);
    ...>

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
3 years agovirpcivpdtest: Fix potential double-free()
Michal Privoznik [Fri, 28 Jan 2022 19:37:42 +0000 (20:37 +0100)]
virpcivpdtest: Fix potential double-free()

Inside the testPCIVPDResourceCustomCompareIndex() function we
have two variables @a and @b, both marked as g_autoptr(). Then,
towards the end of the function b->value is freed and set to
a->value. This is to make sure
virPCIVPDResourceCustomCompareIndex() works correctly even if
->value member is the same for both arguments.

Nevertheless, if the function returns anything else than 0 then
the control executes subsequent return statement and since
b->value points to the very same string as a->value a double free
will occur. Avoid this by setting b->value to NULL explicitly,
just like we are already doing for the successful path.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
3 years agolib: Don't set variable to NULL after VIR_FREE()
Michal Privoznik [Fri, 28 Jan 2022 17:22:06 +0000 (18:22 +0100)]
lib: Don't set variable to NULL after VIR_FREE()

There are a few places where a variable is VIR_FREE()-d and then
explicitly set to NULL. This is not necessary since VIR_FREE()
does that for us.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
3 years agotest_driver: Don't leak @group_name
Michal Privoznik [Mon, 31 Jan 2022 12:52:25 +0000 (13:52 +0100)]
test_driver: Don't leak @group_name

In testDomainSetBlockIoTune() the info.group_name is strdup()-ed
and just after the whole @info structure is passed to
virDomainDiskSetBlockIOTune() the @group_name member is set to
NULL. This creates a memleak, because
virDomainDiskSetBlockIOTune() creates its own copy of the string.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
3 years agoci: containers: Add CentOS Stream 9 target
Erik Skultety [Thu, 27 Jan 2022 11:46:32 +0000 (12:46 +0100)]
ci: containers: Add CentOS Stream 9 target

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agoci: manifest: Allow RPM builds on CentOS Stream 8
Erik Skultety [Wed, 5 Jan 2022 14:23:51 +0000 (15:23 +0100)]
ci: manifest: Allow RPM builds on CentOS Stream 8

The meson version provided by the package managing system satisfies our
minimum requirement.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agolxcDomainDetachDeviceHostdevUSBLive: Use VIR_WITH_OBJECT_LOCK_GUARD
Tim Wiederhake [Tue, 31 Aug 2021 13:09:51 +0000 (15:09 +0200)]
lxcDomainDetachDeviceHostdevUSBLive: Use VIR_WITH_OBJECT_LOCK_GUARD

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agobhyveAutostartDomain: Use virObjectLockGuard
Tim Wiederhake [Tue, 24 Aug 2021 15:20:43 +0000 (17:20 +0200)]
bhyveAutostartDomain: Use virObjectLockGuard

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agovirChrdevFree: Use VIR_WITH_MUTEX_LOCK
Tim Wiederhake [Wed, 25 Aug 2021 08:25:32 +0000 (10:25 +0200)]
virChrdevFree: Use VIR_WITH_MUTEX_LOCK

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agovirChrdevFDStreamCloseCb: Use virLockGuardLock
Tim Wiederhake [Wed, 25 Aug 2021 08:25:32 +0000 (10:25 +0200)]
virChrdevFDStreamCloseCb: Use virLockGuardLock

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agovirobject: Introduce VIR_WITH_OBJECT_LOCK_GUARD
Tim Wiederhake [Mon, 23 Aug 2021 12:47:25 +0000 (14:47 +0200)]
virobject: Introduce VIR_WITH_OBJECT_LOCK_GUARD

Modeled after "WITH_QEMU_LOCK_GUARD" (see qemu's include/qemu/lockable.h).

See comment for typical usage.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agovirobject: Introduce virObjectLockGuard
Tim Wiederhake [Mon, 23 Aug 2021 14:03:54 +0000 (16:03 +0200)]
virobject: Introduce virObjectLockGuard

Typical usage:
    void foobar(virObjectLockable *obj)
    {
        VIR_LOCK_GUARD lock = virObjectLockGuard(obj);
        /* `obj` is locked, and released automatically on scope exit */

        ...
    }

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agovirthread: Introduce VIR_WITH_MUTEX_LOCK_GUARD
Tim Wiederhake [Wed, 25 Aug 2021 08:25:32 +0000 (10:25 +0200)]
virthread: Introduce VIR_WITH_MUTEX_LOCK_GUARD

Modeled after "WITH_QEMU_LOCK_GUARD" (see qemu's include/qemu/lockable.h).

See comment for typical usage.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agovirthread: Introduce virLockGuard
Tim Wiederhake [Wed, 25 Aug 2021 08:25:32 +0000 (10:25 +0200)]
virthread: Introduce virLockGuard

Locks a virMutex on creation and unlocks it in its destructor.

The VIR_LOCK_GUARD macro is used instead of "g_auto(virLockGuard)" to
work around a clang issue (see https://bugs.llvm.org/show_bug.cgi?id=3888
and https://bugs.llvm.org/show_bug.cgi?id=43482).

Typical usage:

    void function(virMutex *m)
    {
        VIR_LOCK_GUARD lock = virLockGuardLock(m);
        /* `m` is locked, and released automatically on scope exit */

        ...
        while (expression) {
            VIR_LOCK_GUARD lock2 = virLockGuardLock(...);
            /* similar */
        }
    }

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agointernal: Add CONCAT macro
Tim Wiederhake [Wed, 25 Aug 2021 08:25:32 +0000 (10:25 +0200)]
internal: Add CONCAT macro

Using the two-step idiom to force resolution of other macros, e.g.:

  #define bar BAR
  CONCAT_(foo, bar)     // foobar
  CONCAT(foo, bar)      // fooBAR

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agosystemd: Use correct man page name in modular daemon service files
Peter Krempa [Tue, 1 Feb 2022 12:13:05 +0000 (13:13 +0100)]
systemd: Use correct man page name in modular daemon service files

The service files were copied out of the service file for libvirtd and
the name of the corresponding manpage was not fixed.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2045959
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
3 years agokbase: debuglogs: Add note about sensitive information in the logs
Peter Krempa [Mon, 31 Jan 2022 12:26:21 +0000 (13:26 +0100)]
kbase: debuglogs: Add note about sensitive information in the logs

Outline information commonly logged which users could consider
sensitive.

Add a note that VNC/SPICE passwords are logged in plaintext.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agovirnwfilterbindingobj: Fix virNWFilterBindingObjNew()
Michal Privoznik [Tue, 1 Feb 2022 09:21:02 +0000 (10:21 +0100)]
virnwfilterbindingobj: Fix virNWFilterBindingObjNew()

The idea behind virNWFilterBindingObjNew() is to create and
return an object of virNWFilterBindingObjClass class. The class
is virObjectLockable (and the corresponding
_virNWFilterBindingObj structure has virObjectLockable parent).
But for some reason plain virObjectNew() is called. This is wrong
because the mutex in the parent is left uninitialized.

Next, the returned object is not locked. This is wrong because in
some cases the returned object is added onto a list of bindings
and then passed to virNWFilterBindingObjEndAPI() which unlocks it
right away. This is potentially dangerous because we might just
have unlocked the object for another thread.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
3 years agoTranslated using Weblate (Swedish)
Göran Uddeborg [Sun, 30 Jan 2022 17:16:37 +0000 (18:16 +0100)]
Translated using Weblate (Swedish)

Currently translated at 32.0% (3354 of 10455 strings)

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

Co-authored-by: Göran Uddeborg <goeran@uddeborg.se>
Signed-off-by: Göran Uddeborg <goeran@uddeborg.se>
3 years agoTranslated using Weblate (Spanish)
Emilio Herrera [Sun, 30 Jan 2022 17:16:36 +0000 (18:16 +0100)]
Translated using Weblate (Spanish)

Currently translated at 48.7% (5097 of 10455 strings)

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

Co-authored-by: Emilio Herrera <ehespinosa57@gmail.com>
Signed-off-by: Emilio Herrera <ehespinosa57@gmail.com>
3 years agolibxl: assume LIBXL_HAVE_PVUSB
Ján Tomko [Fri, 28 Jan 2022 19:11:19 +0000 (20:11 +0100)]
libxl: assume LIBXL_HAVE_PVUSB

Introduced in Xen 4.7 by commit:
  commit bf7628f087b212052a0e9f024044b2790c33f820
    libxl: add pvusb API

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agolibxl: assume LIBXL_HAVE_SRM_V2
Ján Tomko [Fri, 28 Jan 2022 18:54:05 +0000 (19:54 +0100)]
libxl: assume LIBXL_HAVE_SRM_V2

Introduced in Xen 4.6.0 by:
  commit 3a9ace0147d48af49ffd34628f9510f248f2f588
    tools/libxc+libxl+xl: Restore v2 streams

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agolibxl: remove LIBXL_ATTR_UNUSED
Ján Tomko [Fri, 28 Jan 2022 19:01:27 +0000 (20:01 +0100)]
libxl: remove LIBXL_ATTR_UNUSED

Unused as of:
  commit 446d09149802677546449fa2dd253f3ebce377ac
    libxl: pass driver config to libxlMakeDomBuildInfo

All other usage of LIBXL_HAVE_DEVICE_CHANNEL was removed by:
  commit e58004d70aceb560fba64803e566b8be3ef93940
    Xen: Remove unneeded LIBXL_HAVE_* ifdefs

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agolibxl: assume LIBXL_HAVE_DEVICE_BACKEND_DOMNAME
Ján Tomko [Thu, 13 Jan 2022 18:54:34 +0000 (19:54 +0100)]
libxl: assume LIBXL_HAVE_DEVICE_BACKEND_DOMNAME

Introduced in 4.3.0 by xen commit:

  commit ef496b81f0336f09968a318e7f81151dd4f5a0cc
    libxl: postpone backend name resolution

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agotests: refactor testSELinuxLoadDef
Ján Tomko [Sat, 4 Sep 2021 19:10:17 +0000 (21:10 +0200)]
tests: refactor testSELinuxLoadDef

Since its introduction in
commit 907a39e735d256b8428ed4c77009d1f713aea19b
    Add a test suite for validating SELinux labelling

this function did not return NULL on OOM.

Since we abort on OOM now, switch testSELinuxMungePath to void,
return NULL explicitly on XML parsing failure and remove
the (now pointless) cleanup label.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agosyntax-check: https: list the HTTP-only sites
Ján Tomko [Tue, 25 Aug 2020 21:58:22 +0000 (23:58 +0200)]
syntax-check: https: list the HTTP-only sites

Instead of listing the sites that surely support HTTPS,
list the ones that don't.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu: qemuDomainSetLaunchSecurityState: do not lookup qemuCaps in cache
Ján Tomko [Fri, 28 Jan 2022 16:44:32 +0000 (17:44 +0100)]
qemu: qemuDomainSetLaunchSecurityState: do not lookup qemuCaps in cache

Any active domain has a copy in the privateData, filled in
qemuProcessInit.

Move the qemu capability check below the activeness check and remove
the extra lookup.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
3 years agolib: Drop '&*' from '&*variable'
Michal Privoznik [Mon, 31 Jan 2022 08:28:16 +0000 (09:28 +0100)]
lib: Drop '&*' from '&*variable'

Apparently, some of '&*variable' slipped in. Drop '&*' and access
the variable directly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ani Sinha <ani@anisinha.ca>
3 years agoqemu: qemuDomainSetLaunchSecurityState: check for params presence
Ján Tomko [Thu, 27 Jan 2022 18:41:24 +0000 (19:41 +0100)]
qemu: qemuDomainSetLaunchSecurityState: check for params presence

We require the header and the secret to be present.

Use a different approach to virParams to report an error if they
are not present, instead of trying to pass empty arguments to QEMU
via QMP.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agovirsh: domsetlaunchsecstate: report error if no options are passed
Ján Tomko [Wed, 26 Jan 2022 12:25:44 +0000 (13:25 +0100)]
virsh: domsetlaunchsecstate: report error if no options are passed

We already exit if they are not present.

Report an error, but do not mark them as required in case a future
version of this command will want to accept a different set of
parameters.

https://bugzilla.redhat.com/show_bug.cgi?id=2046024

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoutil: refactor virNetDevBandwidthUnplug
Ján Tomko [Mon, 17 Jan 2022 17:02:33 +0000 (18:02 +0100)]
util: refactor virNetDevBandwidthUnplug

Remove pointless 'ret', cmd variable reuse and use g_auto.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoutil: refactor virNetDevBandwidthPlug
Ján Tomko [Mon, 17 Jan 2022 17:02:32 +0000 (18:02 +0100)]
util: refactor virNetDevBandwidthPlug

Use g_auto, split the double use of 'cmd' variable and remove useless
ret variable.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoutil: virNetDevBandwidthClear: use g_auto
Ján Tomko [Mon, 17 Jan 2022 17:02:31 +0000 (18:02 +0100)]
util: virNetDevBandwidthClear: use g_auto

Separate the two uses of 'cmd' to avoid mixing manual and automatic
cleanup.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoutil: virNetDevBandwidthManipulateFilter: use g_auto
Ján Tomko [Mon, 17 Jan 2022 17:02:30 +0000 (18:02 +0100)]
util: virNetDevBandwidthManipulateFilter: use g_auto

Reduce the scope of the variable to avoid renaming it.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoutil: virNetDevBandwidthUpdateRate: refactor
Ján Tomko [Mon, 17 Jan 2022 17:02:29 +0000 (18:02 +0100)]
util: virNetDevBandwidthUpdateRate: refactor

Use automatic cleanup and remove the 'ret' variable in favor of
direct returns.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoutil: midonet: use g_auto for virCommand
Ján Tomko [Mon, 17 Jan 2022 17:02:28 +0000 (18:02 +0100)]
util: midonet: use g_auto for virCommand

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agodomain_cgroup: Don't put semicolon at the end of VIR_GET_LIMIT_PARAMETER macro
Michal Privoznik [Fri, 28 Jan 2022 11:15:01 +0000 (12:15 +0100)]
domain_cgroup: Don't put semicolon at the end of VIR_GET_LIMIT_PARAMETER macro

In domain_cgroup.c there's VIR_GET_LIMIT_PARAMETER macro which
has a semicolon at the end of its declaration. Well, remove it so
that the places where macro is used have to put the semicolon
explicitly. This helps with automatic reformatting (at least in
vim).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
3 years agoch_driver: emulator threadinfo & pinning callbacks
Praveen K Paladugu [Tue, 25 Jan 2022 16:19:59 +0000 (16:19 +0000)]
ch_driver: emulator threadinfo & pinning callbacks

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoch_process: Setup emulator and iothread settings
Praveen K Paladugu [Tue, 25 Jan 2022 16:19:58 +0000 (16:19 +0000)]
ch_process: Setup emulator and iothread settings

using virCHProcessSetupPid

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoch_driver: add numatune callbacks for CH driver
Vineeth Pillai [Tue, 25 Jan 2022 16:19:57 +0000 (16:19 +0000)]
ch_driver: add numatune callbacks for CH driver

Signed-off-by: Vineeth Pillai <viremana@linux.microsoft.com>
Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoch_driver: enable typed param string for numatune
Vineeth Pillai [Tue, 25 Jan 2022 16:19:56 +0000 (16:19 +0000)]
ch_driver: enable typed param string for numatune

Enable support of VIR_DRV_FEATURE_TYPED_PARAM_STRING to enable numatune

Signed-off-by: Vineeth Pillai <viremana@linux.microsoft.com>
Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoch_driver, ch_domain: vcpupin callback in ch driver
Vineeth Pillai [Tue, 25 Jan 2022 16:19:55 +0000 (16:19 +0000)]
ch_driver, ch_domain: vcpupin callback in ch driver

Signed-off-by: Vineeth Pillai <viremana@linux.microsoft.com>
Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoch: Move and rename chDomObjFromDomain()
Vineeth Pillai [Fri, 28 Jan 2022 11:51:33 +0000 (12:51 +0100)]
ch: Move and rename chDomObjFromDomain()

The chDomObjFromDomain() function which currently lives as a
static one in ch_driver.c is going to be needed in other parts
of the driver. Move it into ch_domain.c, rename to
virCHDomainObjFromDomain() and expose in corresponding header
file for the rest of the driver to use.

Signed-off-by: Vineeth Pillai <viremana@linux.microsoft.com>
Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoch: methods for cgroup mgmt in ch driver
Vineeth Pillai [Tue, 25 Jan 2022 16:19:54 +0000 (16:19 +0000)]
ch: methods for cgroup mgmt in ch driver

Signed-off-by: Vineeth Pillai <viremana@linux.microsoft.com>
Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
3 years agoqemu, hypervisor: refactor some cgroup mgmt methods
Praveen K Paladugu [Tue, 25 Jan 2022 16:19:53 +0000 (16:19 +0000)]
qemu, hypervisor: refactor some cgroup mgmt methods

Refactor some cgroup management methods from qemu into hypervisor.
These methods will be shared with ch driver for cgroup management.

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>