search for: tapdisk_vbd_open_level

Displaying 3 results from an estimated 3 matches for "tapdisk_vbd_open_level".

2011 Apr 06
1
Xen page sharing
...aio based vhd image (using vhd-util); mode: ''w'' / ''r'' / ''w!''. >From what I understand, a multi level disk image like the aio based vhd image is required as flags TD_OPEN_RDONLY and TD_OPEN_SHAREABLE are only set on level >= 1 in ''tapdisk_vbd_open_level()'' [tapdisk-vbd.c]. 6. In your patch - ''tools.patch'', i could not understand why you check for this condition to hold true- ''((&vreq->req)->seg[treq.sidx].gref)'' in functions- ''__tapdisk_vbd_complete_td_request'' and ''...
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
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>