From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52421 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqkRh-0002Q8-5M for qemu-devel@nongnu.org; Wed, 01 Sep 2010 06:21:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqkRf-0007Cz-Sb for qemu-devel@nongnu.org; Wed, 01 Sep 2010 06:21:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16683) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqkRf-0007Cf-MS for qemu-devel@nongnu.org; Wed, 01 Sep 2010 06:21:31 -0400 Message-ID: <4C7E2936.1040500@redhat.com> Date: Wed, 01 Sep 2010 12:21:42 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1283256507-15467-1-git-send-email-bernhard.kohl@nsn.com> <4C7CF5C1.7020708@redhat.com> <4C7E2646.2040508@nsn.com> In-Reply-To: <4C7E2646.2040508@nsn.com> Content-Type: text/plain; charset=ISO-8859-15 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: Bernhard Kohl Cc: qemu-devel@nongnu.org Am 01.09.2010 12:09, schrieb Bernhard Kohl: > 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? That branch is located at git://repo.or.cz/qemu/kevin.git block. It contains all patches that I have queued for submission to master. For these patches, your part is done unless a bug pops up before they have made their way into master. They are going to be merged into master with my next pull request to Anthony, which is probably early next week. Please base any additional patches just on top of this, there's no need to wait for master. Kevin