From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjzMh-0008Nq-1S for qemu-devel@nongnu.org; Sun, 08 Jan 2012 15:29:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjzMf-0001Pi-GI for qemu-devel@nongnu.org; Sun, 08 Jan 2012 15:29:14 -0500 Received: from smtp1-g21.free.fr ([212.27.42.1]:56896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjzMe-0001P1-O0 for qemu-devel@nongnu.org; Sun, 08 Jan 2012 15:29:13 -0500 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 8 Jan 2012 21:27:38 +0100 Message-Id: <1326054468-5361-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 00/10] Misc fixes for floppy emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , =?UTF-8?q?Herv=C3=A9=20Poussineau?= Here are misc fixes done by VirtualBox team. With these patches, floppy emulation is now good enough to run Xenix. Herv=C3=A9 Poussineau (10): fdc: take head count into account fdc: set busy bit when starting a command fdc: most control commands do not generate interrupts fdc: emulate stepping 0 fdc: handle read-only floppies (abort early on write commands) block: add a transfer rate for floppy types fdc: check if media rate is correct before doing any transfer fdc: add CCR (Configuration Control Register) write register fdc: fix seek command, which shouldn't check tracks fdc: DIR (Digital Input Register) should return status of current drive... block.c | 74 +++++++++++++++++++++------------------- block.h | 10 +++++- hw/fdc.c | 114 +++++++++++++++++++++++++++++++++++++++++++++-----------= ----- hw/pc.c | 3 +- 4 files changed, 134 insertions(+), 67 deletions(-) --=20 1.7.7.3