search for: cff3c6d

Displaying 4 results from an estimated 4 matches for "cff3c6d".

Did you mean: cff38c6a
2012 Dec 14
1
[PATCH] Add support for getting and setting GPT partition type GUIDs
...["part_disk"; "/dev/sda"; "gpt"]] | InitBasicFS -> pr " /* InitBasicFS for %s: create ext2 on /dev/sda1 */\n" test_name; List.iter (generate_test_command_call test_name) diff --git a/generator/types.ml b/generator/types.ml index cff3c6d..a2e3307 100644 --- a/generator/types.ml +++ b/generator/types.ml @@ -332,6 +332,11 @@ and test_init = * Note: for testing filesystem operations, it is quicker to use * InitScratchFS *) + | InitGPT + + (* Identical to InitPartition, except that the partition table is GPT +...
2012 Oct 22
3
[PATCH 0/2 NOT WORKING] Symbol versioning
John, This was my attempt to add symbol versioning to the library, letting us break ABI without breaking any existing callers. Unfortunately it doesn't work: - the new versioned symbols are marked local in libguestfs.so - the existing symbols should now have @GUESTFS_0.0 versions, but don't The documentation for this stuff is extremely thin, and I've got a bad case of
2012 Oct 30
5
[PATCH v3 0/5] Add symbol versioning.
This is a simpler patch series to add symbol versioning. I have pushed patches 1-3 upstream. Rich.
2012 Oct 30
7
[PATCH v2 0/7] Add symbol versioning (now working).
This rather more complex patch series adds symbol versioning (7/7 shows it in action). This works for me, tested by running old and new virt-inspector binaries against the new library. Rich.