Age | Commit message (Expand) | Author |
2013-06-06 | blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events | Kevin Wolf |
2013-04-22 | block: Remove filename parameter from .bdrv_file_open() | Kevin Wolf |
2013-04-22 | blkdebug: Use bdrv_open options instead of filename | Kevin Wolf |
2013-03-22 | block: Add options QDict to bdrv_file_open() prototypes | Kevin Wolf |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini |
2012-12-12 | blkdebug: Implement suspend/resume of AIO requests | Kevin Wolf |
2012-12-12 | blkdebug: Factor out remove_rule() | Kevin Wolf |
2012-12-12 | blkdebug: Allow usage without config file | Kevin Wolf |
2012-11-14 | aio: rename AIOPool to AIOCBInfo | Stefan Hajnoczi |
2012-09-28 | blkdebug: process all set_state rules in the old state | Paolo Bonzini |
2012-07-09 | blkdebug: optionally tie errors to a specific sector | Paolo Bonzini |
2012-07-09 | blkdebug: store list of active rules | Paolo Bonzini |
2012-07-09 | blkdebug: pass getlength to underlying file | Paolo Bonzini |
2012-07-09 | blkdebug: tiny cleanup | Paolo Bonzini |
2012-07-09 | blkdebug: remove sync i/o events | Paolo Bonzini |
2012-04-05 | block: push recursive flushing up from drivers | Paolo Bonzini |
2012-01-26 | block: replace unchecked strdup/malloc/calloc with glib | Stefan Hajnoczi |
2011-10-21 | block: drop redundant bdrv_flush implementation | Stefan Hajnoczi |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf |
2010-09-18 | blkdebug: fix enum comparison | Blue Swirl |
2010-07-02 | blkdebug: Initialize state as 1 | Kevin Wolf |
2010-07-02 | blkdebug: Free QemuOpts after having read the config | Kevin Wolf |
2010-07-02 | blkdebug: Fix set_state_opts definition | Kevin Wolf |
2010-06-13 | Move stdbool.h | Paul Brook |
2010-05-17 | block: Avoid unchecked casts for AIOCBs | Kevin Wolf |
2010-05-03 | block: Open the underlying image file in generic code | Kevin Wolf |
2010-04-23 | qcow2: Trigger blkdebug events | Kevin Wolf |
2010-04-23 | blkdebug: Add events and rules | Kevin Wolf |
2010-04-23 | blkdebug: Inject errors | Kevin Wolf |
2010-04-23 | blkdebug: Basic request passthrough | Kevin Wolf |