search for: vhd_batmap_cookie

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

2016 Jan 20
1
Bug#811936: blktap: FTBFS with GCC 6: defined but not used
...ector-strong -Wformat -Werror=format-security -MT lvm-util.lo -MD -MP -MF .deps/lvm-util.Tpo -c ../../lvm/lvm-util.c -fPIC -DPIC -o .libs/lvm-util.o > In file included from ../../include/libvhd.h:39:0, > from vhd-util-revert.c:41: > ../../include/vhd.h:167:19: error: 'VHD_BATMAP_COOKIE' defined but not used [-Werror=unused-const-variable] > static const char VHD_BATMAP_COOKIE[9] = "tdbatmap"; > ^~~~~~~~~~~~~~~~~ > > ../../include/vhd.h:148:19: error: 'DD_COOKIE' defined but not used [-Werror=unused-const-variable] > stati...
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>