From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFib6-0003GG-Fd for qemu-devel@nongnu.org; Mon, 26 Jan 2015 07:16:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFib3-0005o4-9g for qemu-devel@nongnu.org; Mon, 26 Jan 2015 07:16:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFib3-0005nw-1V for qemu-devel@nongnu.org; Mon, 26 Jan 2015 07:16:49 -0500 Message-ID: <54C63025.7050407@redhat.com> Date: Mon, 26 Jan 2015 13:16:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1421673818-11224-1-git-send-email-arei.gonglei@huawei.com> <1421673818-11224-5-git-send-email-arei.gonglei@huawei.com> <20150119215120.GA11452@redhat.com> <54C5F421.6010302@huawei.com> <54C6099D.6020707@redhat.com> <54C62F69.50104@huawei.com> In-Reply-To: <54C62F69.50104@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] vhost-scsi: add an ioctl interface to get target id List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gonglei Cc: "Huangpeng (Peter)" , "Huangweidong (C)" , "qemu-devel@nongnu.org" , "Subo (A)" , "Michael S. Tsirkin" On 26/01/2015 13:13, Gonglei wrote: >> > >> > That's okay, alternatively you could add a boot_tpgt argument that >> > defaults to 1 (is it correct that 0 is not a valid tpgt?). >> > > No, 0 is the minimize valid value. :) > Paolo, where do you think we should add a boot_tpgt argument? To vhost-scsi-pci. (Property, not argument). Paolo