qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3 v6] Replace bdrv_* to bdr v_aio_* functions in D


From: Li Zhi Hui
Subject: [Qemu-devel] [PATCH 0/3 v6] Replace bdrv_* to bdr v_aio_* functions in DMA mode in fdc.c
Date: Tue, 15 May 2012 17:17:22 +0800

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Li Zhi Hui <address@hidden>

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




reply via email to

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