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 |
---|---|---|
AF_PACKET.patch | 0000001072 1.05 KB | |
baselibs.conf | 0000000098 98 Bytes | |
c05ec920-polkit0-build.patch | 0000000783 783 Bytes | |
clone.patch | 0000001801 1.76 KB | |
fcdfa31f-polkit0-auth.patch | 0000002006 1.96 KB | |
install-apparmor-profiles.patch | 0000008440 8.24 KB | |
libvirt-0.9.10.tar.bz2 | 0013393379 12.8 MB | |
libvirt-suse-netcontrol.patch | 0000007096 6.93 KB | |
libvirt.changes | 0000052519 51.3 KB | |
libvirt.spec | 0000030749 30 KB | |
libvirtd-defaults.patch | 0000001721 1.68 KB | |
libvirtd-relocation-server.fw | 0000000112 112 Bytes | |
libvirtd.init | 0000002050 2 KB | |
relax-qemu-usergroup-check.patch | 0000001217 1.19 KB | |
suse-qemu-conf.patch | 0000001432 1.4 KB | |
use-init-script-redhat.patch | 0000009470 9.25 KB | |
xen-name-for-devid.patch | 0000004193 4.09 KB | |
xen-pv-cdrom.patch | 0000000916 916 Bytes |
Revision 95 (latest revision is 407)
Stephan Kulow (coolo)
accepted
request 105602
from
James Fehlig (jfehlig)
(revision 95)
- Add a note in /etc/libvirt/qemu.conf describing administrator vigilance required when enabling a lock manager such as sanlock - Recommend dmidecode if suse_version > 1110. dmidecode is used by virConnectGetSysinfo. - Add upstream patches to fix issues with older PolicyKit c05ec920-polkit0-build.patch fcdfa31f-polkit0-auth.patch - Update to libvirt 0.9.10 - Add support for sVirt in the LXC driver - Add new API virDomainBlockRebase - Add api to set and get domain metadata - virDomainGetDiskErrors public API - Add rawio attribute to disk element of domain XML - Introduce virDomainPMSuspendForDuration API - Add virStorageVolResize() API - Add a virt-host-validate command to sanity check HV config - Add new virDomainShutdownFlags API - QEMU guest agent support - Fix libvirtd apparmor profile to work with libxenlight toolstack Updated install-apparmor-profiles.patch bnc#745890 - Fix init script packaging after enabling systemd support - Fix %files after enabling sanlock support
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