From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmKsK-0000zQ-5x for qemu-devel@nongnu.org; Sun, 15 Jan 2012 02:51:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RmKsJ-000132-78 for qemu-devel@nongnu.org; Sun, 15 Jan 2012 02:51:36 -0500 Received: from smtp1-g21.free.fr ([212.27.42.1]:55317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmKsI-00012Q-6L for qemu-devel@nongnu.org; Sun, 15 Jan 2012 02:51:35 -0500 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 15 Jan 2012 08:51:44 +0100 Message-Id: <1326613915-3282-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 v2 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. Changes v1->v2: - updated commit messages - added missing 'break' and braces - moved patch 8 before patch 6 Herv=C3=A9 Poussineau (10): fdc: take side 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) fdc: add CCR (Configuration Control Register) write register block: add a transfer rate for floppy types fdc: check if media rate is correct before doing any transfer 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 | 117 ++++++++++++++++++++++++++++++++++++++++++++++----------= ------ hw/pc.c | 3 +- 4 files changed, 137 insertions(+), 67 deletions(-) --=20 1.7.7.3