A C toolkit to interract with the virtualization capabilities of Linux

Edit Package libvirt

Libvirt is a C toolkit to interact with the virtualization
capabilities of Linux. Virtualization of the Linux Operating System means
the ability to run multiple instances of Operating Systems concurrently
on a single hardware system where the basic resources are driven by a
Linux instance. The library aims to provide long term stable C API
to interact with Linux virtualization technologies.

Refresh
Refresh
Source Files
Filename Size Changed
0001-Extract-stats-functions-from-the-qemu-driver.patch 0000014740 14.4 KB
0001-libxl-add-support-for-BlockResize-API.patch 0000005350 5.22 KB
0002-lxc-implement-connectGetAllDomainStats.patch 0000005164 5.04 KB
23b51d7b-libxl-disable-death-event.patch 0000004063 3.97 KB
5c5df531-libxl-search-domid-in-thread.patch 0000008311 8.12 KB
_service 0000000232 232 Bytes
a4e6fba0-libxl-rename-threadinfo-struct.patch 0000002478 2.42 KB
a7a03324-libxl-protect-logger-access.patch 0000002776 2.71 KB
b9a5faea-libxl-handle-death-thread.patch 0000005518 5.39 KB
baselibs.conf 0000000098 98 Bytes
e4f7589a-libxl-shutdown-thread-name.patch 0000001126 1.1 KB
libvirt-7.10.0.tar.xz 0008798000 8.39 MB
libvirt-7.10.0.tar.xz.asc 0000000833 833 Bytes
libvirt-power8-models.patch 0000000563 563 Bytes
libvirt-rpmlintrc 0000000189 189 Bytes
libvirt-supportconfig 0000004484 4.38 KB
libvirt-suse-netcontrol.patch 0000007919 7.73 KB
libvirt.changes 0000209584 205 KB
libvirt.keyring 0000016536 16.1 KB
libvirt.spec 0000068060 66.5 KB
libvirtd-relocation-server.fw 0000000112 112 Bytes
libvirtd-relocation-server.xml 0000000224 224 Bytes
libxl-dom-reset.patch 0000002719 2.66 KB
libxl-set-cach-mode.patch 0000001744 1.7 KB
libxl-set-migration-constraints.patch 0000015855 15.5 KB
libxl-support-block-script.patch 0000002245 2.19 KB
lxc-wait-after-eth-del.patch 0000002636 2.57 KB
network-don-t-use-dhcp-authoritative-on-static-netwo.patch 0000002446 2.39 KB
ppc64le-canonical-name.patch 0000000631 631 Bytes
qemu-apparmor-screenshot.patch 0000000463 463 Bytes
suse-libvirt-guests-service.patch 0000001078 1.05 KB
suse-libvirtd-disable-tls.patch 0000001907 1.86 KB
suse-libxl-disable-autoballoon.patch 0000002961 2.89 KB
suse-qemu-conf.patch 0000003551 3.47 KB
suse-qemu-domain-hook.py 0000009555 9.33 KB
suse-qemu-ovmf-paths.patch 0000003933 3.84 KB
suse-xen-ovmf-paths.patch 0000000839 839 Bytes
virt-create-rootfs.patch 0000009495 9.27 KB
Revision 344 (latest revision is 398)
Comments 8

Sean Lewis's avatar

libvirt 4.7.0 has been released: ftp://libvirt.org/libvirt/libvirt-4.7.0.tar.xz


James Fehlig's avatar

We need a resolution to bug#1106813 before libvirt 4.7.0 can be submitted to Factory. Note that I have 4.7.0 packaged and staged in my home project

https://build.opensuse.org/package/show/home:jfehlig:branches:Virtualization/libvirt


Victor Morales's avatar

I couldn't find a place to report an issue, hopefully some developer take a look this comment

~> sudo libvirtd --version
libvirtd: symbol lookup error: /usr/lib64/libgobject-2.0.so.0: undefined symbol: g_uri_ref
~> cat /etc/os-release 
NAME="openSUSE Tumbleweed"
# VERSION="20201025"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20201025"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:tumbleweed:20201025"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
~> uname -a
Linux localhost 5.8.15-1-default #1 SMP Thu Oct 15 08:10:08 UTC 2020 (c680e93) x86_64 x86_64 x86_64 GNU/Linux
~> sudo zypper info libvirt
Loading repository data...
Reading installed packages...


Information for package libvirt:
--------------------------------
Repository     : openSUSE-Tumbleweed-Oss
Name           : libvirt
Version        : 6.8.0-2.1
Arch           : x86_64
Vendor         : openSUSE
Installed Size : 0 B
Installed      : Yes
Status         : up-to-date
Source package : libvirt-6.8.0-2.1.src
Summary        : Library providing a virtualization API
Description    : 
    Libvirt is a C toolkit to interact with the virtualization
    capabilities of Linux. Virtualization of the Linux Operating System means
    the ability to run multiple instances of Operating Systems concurrently
    on a single hardware system where the basic resources are driven by a
    Linux instance. The library aims to provide long term stable C API
    to interact with Linux virtualization technologies.


James Fehlig's avatar

libvirt doesn't use the symbol g_uri_ref. There's likely something wrong with your libgobject installation. I just updated one of my TW machines and don't see the problem

~> sudo libvirtd --version
libvirtd (libvirt) 6.8.0

~> cat /etc/os-release 
NAME="openSUSE Tumbleweed"
# VERSION="20201026"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20201026"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:tumbleweed:20201026"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
LOGO="distributor-logo"

Victor Morales's avatar

Apparently this was an issue which can only be reproduced in the version v1.0.20201025 of the vagrant box image , I upgraded it to v1.0.20201026 and the issue is gone. Thanks @jfehlig


John Shand's avatar

VirtualBox is now at version 6.1.16. please update


James Fehlig's avatar

The libvirt vbox driver is disabled. I'm happy to enable it if there is an interested maintainer.


John Shand's avatar

oh i got the impression that libvirt maintainer also was the maintainer for Virtualbox. sorry for the confusion

openSUSE Build Service is sponsored by