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
apparmor-dont-scrub-environment-of-virtlogd-process.patch 0000000866 866 Bytes
apparmor-fixes.patch 0000000394 394 Bytes
apparmor-no-mount.patch 0000001468 1.43 KB
baselibs.conf 0000000098 98 Bytes
blockcopy-check-dst-identical-device.patch 0000001230 1.2 KB
libvirt-1.3.5.tar.gz 0035109092 33.5 MB
libvirt-1.3.5.tar.gz.asc 0000000181 181 Bytes
libvirt-guests-init-script.patch 0000008990 8.78 KB
libvirt-power8-models.patch 0000000643 643 Bytes
libvirt-rpmlintrc 0000000037 37 Bytes
libvirt-suse-netcontrol.patch 0000007481 7.31 KB
libvirt.changes 0000122665 120 KB
libvirt.keyring 0000005223 5.1 KB
libvirt.spec 0000050657 49.5 KB
libvirtd-defaults.patch 0000001538 1.5 KB
libvirtd-init-script.patch 0000002164 2.11 KB
libvirtd-relocation-server.fw 0000000112 112 Bytes
libvirtd.init 0000002631 2.57 KB
libxl-qemu-emulator-caps.patch 0000001249 1.22 KB
libxl-support-block-script.patch 0000002343 2.29 KB
lxc-wait-after-eth-del.patch 0000002228 2.18 KB
ppc64le-canonical-name.patch 0000000625 625 Bytes
qemu-apparmor-screenshot.patch 0000000523 523 Bytes
support-managed-pci-xen-driver.patch 0000005255 5.13 KB
suse-qemu-conf.patch 0000002209 2.16 KB
systemd-service-xen.patch 0000000414 414 Bytes
virtlockd-init-script.patch 0000004056 3.96 KB
virtlogd-init-script.patch 0000003938 3.85 KB
xen-pv-cdrom.patch 0000000960 960 Bytes
xen-sxpr-disk-type.patch 0000001369 1.34 KB
Revision 207 (latest revision is 400)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 400902 from James Fehlig's avatar James Fehlig (jfehlig) (revision 207)
Latest libvirt release for Factory/Tumbleweed.

- apparmor: Don't scrub environment of virtlogd process
  apparmor-dont-scrub-environment-of-virtlogd-process.patch
  boo#980441

- Update to libvirt 1.3.5
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    e4d131b8-mv-virDomainDefPostParseInternal.patch,
    3e428670-post-parse-implicit-video.patch,
    538012c8-default-vram.patch, 96b21fb0-vram-tests.patch,
    400e716d-libxl-noprope-emulator.patch,
    b90c4b5f-tests-use-qemu-xen.patch,
    fccf2725-libxl-API-4.4.patch,
    5325123d-libxl-migv2-save-restore.patch,
    f9edcfa4-libxl-migv2-migration.patch,
    a1c9a81a-libxl-rbd-fix.patch,
    ba566428-libxl-dom-iface-addrs.patch
- spec: simplify and cleanup by removing many conditionals that
  are never toogled. Also drop conditionals for suse_version <
  1310
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