.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Podwrapper::Man 1.52.0 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "guestfs-release-notes-1.28 1" .TH guestfs-release-notes-1.28 1 2024-01-05 libguestfs-1.52.0 "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME guestfs\-release\-notes \- libguestfs Release Notes .SH "RELEASE NOTES FOR LIBGUESTFS 1.28" .IX Header "RELEASE NOTES FOR LIBGUESTFS 1.28" These release notes only cover the differences from the previous stable/dev branch split (1.26.0). For detailed changelogs, please see the git repository, or the ChangeLog file distributed in the tarball. .SS "New features" .IX Subsection "New features" \fITools\fR .IX Subsection "Tools" .PP \&\fBvirt\-v2v\fR\|(1) and \fBvirt\-p2v\fR\|(1) are tools for converting from foreign hypervisors (such as VMware or Xen) or physical machines, to KVM. These tools were previously a separate project. The code for both tools has been integrated into the libguestfs tree. As part of the refactoring, virt\-p2v has been rewritten (from Ruby, now C), and virt\-v2v now uses several modern features of qemu which make it run many times faster than before. \fBvirt\-v2v\fR\|(1) can import from: VMware vCenter, VMware OVA files, local disk files, libvirt, RHEL 5 Xen. It can output to: oVirt or Red Hat Enterprise Virtualization (RHEV-M), OpenStack Glance, libvirt, qemu, local disk files. .PP \&\fBvirt\-log\fR\|(1) is a new tool for listing log files from guests. It supports a variety of guests including Linux traditional, Linux using journal, and Windows event log. .PP \&\fBvirt\-builder\fR\|(1) has a new \f(CW\*(C`\-\-machine\-readable\*(C'\fR option to make it simpler to consume virt-builder from other programs. .PP New \fBvirt\-builder\fR\|(1) and \fBvirt\-customize\fR\|(1) \fI\-\-chmod\fR option. .PP \&\fBvirt\-sysprep\fR\|(1) will now remove: systemd journals, anaconda logs, lightdm logs, debian-installer files, apt logs, exim logs, ConsoleKit logs, firewalld logs, grubby logs, proftpd logs, libvirt/libxml logs, and several other log files. The virt-sysprep \f(CW\*(C`user\-account\*(C'\fR operation is now able to remove or keep particular user accounts. (Pino Toscano). .PP New \fBguestmount\fR\|(1) \fI\-\-fd\fR option, allowing you to run guestmount captive under another process. .PP \&\fBvirt\-sparsify\fR\|(1) has a new \fI\-\-tmp\fR option allowing you to precisely control where temporary files are stored. .PP \&\fBvirt\-sparsify\fR\|(1) can now write to a block device. .PP \&\fBvirt\-customize\fR\|(1) and \fBvirt\-sysprep\fR\|(1) now support adding firstboot scripts to Windows guests. .PP \&\fBvirt\-cat\fR\|(1), \fBvirt\-edit\fR\|(1), \fBvirt\-ls\fR\|(1) now support the \fI\-m\fR option, allowing you to override automatic inspection of guests and instead specify where to mount partitions (Pino Toscano). .PP The virt tools now have coloured output: green for OK, red for errors, blue for warnings. .PP \fILanguage bindings\fR .IX Subsection "Language bindings" .PP You can build a Python distribution using \f(CW\*(C`make \-C python sdist\*(C'\fR .PP Ruby bindings have switched from \f(CW\*(C`Test::Unit\*(C'\fR to \f(CW\*(C`MiniTest\*(C'\fR. .PP The Java bindings are now compatible with OpenJDK 8 (Pino Toscano). .PP \fIInspection\fR .IX Subsection "Inspection" .PP Oracle Linux is returned as \f(CW\*(C`oraclelinux\*(C'\fR (Nikos Skalkotos). .PP Linux guests which do not have \fI/etc/fstab\fR can now be handled (Pino Toscano). .PP Minix is returned as \f(CW\*(C`minix\*(C'\fR (Pino Toscano). .PP \fIArchitectures\fR .IX Subsection "Architectures" .PP Aarch64 (64 bit ARM) support has been added. .PP Inspection and the \f(CW\*(C`guestfs_file_architecture\*(C'\fR call can now recognize arm (32 bit) and aarch64 guests. .SS Security .IX Subsection "Security" .IP "CVE\-2014\-0191 Network usage and entity resolution in XML parsing" 4 .IX Item "CVE-2014-0191 Network usage and entity resolution in XML parsing" Libguestfs previously used unsafe libxml2 APIs for parsing libvirt XML. These APIs defaulted to allowing network connections to be made when certain XML documents were presented. Using a malformed XML document it was also possible to exhaust all CPU, memory or file descriptors on the machine. .Sp Since the libvirt XML comes from a trusted source (the libvirt daemon) it is not thought that this could have been exploitable. .Sp This was fixed in libguestfs ≥ 1.27.9 and the fix was backported to stable versions ≥ 1.26.2, ≥ 1.24.9, ≥ 1.22.10 and ≥ 1.20.13. (Thanks: Dan Berrange, Pino Toscano). .IP "Shellshock (bash CVE\-2014\-6271)" 4 .IX Item "Shellshock (bash CVE-2014-6271)" This bash bug indirectly affects libguestfs. For more information see: https://www.redhat.com/archives/libguestfs/2014\-September/msg00252.html .SS API .IX Subsection "API" \fINew APIs\fR .IX Subsection "New APIs" .ie n .IP """guestfs_clear_backend_setting""" 4 .el .IP \f(CWguestfs_clear_backend_setting\fR 4 .IX Item "guestfs_clear_backend_setting" .PD 0 .ie n .IP """guestfs_get_backend_setting""" 4 .el .IP \f(CWguestfs_get_backend_setting\fR 4 .IX Item "guestfs_get_backend_setting" .ie n .IP """guestfs_set_backend_setting""" 4 .el .IP \f(CWguestfs_set_backend_setting\fR 4 .IX Item "guestfs_set_backend_setting" .PD Use these APIs to set individual backend settings. .ie n .IP """guestfs_cpio_out""" 4 .el .IP \f(CWguestfs_cpio_out\fR 4 .IX Item "guestfs_cpio_out" Convert a directory within the disk image to cpio format. .ie n .IP """guestfs_journal_get_realtime_usec""" 4 .el .IP \f(CWguestfs_journal_get_realtime_usec\fR 4 .IX Item "guestfs_journal_get_realtime_usec" Fetch precise journal times, see \fBsd_journal_get_realtime_usec\fR\|(3). .ie n .IP """guestfs_lstatns""" 4 .el .IP \f(CWguestfs_lstatns\fR 4 .IX Item "guestfs_lstatns" .PD 0 .ie n .IP """guestfs_lstatnslist""" 4 .el .IP \f(CWguestfs_lstatnslist\fR 4 .IX Item "guestfs_lstatnslist" .ie n .IP """guestfs_statns""" 4 .el .IP \f(CWguestfs_statns\fR 4 .IX Item "guestfs_statns" .PD Enhanced versions of \f(CW\*(C`guestfs_lstat\*(C'\fR, \f(CW\*(C`guestfs_lstatlist\*(C'\fR, \&\f(CW\*(C`guestfs_stat\*(C'\fR which return nanosecond timestamps. .SS "Build changes" .IX Subsection "Build changes" Libguestfs can now be built with qemu 2.x. .PP Add support for packaging the appliance on Mageia (Joseph Wang, Thierry Vignaud). .PP Augeas is now a required dependency. .PP Flex and bison are now required dependencies. .SS Internals .IX Subsection "Internals" User-Mode Linux (UML) is no longer a supported backend (although still available). It will be supported again once someone steps in and fixes various regressions and brokenness in the UML (Linux) kernel. .PP You can now connect gdb to qemu by specifying \&\f(CW\*(C`LIBGUESTFS_BACKEND_SETTINGS=gdb\*(C'\fR .PP Serial BIOS (sgabios) is now used by the libvirt backend (on x86 only) so that we see early BIOS messages. .PP For the OCaml virt tools, exceptions are now handled and printed by a common function. .PP A GCC warning about large stack frames is now enabled by default. Several places that used large arrays and structures on the stack have been fixed. .PP There is now a test for booting the appliance repeatedly. Useful for finding kernel leaks. See: \fItests/qemu/qemu\-boot.c\fR .PP There is a test for testing the speed of various qemu features such as virtio-serial uploads and block device writes. See: \&\fItests/qemu/qemu\-speed\-test.c\fR .PP GCC warnings are now enabled for OCaml-C bindings in the OCaml virt tools. .PP The code for editing files used by \fBvirt\-edit\fR\|(1), \fBguestfish\fR\|(1) \&\f(CW\*(C`edit\*(C'\fR command, \fBvirt\-customize\fR\|(1) \fI\-\-edit\fR option and more is now shared between all these utilities (thanks Pino Toscano). .PP The FUSE tests were rewritten in C to ensure finer control over how system calls are tested. .PP The \fIupdate\-bugs.sh\fR script has been fixed so it should no longer create an empty \f(CW\*(C`BUGS\*(C'\fR file if the Bugzilla server is unavailable. .PP The \fBvirt\-resize\fR\|(1) tests now use a stochastic method to ensure much deeper and broader testing. .PP When the network is enabled, the appliance now uses DHCP to acquire an IP address. .PP If libvirt is being used then the appliance will connect to \f(CW\*(C`virbr0\*(C'\fR (can be overridden by setting \&\f(CW\*(C`LIBGUESTFS_BACKEND_SETTINGS=network_bridge=\*(C'\fR). This enables full-featured network connections, with working ICMP, ping and so on. .SS "Bugs fixed" .IX Subsection "Bugs fixed" .IP https://bugzilla.redhat.com/1153515 4 .IX Item "https://bugzilla.redhat.com/1153515" empty (but set) LIBGUESTFS_BACKEND prints libguestfs: error: invalid backend: .IP https://bugzilla.redhat.com/1151766 4 .IX Item "https://bugzilla.redhat.com/1151766" libguestfs-bash-completion package contains file /usr/share/bash\-completion/completions/virt\-log, but no \fB_virt_log()\fR function in that file .IP https://bugzilla.redhat.com/1151738 4 .IX Item "https://bugzilla.redhat.com/1151738" typo error in man page of virt-edit .IP https://bugzilla.redhat.com/1151033 4 .IX Item "https://bugzilla.redhat.com/1151033" virt\-v2v conversions from VMware vCenter server run slowly .IP https://bugzilla.redhat.com/1150880 4 .IX Item "https://bugzilla.redhat.com/1150880" virt\-v2v: warning: display was ignored when converting rhel5 guest with sdl graphics .IP https://bugzilla.redhat.com/1150867 4 .IX Item "https://bugzilla.redhat.com/1150867" \&'copy\-file\-to\-file /src /dest' create file /dest even if command 'copy\-file\-to\-file /src /dest' failed .IP https://bugzilla.redhat.com/1150815 4 .IX Item "https://bugzilla.redhat.com/1150815" Can not find "RECURSIVE LONG LISTING" in 'man virt\-diff' .IP https://bugzilla.redhat.com/1150701 4 .IX Item "https://bugzilla.redhat.com/1150701" virt\-v2v does not fstrim data disks and non-mounted filesystems .IP https://bugzilla.redhat.com/1150475 4 .IX Item "https://bugzilla.redhat.com/1150475" Exporting 2+ disk guest to RHEV, only one disk shows after import .IP https://bugzilla.redhat.com/1148355 4 .IX Item "https://bugzilla.redhat.com/1148355" virt-filesystems: incorrect LVM vg name when listing Fedora 21 Alpha Atomic image filesystems .IP https://bugzilla.redhat.com/1148072 4 .IX Item "https://bugzilla.redhat.com/1148072" Option missing \-\-no\-selinux\-relabel .IP https://bugzilla.redhat.com/1148012 4 .IX Item "https://bugzilla.redhat.com/1148012" RFE: Allow qemu-bridge-helper to be used to implement guestfs_set_network .IP https://bugzilla.redhat.com/1146815 4 .IX Item "https://bugzilla.redhat.com/1146815" virt\-v2v prints warning: /files/etc/fstab/8/spec references unknown device "cdrom" .IP https://bugzilla.redhat.com/1146275 4 .IX Item "https://bugzilla.redhat.com/1146275" regression setting root password with virt\-builder/virt\-customize .IP https://bugzilla.redhat.com/1146017 4 .IX Item "https://bugzilla.redhat.com/1146017" virt\-v2v \-v \-x during windows guest conversion will hang at hivex: hivex_open: used block id …… .IP https://bugzilla.redhat.com/1145995 4 .IX Item "https://bugzilla.redhat.com/1145995" Improve the error info when converting windows guest with unclean file system .IP https://bugzilla.redhat.com/1145916 4 .IX Item "https://bugzilla.redhat.com/1145916" virt\-v2v fails to convert win7 guest .IP https://bugzilla.redhat.com/1144891 4 .IX Item "https://bugzilla.redhat.com/1144891" RFE: stat calls do not return nanosecond timestamps .IP https://bugzilla.redhat.com/1144766 4 .IX Item "https://bugzilla.redhat.com/1144766" \&\fBfutimens()\fR is a no-op via guestmount .IP https://bugzilla.redhat.com/1144201 4 .IX Item "https://bugzilla.redhat.com/1144201" guestfish can not restore terminal's output colour when exit guestfish, if the terminal's background colour is black then it will make a inconvenient .IP https://bugzilla.redhat.com/1143949 4 .IX Item "https://bugzilla.redhat.com/1143949" virt-customize option '\-\-password\-crypto' do not work .IP https://bugzilla.redhat.com/1143887 4 .IX Item "https://bugzilla.redhat.com/1143887" Warning shows when converting guests to rhev:chown: changing ownership of ‘/tmp/v2v.u48xag/*.ovf’: Invalid argument .IP https://bugzilla.redhat.com/1143883 4 .IX Item "https://bugzilla.redhat.com/1143883" warning shows when converting rhel7 guest:virt\-v2v:could not update grub2 console: aug_get: no matching node (ignored) .IP https://bugzilla.redhat.com/1143866 4 .IX Item "https://bugzilla.redhat.com/1143866" virt\-v2v fails with error: cannot open Packages index using db5 .IP https://bugzilla.redhat.com/1142416 4 .IX Item "https://bugzilla.redhat.com/1142416" part-get-name give 'libguestfs: error: part_get_name: parted does not support the machine output (\-m)' error message when run 'part\-get\-name /dev/sda 1' .IP https://bugzilla.redhat.com/1142186 4 .IX Item "https://bugzilla.redhat.com/1142186" virt-sysprep option '\-\-mount\-options' don't work well .IP https://bugzilla.redhat.com/1142158 4 .IX Item "https://bugzilla.redhat.com/1142158" Illegal command 'part\-get\-name /dev/sda1 1' cause libguestfs appliance crashed .IP https://bugzilla.redhat.com/1142004 4 .IX Item "https://bugzilla.redhat.com/1142004" virt\-v2v prints warning:WARNING:/files/boot/grub/device.map references unknown device "xvda" .IP https://bugzilla.redhat.com/1141723 4 .IX Item "https://bugzilla.redhat.com/1141723" virt\-v2v: error: disk sda has no defined format shows when converting xen hvm guest .IP https://bugzilla.redhat.com/1141680 4 .IX Item "https://bugzilla.redhat.com/1141680" [RFE] virt\-v2 should support convert a domain with using domain's UUID instead of domain name .IP https://bugzilla.redhat.com/1141631 4 .IX Item "https://bugzilla.redhat.com/1141631" [RFE] virt\-v2 should support convert a guest to a dir-pool with using pool's uuid .IP https://bugzilla.redhat.com/1141157 4 .IX Item "https://bugzilla.redhat.com/1141157" virt-sysprep option '\-\-user\-accounts' don't work well .IP https://bugzilla.redhat.com/1141145 4 .IX Item "https://bugzilla.redhat.com/1141145" virt\-v2v fails to convert xen pv guests. .IP https://bugzilla.redhat.com/1141113 4 .IX Item "https://bugzilla.redhat.com/1141113" virt\-v2v fails to convert esx guests .IP https://bugzilla.redhat.com/1140946 4 .IX Item "https://bugzilla.redhat.com/1140946" qemu-img shows error message for backing file twice .IP https://bugzilla.redhat.com/1140894 4 .IX Item "https://bugzilla.redhat.com/1140894" No error messages output if append '\-\-format qcow2' after '\-a guest.img', guest.img is a raw format image file .IP https://bugzilla.redhat.com/1140547 4 .IX Item "https://bugzilla.redhat.com/1140547" virt-builder option '\-\-format' don't work well .IP https://bugzilla.redhat.com/1140156 4 .IX Item "https://bugzilla.redhat.com/1140156" RFE: Export to RHEV data domain .IP https://bugzilla.redhat.com/1140050 4 .IX Item "https://bugzilla.redhat.com/1140050" No error shows when multiple conflicting options used with virt\-v2v .IP https://bugzilla.redhat.com/1139973 4 .IX Item "https://bugzilla.redhat.com/1139973" Improve the error info when converting xen guest with no passwordless SSH access configured .IP https://bugzilla.redhat.com/1139543 4 .IX Item "https://bugzilla.redhat.com/1139543" Improve the error info when converting guest with no space left .IP https://bugzilla.redhat.com/1138586 4 .IX Item "https://bugzilla.redhat.com/1138586" No error shows when converting running guest with virt\-v2v .IP https://bugzilla.redhat.com/1138184 4 .IX Item "https://bugzilla.redhat.com/1138184" virt\-v2v will fail when converting guests with initramfs\-*kdump.img under /boot .IP https://bugzilla.redhat.com/1138182 4 .IX Item "https://bugzilla.redhat.com/1138182" xen guest will be kernel panic after converted by virt\-v2v .IP https://bugzilla.redhat.com/1130189 4 .IX Item "https://bugzilla.redhat.com/1130189" Annoying message about permissions of /dev/kvm .IP https://bugzilla.redhat.com/1123007 4 .IX Item "https://bugzilla.redhat.com/1123007" libguestfs 'direct' backend should close file descriptors before exec-ing qemu to avoid leaking !O_CLOEXEC fds .IP https://bugzilla.redhat.com/1122557 4 .IX Item "https://bugzilla.redhat.com/1122557" virt-sparsify overwrites block devices if used as output files .IP https://bugzilla.redhat.com/1113156 4 .IX Item "https://bugzilla.redhat.com/1113156" Empty fstab breaks libguestfs inspection .IP https://bugzilla.redhat.com/1111662 4 .IX Item "https://bugzilla.redhat.com/1111662" Guestfs.Error("vgchange_uuid_all: Volume group has active logical volumes") .IP https://bugzilla.redhat.com/1109174 4 .IX Item "https://bugzilla.redhat.com/1109174" virt-win-reg manual page is corrupted .IP https://bugzilla.redhat.com/1106548 4 .IX Item "https://bugzilla.redhat.com/1106548" root gets an error accessing to a non-root dir on a snapshot guestmount VMDK img .IP https://bugzilla.redhat.com/1103877 4 .IX Item "https://bugzilla.redhat.com/1103877" These APIs also need to add to `guestfish \-h` command list .IP https://bugzilla.redhat.com/1102448 4 .IX Item "https://bugzilla.redhat.com/1102448" mageia package list is incorrect .IP https://bugzilla.redhat.com/1102447 4 .IX Item "https://bugzilla.redhat.com/1102447" libguestfs 1.27.13 does not build due to libxml library order .IP https://bugzilla.redhat.com/1100498 4 .IX Item "https://bugzilla.redhat.com/1100498" RFE: non-polling mechanism to detect guestmount \-\-no\-fork readiness .IP https://bugzilla.redhat.com/1099490 4 .IX Item "https://bugzilla.redhat.com/1099490" scrub-file can't handle link file .IP https://bugzilla.redhat.com/1099284 4 .IX Item "https://bugzilla.redhat.com/1099284" typo errors in man pages .IP https://bugzilla.redhat.com/1098718 4 .IX Item "https://bugzilla.redhat.com/1098718" RFE: virt-builder aliases .IP https://bugzilla.redhat.com/1096465 4 .IX Item "https://bugzilla.redhat.com/1096465" virt-builder "proxy=off" setting doesn't turn off the proxy for downloads .IP https://bugzilla.redhat.com/1094746 4 .IX Item "https://bugzilla.redhat.com/1094746" virt-sparsify man failes to mention what happens to snapshots within a qcow2 image (they are discarded) .IP https://bugzilla.redhat.com/1092753 4 .IX Item "https://bugzilla.redhat.com/1092753" virt-builder: If several repos contain the same os-version images, then they are duplicated in \-l output .IP https://bugzilla.redhat.com/1091803 4 .IX Item "https://bugzilla.redhat.com/1091803" tar-in-opts execute failed that cause libguestfs appliance crashed .IP https://bugzilla.redhat.com/1088424 4 .IX Item "https://bugzilla.redhat.com/1088424" virt-resize: libguestfs error: part_set_name: parted: /dev/sdb: Error during translation: Invalid or incomplete multibyte or wide character .IP https://bugzilla.redhat.com/1088262 4 .IX Item "https://bugzilla.redhat.com/1088262" virt-builder cannot write to a block device .IP https://bugzilla.redhat.com/1085029 4 .IX Item "https://bugzilla.redhat.com/1085029" Ruby tests fail with latest Ruby .IP https://bugzilla.redhat.com/1079210 4 .IX Item "https://bugzilla.redhat.com/1079210" virt-sparsify \-\-in\-place cannot sparsify as much as it should .IP https://bugzilla.redhat.com/1079182 4 .IX Item "https://bugzilla.redhat.com/1079182" virt-df cannot report used disk space of windows guest when updated to 6.5 .IP https://bugzilla.redhat.com/1077817 4 .IX Item "https://bugzilla.redhat.com/1077817" virt-builder error: "syntax error at line 3: syntax error" .IP https://bugzilla.redhat.com/1056290 4 .IX Item "https://bugzilla.redhat.com/1056290" virt-sparsify overwrites block devices if used as output files .IP https://bugzilla.redhat.com/812970 4 .IX Item "https://bugzilla.redhat.com/812970" virt-rescue cannot set ≥ prompt, on Ubuntu 12.04 .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBguestfs\-examples\fR\|(1), \&\fBguestfs\-faq\fR\|(1), \&\fBguestfs\-performance\fR\|(1), \&\fBguestfs\-recipes\fR\|(1), \&\fBguestfs\-testing\fR\|(1), \&\fBguestfs\fR\|(3), \&\fBguestfish\fR\|(1), http://libguestfs.org/ .SH AUTHOR .IX Header "AUTHOR" Richard W.M. Jones .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (C) 2009\-2023 Red Hat Inc. .SH LICENSE .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301 USA. .SH BUGS .IX Header "BUGS" To get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools .PP To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools .PP When reporting a bug, please supply: .IP \(bu 4 The version of libguestfs. .IP \(bu 4 Where you got libguestfs (eg. which Linux distro, compiled from source, etc) .IP \(bu 4 Describe the bug accurately and give a way to reproduce it. .IP \(bu 4 Run \fBlibguestfs\-test\-tool\fR\|(1) and paste the \fBcomplete, unedited\fR output into the bug report.