qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/8] fdc: fix FD_SR0_SEEK flag + implement VERIFY


From: Hervé Poussineau
Subject: [Qemu-devel] [PATCH 0/8] fdc: fix FD_SR0_SEEK flag + implement VERIFY
Date: Thu, 6 Sep 2012 21:17:51 +0200

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é 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(-)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]