A C toolkit to interract with the virtualization capabilities of Linux
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.
- Developed at Virtualization
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:adrianSuSE:PL/libvirt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
a495365d-sexpr-empty-str.patch | 0000001279 1.25 KB | |
baselibs.conf | 0000000098 98 Bytes | |
clone.patch | 0000001801 1.76 KB | |
d47ab3fe-polkit0.patch | 0000000897 897 Bytes | |
install-apparmor-profiles.patch | 0000008320 8.13 KB | |
libvirt-0.9.7.tar.bz2 | 0012461024 11.9 MB | |
libvirt-suse-netcontrol.patch | 0000007078 6.91 KB | |
libvirt.changes | 0000048198 47.1 KB | |
libvirt.spec | 0000027762 27.1 KB | |
libvirtd-defaults.patch | 0000001715 1.67 KB | |
libvirtd-relocation-server.fw | 0000000112 112 Bytes | |
libvirtd.init | 0000002050 2 KB | |
suse-qemu-conf.patch | 0000000752 752 Bytes | |
use-init-script-redhat.patch | 0000007817 7.63 KB | |
xen-domctl-ver8.patch | 0000013932 13.6 KB | |
xen-name-for-devid.patch | 0000004190 4.09 KB | |
xen-pv-cdrom.patch | 0000000913 913 Bytes |
Revision 90 (latest revision is 407)
Stephan Kulow (coolo)
accepted
request 94176
from
Charles Arnold (charlesa)
(revision 90)
- Handle empty strings in s-expression returned by xend a495365d-sexpr-empty-str.patch bnc#731344 - Allow libvirtd to access libvirt_{io,part}helper when confined by apparmor Update install-apparmor-profiles.patch bnc#730435 - Accommodate Xen domctl version 8 xen-domctl-ver8.patch - add libtool as buildrequire to avoid implicit dependency - Fix build when using older PolicyKit d47ab3fe-polkit0.patch - Update to libvirt 0.9.7 - esx: support vSphere 5.x - vbox: support for VirtualBox 4.1 - Introduce the virDomainOpenGraphics API - Add AHCI support to qemu driver - snapshot: many improvements and 2 new APIs - api: Add public api for 'reset'
Comments 8
libvirt 4.7.0 has been released: ftp://libvirt.org/libvirt/libvirt-4.7.0.tar.xz
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
I couldn't find a place to report an issue, hopefully some developer take a look this comment
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
Apparently this was an issue which can only be reproduced in the version
v1.0.20201025
of the vagrant box image , I upgraded it tov1.0.20201026
and the issue is gone. Thanks @jfehligVirtualBox is now at version 6.1.16. please update
The libvirt vbox driver is disabled. I'm happy to enable it if there is an interested maintainer.
oh i got the impression that libvirt maintainer also was the maintainer for Virtualbox. sorry for the confusion