All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3 v6] Replace bdrv_* to bdrv_aio_* functions in DMA mode in fdc.c
@ 2012-05-15  9:17 Li Zhi Hui
  2012-05-15  9:17 ` [Qemu-devel] [PATCH 1/3 v6] add function DMA_set_return and DMA_set_channel_async in dma.c Li Zhi Hui
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Li Zhi Hui @ 2012-05-15  9:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Li Zhi Hui

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Li Zhi Hui <zhihuili@linux.vnet.ibm.com>

Before v5 version, Although use bdrv_aio_* to replace bdrv_* functions, But In the process
of processing data, only call the bdrv_dio_* one time, it will not really simulate floppy disk's
reading and writing.
In v6 version each read and write all you need to call bdrv_aio_*.

All these patches were done under paolo's advice and guidance, Thank him very much!
 

 hw/dma.c     |   80 +++++++++-----
 hw/fdc.c     |  333 ++++++++++++++++++++++++++++++++++++++++------------------
 hw/isa.h     |    2 +
 hw/sun4m.c   |    3 +
 hw/sun4u.c   |    3 +
 trace-events |    8 ++
 6 files changed, 296 insertions(+), 133 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2012-05-16 10:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15  9:17 [Qemu-devel] [PATCH 0/3 v6] Replace bdrv_* to bdrv_aio_* functions in DMA mode in fdc.c Li Zhi Hui
2012-05-15  9:17 ` [Qemu-devel] [PATCH 1/3 v6] add function DMA_set_return and DMA_set_channel_async in dma.c Li Zhi Hui
2012-05-15  9:17 ` [Qemu-devel] [PATCH 2/3 v6] Replace bdrv_* to bdrv_aio_* functions in DMA mode in fdc.c Li Zhi Hui
2012-05-15  9:27   ` Paolo Bonzini
2012-05-15  9:33     ` Kevin Wolf
2012-05-15  9:38       ` Paolo Bonzini
2012-05-16  8:23         ` Zhi Hui Li
2012-05-16  9:11           ` Paolo Bonzini
2012-05-16 10:59           ` Kevin Wolf
2012-05-15 20:49     ` Hervé Poussineau
2012-05-16  7:58     ` Zhi Hui Li
2012-05-15  9:17 ` [Qemu-devel] [PATCH 3/3 v6] fdc.c: add tracing Li Zhi Hui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.