qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] fdc: fix/rewrite seek, media_changed and interrupt handling
@ 2012-06-12 11:19 Pavel Hrdina
  2012-06-12 11:19 ` [Qemu-devel] [PATCH v3 1/4] fdc: fix implied seek while there is no medina in drive Pavel Hrdina
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Pavel Hrdina @ 2012-06-12 11:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Pavel Hrdina

The fd_seek will return 'track is invalid' if there is no media in drive.

Implied seek should have the same behavior as normal seek. We will use the fd_seek
function instead of a direct modification of head, track and sector values.
The result value is used only while read/write commands were issued.

Fixed sense interrupt status command.

Pavel Hrdina (4):
  fdc: fix implied seek while there is no medina in drive
  fdc-test: introduced qtest read_without_media
  fdc: rewrite seek and DSKCHG bit handling
  fdc: fix interrupt handling

 hw/fdc.c         |   99 ++++++++++++++++++++++++++++--------------------------
 tests/fdc-test.c |   63 ++++++++++++++++++++++++++++++++++
 2 files changed, 114 insertions(+), 48 deletions(-)

-- 
1.7.7.6

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-06-13 11:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-12 11:19 [Qemu-devel] [PATCH v3 0/4] fdc: fix/rewrite seek, media_changed and interrupt handling Pavel Hrdina
2012-06-12 11:19 ` [Qemu-devel] [PATCH v3 1/4] fdc: fix implied seek while there is no medina in drive Pavel Hrdina
2012-06-12 11:19 ` [Qemu-devel] [PATCH v3 2/4] fdc-test: introduced qtest read_without_media Pavel Hrdina
2012-06-12 11:19 ` [Qemu-devel] [PATCH v3 3/4] fdc: rewrite seek and DSKCHG bit handling Pavel Hrdina
2012-06-12 13:03   ` Paolo Bonzini
2012-06-12 11:19 ` [Qemu-devel] [PATCH v3 4/4] fdc: fix interrupt handling Pavel Hrdina
2012-06-12 12:59   ` Paolo Bonzini
2012-06-13 11:43     ` Pavel Hrdina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).