search for: whattodrop

Displaying 5 results from an estimated 5 matches for "whattodrop".

2019 Aug 12
1
[PATCH] Fix small issues in documentations of APIs
...with itself, so this only works in rather narrow circumstances. Careful testing with each guest version is advisable. @@ -3054,7 +3054,7 @@ See also: C<guestfs_rename>." }; This instructs the guest kernel to drop its page cache, and/or dentries and inode caches. The parameter C<whattodrop> tells the kernel what precisely to drop, see -L<http://linux-mm.org/Drop_Caches> +L<https://linux-mm.org/Drop_Caches> Setting C<whattodrop> to 3 should drop everything. @@ -3070,7 +3070,7 @@ so that the maximum guest memory is freed." }; ]; shortdesc = &qu...
2012 Jan 12
1
Libguestfs gobject bindings
I'm currently working on gobject bindings for libguestfs. I haven't got as far as compiling anything yet, but I've attached the C header for initial review. Matt -- Matthew Booth, RHCA, RHCSS Red Hat Engineering, Virtualisation Team GPG ID: D33C3490 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490 -------------- next part -------------- An embedded and
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in: https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.