Libvirt provides a portable, long term stable C API for managing the virtualization technologies provided by many operating systems. It includes support for QEMU, KVM, Xen, LXC, bhyve, Virtuozzo, VMware vCenter and ESX, VMware Desktop, Hyper-V, VirtualBox and the POWER Hypervisor.
Go to file
Jiri Denemark a12b2d8f21 Post-release version bump to 8.4.0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2022-05-02 13:37:43 +02:00
.ctags.d
.github/workflows
.gitlab/issue_templates docs: bugs: Remove raw HTML anchor 'quality' 2022-04-25 16:33:01 +02:00
build-aux tests: don't set G_DEBUG=fatal-warnings on macOS 2022-04-28 13:45:44 +01:00
ci ci: print stack traces on macOS if any tests fail 2022-04-28 13:36:34 +01:00
docs virsh: cmdBlockcopy: Add '--print-xml' flag 2022-04-25 16:37:05 +02:00
examples examples: drop some conditionals checks from macros 2022-01-17 10:44:33 +00:00
include include: Move version information 2022-04-26 17:38:35 +02:00
po Translated using Weblate (Polish) 2022-04-30 12:51:30 +02:00
scripts scripts: apibuild: add parsing variable's comments 2022-04-26 17:54:33 +02:00
src cpu: Remove pointless check 2022-04-27 09:42:59 +02:00
tests tests: don't set G_DEBUG=fatal-warnings on macOS 2022-04-28 13:45:44 +01:00
tools virsh: cmdBlockcopy: Fix generator of block copy disk XML 2022-04-25 16:37:05 +02:00
.ctags
.dir-locals.el
.editorconfig
.gitattributes Add .gitattributes file 2022-03-17 14:33:12 +01:00
.gitignore
.gitlab-ci.yml ci: Move codestyle job to openSUSE Leap 15.3 2022-04-14 17:59:33 +02:00
.gitmodules
.gitpublish
.mailmap
AUTHORS.rst.in AUTHORS: change my (Nikolay Shirokovskiy) email 2022-04-06 11:00:53 +03:00
config.h configure: bump min required CLang to 6.0 / XCode 10.0 2022-01-17 10:44:29 +00:00
configmake.h.in
CONTRIBUTING.rst
COPYING
COPYING.LESSER
gitdm.config gitdm: add 'ibm' file 2019-10-18 17:32:52 +02:00
libvirt-admin.pc.in
libvirt-lxc.pc.in
libvirt-qemu.pc.in
libvirt.pc.in
libvirt.spec.in spec: Move virkey* manual pages from -daemon to -client 2022-03-17 14:45:51 +01:00
meson_options.txt meson: Introduce qemu_datadir option 2021-11-18 15:48:59 +01:00
meson.build Post-release version bump to 8.4.0 2022-05-02 13:37:43 +02:00
mingw-libvirt.spec.in
NEWS.rst Post-release version bump to 8.4.0 2022-05-02 13:37:43 +02:00
README.rst
run.in run: gracefully handle SIGHUP, SIGQUIT, SIGTERM 2022-03-10 08:06:12 +00:00

GitLab CI Build Status

CII Best Practices

Translation status

Libvirt API for virtualization

Libvirt provides a portable, long term stable C API for managing the virtualization technologies provided by many operating systems. It includes support for QEMU, KVM, Xen, LXC, bhyve, Virtuozzo, VMware vCenter and ESX, VMware Desktop, Hyper-V, VirtualBox and the POWER Hypervisor.

For some of these hypervisors, it provides a stateful management daemon which runs on the virtualization host allowing access to the API both by non-privileged local users and remote users.

Layered packages provide bindings of the libvirt C API into other languages including Python, Perl, PHP, Go, Java, OCaml, as well as mappings into object systems such as GObject, CIM and SNMP.

Further information about the libvirt project can be found on the website:

https://libvirt.org

License

The libvirt C API is distributed under the terms of GNU Lesser General Public License, version 2.1 (or later). Some parts of the code that are not part of the C library may have the more restrictive GNU General Public License, version 2.0 (or later). See the files COPYING.LESSER and COPYING for full license terms & conditions.

Installation

Instructions on building and installing libvirt can be found on the website:

https://libvirt.org/compiling.html

Contributing

The libvirt project welcomes contributions in many ways. For most components the best way to contribute is to send patches to the primary development mailing list. Further guidance on this can be found on the website:

https://libvirt.org/contribute.html

Contact

The libvirt project has two primary mailing lists:

Further details on contacting the project are available on the website:

https://libvirt.org/contact.html