1. Explain the following functions and insert printf() statements (or use
debuggers) to trace their operations:
- bdrv_read()
- bdrv_write()
- do_commit()
and bdrv_commit
2. Find out 'WHEN” and “WHERE” the bdrv_read() and bdrv_write() function
get called
References:
1. http://sourcenav.sourceforge.net/
2. www.linux-kvm.org
3. http://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine
4. http://wiki.qemu.org/Main_Page