X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.pod;h=d8156b94f09709d6b8bc1f6a5bca0d4664f6ec16;hb=913d5cd3a950a35f19581262250f58a871689d8c;hp=d9838cf987a429cf4b152ea58a890e82558ccd32;hpb=5bae163aa784687f6cd96d0c61ad9c8facd1f1d5;p=libguestfs.git diff --git a/src/guestfs.pod b/src/guestfs.pod index d9838cf..d8156b9 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1711,7 +1711,8 @@ indicator which shows the ratio of C:C. =item * If any progress notification is sent during a call, then a final -progress notification is always sent when C = C. +progress notification is always sent when C = C +(I the call fails with an error). This is to simplify caller code, so callers can easily set the progress indicator to "100%" at the end of the operation, without @@ -2340,6 +2341,11 @@ Automated tests of the C API. The L, L and L commands and documentation. +=item C + +Safety and liveness tests of components that libguestfs depends upon +(not of libguestfs itself). Mainly this is for qemu and the kernel. + =item C Outside contributions, experimental parts.