Fix monitor command (screendump) (Stefan Weil)
[qemu] / block-raw-win32.c
2009-03-13 aliguoriFix regression introduced by r6824
2009-03-12 aliguoriDrop internal bdrv_pread()/bdrv_pwrite() APIs (Avi...
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-07 aurel32Use C99 initializers for BlockDriver methods
2008-10-14 aliguoriExpand cache= option and use write-through caching...
2008-09-22 aliguoriRefactor AIO to allow multiple AIO implementations
2008-09-16 aliguoriblock-raw is not a protocol
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-09-10 aliguoriUse signalfd() to work around signal/select race
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-15 thsSplit block-raw.c into block-raw-posix.c and block...