search for: disk_backend_tap

Displaying 1 result from an estimated 1 matches for "disk_backend_tap".

2011 Apr 05
0
[PATCH] libxl: remove impossible check for backend != DISK_BACKEND_QDISK
...8f8f583fe0700afe84e libxl: remove impossible check for backend != DISK_BACKEND_QDISK In this case we are already in the DISK_BACKEND_QDISK case of a switch statement on the same variable. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- Maybe I''m mistaken here, since the DISK_BACKEND_TAP case can fall through, but only if !libxl__blktap_enabled. I''m not sure I understand the intention of this code to actually remove the fall-through case though. I''m not convinced DEVICE_TAP is even valid -- it seems to create a tap entry in xenstore (e.g. is a blktap1 thing). The...