mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
OCaml 4.08.0 was released on 2019-06-14, over 5 years ago. By requiring a slightly later OCaml version, we can drop more compatibility code which was only used by older versions. Consistent with qemu & libvirt, this drops support for compiling upstream libguestfs on RHEL 8 (ocaml-4.07.0-4.el8.x86_64). Qemu policy: https://www.qemu.org/docs/master/about/build-platforms.html Libvirt policy: https://libvirt.org/platforms.html Update the common submodule, pulling in: Richard W.M. Jones (4): qemuopts: Add ability to add raw, unquoted output to qemu scripts qemuopts: Fix missing break statement mlstdutils: Remove Option module Remove test for caml_alloc_initialized_string
This directory contains miscellaneous manual pages which don't fit elsewhere. Most libguestfs documentation is in manual pages. The source for those manual pages are POD files (*.pod), and they are normally located next to the source files they relate to (eg. guestfish documentation is in fish/guestfish.pod). All manual pages are available online at http://libguestfs.org/ The main API documentation is: http://libguestfs.org/guestfs.3.html