X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs.pod;h=a41fd27c6e726e44e7c5532e91adebc9cdbb9004;hp=10c6ad8c3cbdbd08a617ae825832733a46aa4b7d;hb=9f19ddd0c42a509018340a82bd7dc13a0996e6f5;hpb=675411d34f807420d1b714436fc5a58fc0022dae diff --git a/guestfs.pod b/guestfs.pod index 10c6ad8..a41fd27 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -205,6 +205,14 @@ search the current directory and then C. =head1 HIGH-LEVEL API ACTIONS +=head2 ABI GUARANTEE + +We guarantee the libguestfs ABI (binary interface), for public, +high-level actions as outlined in this section. Although we will +deprecate some actions, for example if they get replaced by newer +calls, we will keep the old actions forever. This allows you the +developer to program in confidence against libguestfs. + @ACTIONS@ =head1 STRUCTURES @@ -766,11 +774,22 @@ options in order to determine features. =over 4 +=item LIBGUESTFS_APPEND + +Pass additional options to the guest kernel. + =item LIBGUESTFS_DEBUG Set C to enable verbose messages. This has the same effect as calling C. +=item LIBGUESTFS_MEMSIZE + +Set the memory allocated to the qemu process, in megabytes. For +example: + + LIBGUESTFS_MEMSIZE=700 + =item LIBGUESTFS_PATH Set the path that libguestfs uses to search for kernel and initrd.img. @@ -784,10 +803,6 @@ used. See also L above. -=item LIBGUESTFS_APPEND - -Pass additional options to the guest kernel. - =back =head1 SEE ALSO