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
Pavel Hrdina 819ae888ec qemu_snapshot: correctly load the saved memory state file
Original code assumed that the memory state file is only migration
stream but it has additional metadata stored by libvirt. To correctly
load the memory state file we need to reuse code that is used when
restoring domain from saved image.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2023-10-09 13:56:50 +02:00
.ctags.d
.github/workflows
.gitlab/issue_templates
build-aux tests: add tests for nbdkit invocation 2023-09-19 14:28:50 -05:00
ci ci: add libnbd to build 2023-09-19 14:28:50 -05:00
docs docs: Fix typos 2023-10-09 06:59:29 +02:00
examples examples: Report network metadata change event 2023-09-18 11:24:55 +02:00
include Define Network Metadata change event 2023-09-18 11:24:47 +02:00
po Translated using Weblate (Swedish) 2023-10-07 22:36:00 +02:00
scripts systemd: Introduce common templates 2023-10-02 10:41:07 +02:00
src qemu_snapshot: correctly load the saved memory state file 2023-10-09 13:56:50 +02:00
subprojects
tests virDomainMemoryDefValidate: Check for overlapping memory devices 2023-09-22 16:37:10 +02:00
tools virsh: Account for return values in virNodeGetFreePages 2023-10-03 09:16:55 +02:00
.ctags
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml .gitlab-ci.yml: Convert the potfile job to the build.sh usage 2023-09-12 11:36:03 +02:00
.gitmodules
.gitpublish gitpublish: Add suppresscc option 2023-10-02 10:11:12 +02:00
.mailmap
AUTHORS.rst.in
config.h
configmake.h.in
CONTRIBUTING.rst
COPYING
COPYING.LESSER
gitdm.config
libvirt-admin.pc.in
libvirt-lxc.pc.in
libvirt-qemu.pc.in
libvirt.pc.in
libvirt.spec.in meson: Improve nbdkit configurability 2023-10-05 22:49:14 +02:00
meson_options.txt meson: Improve nbdkit configurability 2023-10-05 22:49:14 +02:00
meson.build meson: Improve nbdkit configurability 2023-10-05 22:49:14 +02:00
NEWS.rst Post-release version bump to 9.9.0 2023-10-02 09:33:28 +02:00
README.rst
run.in run: add ability to set selinux context 2023-08-23 14:22:36 -05: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