From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0vwA-0007Li-3C for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0vw4-0007J4-Gx for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0vw4-0007Is-4m for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:32 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p86DhVm7012719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Sep 2011 09:43:31 -0400 Message-ID: <4E662435.60205@redhat.com> Date: Tue, 06 Sep 2011 15:46:29 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315305104-7219-3-git-send-email-pbonzini@redhat.com> In-Reply-To: <1315305104-7219-3-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scsi: improve MODE SENSE emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 06.09.2011 12:31, schrieb Paolo Bonzini: > - do not return extra pages when requesting all pages (PAGE CODE = 0x3f) > > - return correct sense code for PC = 3 (saved parameters not supported) > > - do not return geometry pages for CD devices > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin