search for: tdqcow_get_parent_id

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

2008 Sep 28
3
Stubdom and blktap
...formance is obviously slower, and there are some IDE kernel error messages (like irq timeout) at boot time. Another issue (not stubdom specific) comes from blktap''s support for QCOW image which is based on a backing file. We never tried this configure before. The root cause is that in tdqcow_get_parent_id(), the backing file is hard-coded to be QCOW type and tdqcow_validate_parent() also presumes it, though the backing file is a raw image normally. With the image type set correctly and a good method for image validation, QCOW works. Thanks, Xiaowei _____________________________________________...
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
...e unneeded pointer dereferencing from img2qcow.c tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c tools/blktap2: fix build errors caused by Werror in vhd_journal_write_entry tools/blktap2: fix out of bounds access in block-log.c tools/blktap2: fix build errors caused by Werror in tdqcow_get_parent_id tools/blktap2: remove unneeded pointer dereferencing from img2qcow.c tools/blktap2: remove unneeded pointer dereferencing from qcow2raw.c tools/libvchan: fix function prototypes in node-select.c tools/memshr: fix build errors caused by Werror tools/xenpaging: fix build errors caused by -Werror tool...