search for: b665149

Displaying 3 results from an estimated 3 matches for "b665149".

Did you mean: 965149
2014 Feb 04
0
[PATCH 2/3] New API: part-get-name (RHBZ#593511).
..., partnum, + "Partition name", extract_optionally_quoted); + + reply_with_error ("cannot get the partition name from '%s' layouts", parttype); + return NULL; +} diff --git a/generator/actions.ml b/generator/actions.ml index 176de98..b665149 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -11766,6 +11766,19 @@ enables all the other flags, if they are not specified already. =back" }; + { defaults with + name = "part_get_name"; + style = RString "name", [Device "device"; Int...
2014 Feb 04
6
[PATCH 0/3] virt-resize: preserve GPT partitions label
Hi, attached there are few patches to implement a way to get the label of GPT partitions (refactoring an existing function and adding a new daemon API) and using it in virt-resize to restore them when copying partitions. Thanks, Pino Toscano (3): daemon: parted: refactor sgdisk info parsing code New API: part-get-name (RHBZ#593511). resize: preserve GPT partition names (RHBZ#1060404).
2014 Feb 10
5
[PATCH 0/4] add GUID validation (RHBZ#1008417)
Hi, this patch serie adds a new GUID type in the generator, which would do the same as String, but also validating (just in the C output) the passed GUID string. This allows to reject invalid GUIDs before passing them to low-level tools. Pino Toscano (4): utils: add a function to validate a GUID string generator: add a GUID parameter type generator: generate code for parameter validation