From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49961 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqkFn-0004Pi-Vk for qemu-devel@nongnu.org; Wed, 01 Sep 2010 06:09:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqkFm-00051m-Sv for qemu-devel@nongnu.org; Wed, 01 Sep 2010 06:09:15 -0400 Received: from demumfd002.nsn-inter.net ([93.183.12.31]:14334) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqkFm-000512-E7 for qemu-devel@nongnu.org; Wed, 01 Sep 2010 06:09:14 -0400 Message-ID: <4C7E2646.2040508@nsn.com> Date: Wed, 01 Sep 2010 12:09:10 +0200 From: Bernhard Kohl MIME-Version: 1.0 References: <1283256507-15467-1-git-send-email-bernhard.kohl@nsn.com> <4C7CF5C1.7020708@redhat.com> In-Reply-To: <4C7CF5C1.7020708@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v3 0/6] scsi-disk: improve the emulation of the MODE SENSE command List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ext Kevin Wolf Cc: qemu-devel@nongnu.org Am 31.08.2010 14:29, schrieb ext Kevin Wolf: > > > [PATCH v3 1/6] scsi-disk: fix the mode data length field returned by > the MODE SENSE command > > [PATCH v3 2/6] scsi-disk: fix the mode data header returned by the > MODE SENSE(10) command > > [PATCH v3 3/6] scsi-disk: respect the page control (PC) field in the > MODE SENSE command > > [PATCH v3 4/6] scsi-disk: fix the block descriptor returned by the > MODE SENSE command > > [PATCH v3 5/6] scsi-disk: return CHECK CONDITION for unknown page > codes in the MODE SENSE command > > [PATCH v3 6/6] scsi-disk: fix the check of the DBD bit in the MODE > SENSE command > > Thanks, applied all to the block branch. > Could you please explain: What is the block branch? How is the further up-streaming procedure? Should I post additional patches which depend on this series or wait until it's visible on the master branch? Bernhard