Jump to letter: [
ABCDEGIJKLMNOPQRSTUV
]
libguestfs - Access and modify virtual machine disk images
- Description:
Libguestfs is a library for accessing and modifying virtual machine
disk images. http://libguestfs.org
It can be used to make batch configuration changes to guests, get
disk used/free statistics (virt-df), migrate between hypervisors
(virt-p2v, virt-v2v), perform backups and guest clones, change
registry/UUID/hostname info, build guests from scratch (virt-builder)
and much more.
Libguestfs uses Linux kernel and qemu code, and can access any type of
guest filesystem that Linux and qemu can, including but not limited
to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition
schemes, qcow, qcow2, vmdk.
Libguestfs for Red Hat Enterprise Linux is split into several subpackages.
The basic subpackages are:
libguestfs C library
libguestfs-tools virt-* tools, guestfish and guestmount (FUSE)
libguestfs-tools-c only the subset of virt tools written in C
(for reduced dependencies)
virt-dib safe and secure diskimage-builder replacement
virt-v2v convert virtual machines to run on KVM (V2V)
virt-p2v-maker convert physical machines to run on KVM (P2V)
libguestfs-appliance pre-built binary appliance for libguestfs
For enhanced features, install:
libguestfs-inspect-icons adds support for inspecting guest icons
For developers:
libguestfs-devel C/C++ header files and library
libguestfs-benchmarking Benchmarking utilities
Language bindings:
libguestfs-gobject-devel GObject bindings and GObject Introspection
libguestfs-java-devel Java bindings
lua-guestfs Lua bindings
ocaml-libguestfs-devel OCaml bindings
perl-Sys-Guestfs Perl bindings
python-libguestfs Python bindings
ruby-libguestfs Ruby bindings
Packages
libguestfs-1.40.2-10.vz7.1.x86_64
[690 KiB] |
Changelog
by Andrey Drobyshev (2023-02-28):
- build: add Virtuozzo to the distro check as RedHat-based distribution
- Revert "RHEL 7: v2v: Disable the virt-v2v --in-place option."
- Revert "RHEL 7: Reject use of libguestfs-winsupport features except for virt-* tools (RHBZ#1240276)."
- v2v: set up firstboot script to install vztools-win
- v2v: set up firstboot script to install vztools-lin
- v2v: shut down windows VM to finish guest setup
- v2v: shut down linux VM to finish guest setup
- firstboot: add DelayedAutoStart value in the registry
- python: ensure GIL throughout event callback wrapper
- v2v: windows_virtio: match only vendor/device
- v2v: install Virtuozzo tools in offline mode
- v2v:linux: provide '-h' option to shutdown command
- v2v:linux: recognize VZ kernels too
- customize: skip SELinux relabeling if it's disabled
- daemon: drop error message check in do_part_expand_gpt
- v2v: make openstack output driver support UEFI
- v2v:linux: detect support for virtio-scsi
- v2v: make virtio-scsi the default block driver
- v2v: call ntfsfix if NTFS root partition is unclean
- v2v: only install VZ tools when they are present on the host
- v2v: change getting firmware for the destination
- v2v: look for qxldod.inf if can't find qxl.inf
- v2v: fix UEFI bootloader for linux guests
- v2v: convert-windows: remove installation reference for prl_strg driver
- appliance: Pass root=UUID=<uuid> instead of appliance device name (RHBZ#1804207).
- appliance: extract UUID from QCOW2 disk image
- v2v: support configuration of viosock driver
- v2v: fix waiting a passhrase for encrypted disk #PSBM-135626
|