[Libguestfs] [PATCH libldm v2 1/1] Make libldm to parse and return volume GUID.

2018-05-10 Thread Mykola Ivanets
LDM volume GUID is a significant piece of information about LDM volume analogously to GPT disk/partition GUID. Windows use volume GUID to keeptrack of assigned drive letters, for example. We extract volume GUID while parsing volume VBLK in _parse_vblk_vol function. "show volume" ldmtool command

[Libguestfs] [PATCH libldm v2 0/1] Make libldm to parse and return volume GUID.

2018-05-10 Thread Mykola Ivanets
v2: wrap commit message, "PATCH libldm" prefix. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to corresponding volume. But it is not

[Libguestfs] [PATCH libldm v3 1/2] Make libldm to parse and return volume GUID.

2018-05-10 Thread Mykola Ivanets
LDM volume GUID is a significant piece of information about LDM volume analogously to GPT disk/partition GUID. Windows use volume GUID to keeptrack of assigned drive letters, for example. We extract volume GUID while parsing volume VBLK in _parse_vblk_vol function. "show volume" ldmtool command

[Libguestfs] [PATCH libldm v3 2/2] Make git to ignore all test output files.

2018-05-10 Thread Mykola Ivanets
All files generted after running "make check" are added into .gitignore. --- test/.gitignore | 39 --- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/test/.gitignore b/test/.gitignore index 8ee133a..7e62d30 100644 --- a/test/.gitignore +++

[Libguestfs] [PATCH libldm v3 0/2] Make libldm to parse and return volume GUID.

2018-05-10 Thread Mykola Ivanets
v2: wrap commit message, "PATCH libldm" prefix. v3: correctly initialize and free GLib resources. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by

Re: [Libguestfs] [PATCH libldm v2 0/1] Make libldm to parse and return volume GUID.

2018-05-10 Thread Nikolay Ivanets
I wasn't familiar with GLib used in the project and just found that resources were not properly initialized/freed. v3 fixes that. -- Mykola Ivanets ___ Libguestfs mailing list Libguestfs@redhat.com https://www.redhat.com/mailman/listinfo/libguestfs