From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8Ny-0004UH-5k for qemu-devel@nongnu.org; Wed, 04 Mar 2015 07:26:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT8Nv-00046p-FO for qemu-devel@nongnu.org; Wed, 04 Mar 2015 07:26:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT8Nv-00046l-8Y for qemu-devel@nongnu.org; Wed, 04 Mar 2015 07:26:43 -0500 Date: Wed, 4 Mar 2015 13:26:33 +0100 From: Kevin Wolf Message-ID: <20150304122633.GK3465@noname.str.redhat.com> References: <1425394766-12450-1-git-send-email-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425394766-12450-1-git-send-email-borntraeger@de.ibm.com> Subject: Re: [Qemu-devel] [PATCHv2] Add testcase for scsi-hd devices without drive property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: thuth@linux.vnet.ibm.com, qemu-devel@nongnu.org, tumanova@linux.vnet.ibm.com, armbru@redhat.com, mihajlov@linux.vnet.ibm.com, dahi@linux.vnet.ibm.com, stefanha@redhat.com, cornelia.huck@de.ibm.com, mreitz@redhat.com Am 03.03.2015 um 15:59 hat Christian Borntraeger geschrieben: > Lets add a test for scsi devices without a drive. This was broken > by a recent block patch, thus indicating that we need a testcase. > > Suggested-by: Kevin Wolf > Signed-off-by: Christian Borntraeger Thanks, applied to the block branch. Kevin