]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix qemuDomainGetEmulatorPinInfo()
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Mar 2023 11:31:08 +0000 (12:31 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Mar 2023 11:46:43 +0000 (12:46 +0100)
commit7feed1613df72acd6dbcb65513942163b56e6b3a
tree2b2c8cb144522ef3d2e47da5edcadce00f4da7f4
parentb4ccb0dc412bcdb09863b2fa1ee65d09808a2c08
qemu: Fix qemuDomainGetEmulatorPinInfo()

The order of pinning priority (at least for emulator thread) was
set by v1.2.15-rc1~58 (for cgroup code). But later, when
automatic placement was implemented into
qemuDomainGetEmulatorPinInfo(), the priority was not honored.

Now that we have this priority code in a separate function, we
can just call that and avoid this type of error.

Fixes: 776924e37649f2d47acd805746d5fd9325212ea5
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_driver.c