From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsM7s-0007pH-L4 for qemu-devel@nongnu.org; Tue, 31 Jan 2012 17:24:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsM7o-0004iS-Ad for qemu-devel@nongnu.org; Tue, 31 Jan 2012 17:24:32 -0500 Received: from smtp1-g21.free.fr ([212.27.42.1]:56542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsM7n-0004i3-L4 for qemu-devel@nongnu.org; Tue, 31 Jan 2012 17:24:28 -0500 Message-ID: <4F286A14.7090100@reactos.org> Date: Tue, 31 Jan 2012 23:24:20 +0100 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1327308641-14736-1-git-send-email-hpoussin@reactos.org> <1327308641-14736-2-git-send-email-hpoussin@reactos.org> <4F2304DB.2070105@reactos.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 1/9] fdc: take side count into account List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , qemu-devel@nongnu.org Hi, Markus Armbruster a =C3=A9crit : >>> Are single sided floppies broken before the patch? How? >> Yes. For head > 0, wrong sector number is calculated, so data is >> read/written at wrong place on underlying block device. >> >> Fortunately, mostly nobody is still using single-sided floppies (only >> some 360 kB floppies are single-sided), so bug has been neglected >> since a long time. >=20 > Nice info, thanks. Best put it in the commit message. Will do when respinning the serie Herv=C3=A9