Displaying 4 results from an estimated 4 matches for "blktap2_params".
2012 Mar 02
0
BLKTAP2_IOCTL_CREATE_DEVICE vs. struct blktap2_params' name member
What is the purpose of the name member? And why is it that it''s being
left uninitialized (causing the kernel driver to print garbage [in the
2.6.18 driver''s blktap_validate_params()] or even fail [in pv-ops''
blktap_device_validate_params()]) in tapdisk_control_open_image()?
Thanks, Jan
2012 Mar 02
0
Fwd: Message Status - Undeliverable (Re: BLKTAP2_IOCTL_CREATE_DEVICE vs. struct blktap2_params' name member)
>>> On 02.03.12 at 10:04, EMEA1.EMEA1-MH.GATEWAY wrote:
> The message that you sent was undeliverable to the following:
>
> jake.wires@citrix.com (550 #5.1.0 Address rejected jake.wires@citrix.com)
> daniel.stodden@citrix.com (550 #5.1.0 Address rejected daniel.stodden@citrix.com)
>
Who is considered the maintainer(s) of blktap2 code these days?
Jan
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with
updates coming from blktap2.5.
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