search for: cfe735a

Displaying 1 result from an estimated 1 matches for "cfe735a".

Did you mean: cf87e35a
2019 Nov 05
1
[PATCH v2 RESEND] direct, fish: add command launch_blocksize
...ibm.com> --- generator/actions_core.ml | 11 +++++++++++ lib/guestfs-internal.h | 3 +++ lib/launch-direct.c | 6 ++++++ lib/launch.c | 14 ++++++++++++++ 4 files changed, 34 insertions(+) diff --git a/generator/actions_core.ml b/generator/actions_core.ml index 7b6568b..cfe735a 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -38,6 +38,17 @@ it will not give an error (for historical reasons), the precise behaviour when you do this is not well defined. Handles are very cheap to create, so create a new one for each launch." }; + { default...