From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzcZC-0003ze-JL for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:09:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzcZ8-0003zS-1l for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:09:10 -0400 Received: from [199.232.76.173] (port=60675 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzcZ7-0003zP-UQ for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:09:05 -0400 Received: from verein.lst.de ([213.95.11.210]:36756) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LzcZ7-0007Y3-ER for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:09:05 -0400 Date: Thu, 30 Apr 2009 22:09:01 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] Change the virtio-block storage class to PCI_CLASS_STORAGE_SCSI Message-ID: <20090430200901.GA30530@lst.de> References: <49F9F86C.3000009@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49F9F86C.3000009@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dor Laor Cc: qemu-devel On Thu, Apr 30, 2009 at 10:13:48PM +0300, Dor Laor wrote: > Windows virtio driver cannot pass DTM (certification) tests > while the storage class is PCI_CLASS_STORAGE_UNKNOWN. Well, it isn't scsi so this is wrong. Tell these certification people to fix their test.