From: Asias He Date: Mon, 6 May 2013 08:38:21 +0000 (+0800) Subject: vhost: Make vhost a separate module X-Git-Tag: v3.11-rc1~47^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac1afbf6132df0fcb0898f3509371305af7de16;p=pandora-kernel.git vhost: Make vhost a separate module Currently, vhost-net and vhost-scsi are sharing the vhost core code. However, vhost-scsi shares the code by including the vhost.c file directly. Making vhost a separate module makes it is easier to share code with other vhost devices. Signed-off-by: Asias He Signed-off-by: Michael S. Tsirkin --- Reading git-diff-tree failed