qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] ide: Some DMA related fixes
@ 2010-11-26 16:21 Kevin Wolf
  2010-11-26 16:21 ` [Qemu-devel] [PATCH 1/4] ide: Factor ide_dma_set_inactive out Kevin Wolf
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Kevin Wolf @ 2010-11-26 16:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, stefanha, mjt

These are some fixes for the DMA code in IDE that I came up with when debugging
the crash in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604869

This doesn't fix the cause of the I/O errors (which is somewhere in vvfat), but
rather improves how the error situation is handled.

Kevin Wolf (4):
  ide: Factor ide_dma_set_inactive out
  ide: Set bus master inactive on error
  ide: Ignore double DMA transfer starts/stops
  ide: Reset current_addr after stopping DMA

 hw/ide/core.c |   31 +++++++++++++--------------
 hw/ide/pci.c  |   62 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 48 insertions(+), 45 deletions(-)

-- 
1.7.2.3

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

end of thread, other threads:[~2010-11-26 16:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 16:21 [Qemu-devel] [PATCH 0/4] ide: Some DMA related fixes Kevin Wolf
2010-11-26 16:21 ` [Qemu-devel] [PATCH 1/4] ide: Factor ide_dma_set_inactive out Kevin Wolf
2010-11-26 16:38   ` [Qemu-devel] " Stefan Hajnoczi
2010-11-26 16:21 ` [Qemu-devel] [PATCH 2/4] ide: Set bus master inactive on error Kevin Wolf
2010-11-26 16:40   ` [Qemu-devel] " Stefan Hajnoczi
2010-11-26 16:21 ` [Qemu-devel] [PATCH 3/4] ide: Ignore double DMA transfer starts/stops Kevin Wolf
2010-11-26 16:43   ` [Qemu-devel] " Stefan Hajnoczi
2010-11-26 16:21 ` [Qemu-devel] [PATCH 4/4] ide: Reset current_addr after stopping DMA Kevin Wolf
2010-11-26 16:45   ` [Qemu-devel] " Stefan Hajnoczi

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).