From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9hZy-0003dx-4G for qemu-devel@nongnu.org; Thu, 06 Sep 2012 15:17:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9hZu-0002DC-UX for qemu-devel@nongnu.org; Thu, 06 Sep 2012 15:17:30 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:56139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9hZu-0002Ap-BA for qemu-devel@nongnu.org; Thu, 06 Sep 2012 15:17:26 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 6 Sep 2012 21:17:51 +0200 Message-Id: <1346959079-8307-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 0/8] fdc: fix FD_SR0_SEEK flag + implement VERIFY 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?= Attached patches have 3 goals: - patches 1-4 fix the NT 3.1 floppy driver problem. - patches 5-6 implement the VERIFY command - patches 7-8 are some simple cleanup Herv=C3=A9 Poussineau (6): fdc: use status0 field instead of a local variable fdc: fix false FD_SR0_SEEK fdc: implement VERIFY command fdc-tests: add tests for VERIFY command fdc: remove double affectation of FD_MSR_CMDBUSY flag fdc: fix typo in zero constant Kevin Wolf (2): fdc: Remove status0 parameter from fdctrl_set_fifo() fdc-test: Check READ ID hw/fdc.c | 99 ++++++++++++++++++++++++++++++++----------------= ------ tests/fdc-test.c | 84 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 138 insertions(+), 45 deletions(-) --=20 1.7.10.4