From 4e05ad9e1c37c327fb95dc97d4183252c1acf55b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 8 Jun 2017 19:16:56 +0100 Subject: [PATCH] docs: Document common/qemuopts subdirectory. --- docs/guestfs-hacking.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index 098869bbd..d3621c7e6 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -117,6 +117,10 @@ Common code for printing progress bars. The XDR-based communication protocol used between the library and the daemon running inside the appliance is defined here. +=item F + +Mini-library for writing qemu command lines and qemu config files. + =item F Various utility functions used throughout the library and tools.