search for: 2aa78df

Displaying 2 results from an estimated 2 matches for "2aa78df".

2012 Dec 14
1
[PATCH] Add support for getting and setting GPT partition type GUIDs
..."\ +Return the type GUID of numbered GPT partition C<partnum>. Return an error if +the partition table of C<device> isn't GPT." }; + ] (* Non-API meta-commands available only in guestfish. diff --git a/generator/tests_c_api.ml b/generator/tests_c_api.ml index 116a8b0..2aa78df 100644 --- a/generator/tests_c_api.ml +++ b/generator/tests_c_api.ml @@ -442,6 +442,13 @@ and generate_one_test_body name i test_name init test = ["umount_all"]; ["lvm_remove_all"]; ["part_disk"; "/dev/sda"; "mbr"]]...
2013 Jan 24
3
[REVIEW ONLY] Mountable patches
These 3 patches implement support for APIs which must accept a mountable, but don't update apis which must return mountables. Matt