Displaying 3 results from an estimated 3 matches for "hd_cookie".
Did you mean:
dd_cookie
2016 Jan 20
1
Bug#811936: blktap: FTBFS with GCC 6: defined but not used
...^~~~~~~~~~~~~~~~~
>
> ../../include/vhd.h:148:19: error: 'DD_COOKIE' defined but not used [-Werror=unused-const-variable]
> static const char DD_COOKIE[9] = "cxsparse";
> ^~~~~~~~~
>
> ../../include/vhd.h:70:19: error: 'HD_COOKIE' defined but not used [-Werror=unused-const-variable]
> static const char HD_COOKIE[9] = "conectix";
> ^~~~~~~~~
>
> In file included from ../../include/libvhd.h:39:0,
> from vhd-util-create.c:40:
> ../../include/vhd.h:167:19:...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one,
with changes coming from the blktap2.5 one.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes:
tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num
tools/blktap: constify string arrays in convert_dev_name_to_num
tools/blktap: fix params and physical-device parsing
tools/blktap: remove unneeded pointer dereferencing from img2qcow.c
tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c
tools/blktap2: fix build errors caused by Werror in