From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmOSD-0006DM-0H for qemu-devel@nongnu.org; Wed, 14 Oct 2015 11:59:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmOSC-0004Ry-7K for qemu-devel@nongnu.org; Wed, 14 Oct 2015 11:59:00 -0400 References: <1436938201-16766-1-git-send-email-jasowang@redhat.com> <1436938201-16766-4-git-send-email-jasowang@redhat.com> <20150715151941-mutt-send-email-mst@redhat.com> <55A6565C.2060509@redhat.com> <20150715141419.GA15232@redhat.com> <55A66BC9.2000003@redhat.com> <20150715171947-mutt-send-email-mst@redhat.com> <55A67220.1020709@redhat.com> <20151014122917.5d6caf3a.cornelia.huck@de.ibm.com> From: Paolo Bonzini Message-ID: <561E7BB8.3030304@redhat.com> Date: Wed, 14 Oct 2015 17:58:48 +0200 MIME-Version: 1.0 In-Reply-To: <20151014122917.5d6caf3a.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2 3/5] virtio-blk: disable scsi passthrough by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: kwolf@redhat.com, qemu-block@nongnu.org, "Michael S. Tsirkin" , Jason Wang , qemu-devel@nongnu.org, stefanha@redhat.com On 14/10/2015 12:29, Cornelia Huck wrote: > Do we want to change anything for 2.5 about the default? > > Currently, we still default scsi to true, and you have to disable it > explicitly if you want to use virtio-1 compliant virtio-blk devices > (which is a bit annoying, as scsi passthrough is not something people > usually want). I think disabling it is best. Can you send a patch? Paolo