From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiPjo-0006Lb-LT for qemu-devel@nongnu.org; Tue, 11 Dec 2012 08:19:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiPji-0004ix-6g for qemu-devel@nongnu.org; Tue, 11 Dec 2012 08:19:08 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:58197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiPji-0004iX-0Q for qemu-devel@nongnu.org; Tue, 11 Dec 2012 08:19:02 -0500 Received: by mail-pa0-f45.google.com with SMTP id bg2so2701016pad.4 for ; Tue, 11 Dec 2012 05:19:01 -0800 (PST) Message-ID: <50C732C1.7090902@gmail.com> Date: Tue, 11 Dec 2012 21:18:57 +0800 From: ching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] compile tcm_vhost kernel module as built-in List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, is there any virtio-scsi developer here? I take a look at the tcm_vhost module of kernel 3.7 and want to compile it as built-in. However, CONFIG_TCM_VHOST only allows user to build as module. I wonder why this restriction exists? thx a lot. ching