From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqlJZ-0007Pw-QO for qemu-devel@nongnu.org; Mon, 16 Jul 2012 09:26:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqlJS-00024z-7n for qemu-devel@nongnu.org; Mon, 16 Jul 2012 09:26:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqlJR-00024v-Vp for qemu-devel@nongnu.org; Mon, 16 Jul 2012 09:26:10 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6GDQ9Ov010183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Jul 2012 09:26:09 -0400 Message-ID: <5004166F.8030505@redhat.com> Date: Mon, 16 Jul 2012 15:26:07 +0200 From: Pavel Hrdina MIME-Version: 1.0 References: <9dc073c2eb42bb753565f23644bf449cb05ed4ed.1342440657.git.phrdina@redhat.com> <500415F7.1060806@redhat.com> In-Reply-To: <500415F7.1060806@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] fdc: fix relative seek List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 07/16/2012 03:24 PM, Kevin Wolf wrote: > Am 16.07.2012 14:25, schrieb Pavel Hrdina: >> Signed-off-by: Pavel Hrdina >> --- >> hw/fdc.c | 6 ++++-- >> 1 file changed, 4 insertions(+), 2 deletions(-) > I applied both to the block branch for now. This restores the behaviour > as it was before 6be01b1e. However, I believe it is still wrong: The > direction should be interpreted the other way round, i.e. seek_out > should decrease the cylinder number and seek_in should increase it. > > Do you have a guest that actually uses this command? > > Kevin I have host with real floppy device and I could send command directly, so I'll check this behavior. Pavel