X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs.pod;h=0cb3d9d5e0b3c16f54da7920060507234ad58a84;hp=10c6ad8c3cbdbd08a617ae825832733a46aa4b7d;hb=70946fc1b7c7db06a7c11f9088719f0dd6eac1c4;hpb=675411d34f807420d1b714436fc5a58fc0022dae diff --git a/guestfs.pod b/guestfs.pod index 10c6ad8..0cb3d9d 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 @@ -788,6 +796,13 @@ See also L above. Pass additional options to the guest kernel. +=item LIBGUESTFS_MEMSIZE + +Set the memory allocated to the qemu process, in megabytes. For +example: + + LIBGUESTFS_MEMSIZE=700 + =back =head1 SEE ALSO