On Tue, Mar 11, 2014 at 03:08:52PM +0800, Le Tan wrote: > Hi, I am now studying the disk I/O in QEMU, but I know little about QEMU. I > want to know how QEMU implements or emulates the disk I/O? Where to find > some materials about this? And if I can get all the disk I/O request from > the guest in QEMU? Thanks!
QEMU emulates hardware including IDE or SCSI controllers. I/O requests go through QEMU. Look at hw/block/. Stefan