index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blkdebug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blkdebug: report errors on flush too
Paolo Bonzini
2014-08-15
1
-0
/
+20
*
blkdebug: use BlockDriverState's AioContext
Stefan Hajnoczi
2014-06-04
1
-1
/
+1
*
block: Remove bdrv_open_image()'s force_raw option
Max Reitz
2014-02-21
1
-1
/
+1
*
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-21
1
-0
/
+1
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-2
/
+2
*
blkdebug: Don't leak bs->file on failure
Kevin Wolf
2014-02-09
1
-5
/
+9
*
qemu-iotests: Test pwritev RMW logic
Kevin Wolf
2014-01-24
1
-0
/
+8
*
blkdebug: Make required alignment configurable
Kevin Wolf
2014-01-24
1
-0
/
+16
*
blkdebug: Allow command-line file configuration
Max Reitz
2014-01-22
1
-9
/
+3
*
block: Allow reference for bdrv_file_open()
Max Reitz
2014-01-22
1
-1
/
+1
*
blkdebug: Use command-line in read_config()
Max Reitz
2014-01-22
1
-3
/
+12
*
blkdebug: Always call read_config()
Max Reitz
2014-01-22
1
-17
/
+19
*
blkdebug: Don't require sophisticated filename
Max Reitz
2014-01-22
1
-1
/
+3
*
blkdebug: Use errp for read_config()
Max Reitz
2014-01-22
1
-4
/
+6
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+1
*
blkdebug: Use QLIST_FOREACH_SAFE to resume IO
Fam Zheng
2013-12-13
1
-4
/
+4
*
blkdebug: add "remove_break" command
Fam Zheng
2013-11-29
1
-0
/
+27
*
blkdebug: Employ error parameter
Max Reitz
2013-10-11
1
-4
/
+4
*
block: Error parameter for open functions
Max Reitz
2013-09-12
1
-1
/
+3
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
1
-1
/
+2
*
qcow2-refcount: Repair shared refcount blocks
Max Reitz
2013-09-02
1
-0
/
+1
*
blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events
Kevin Wolf
2013-06-06
1
-0
/
+3
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
1
-2
/
+1
*
blkdebug: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-32
/
+82
*
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-22
1
-2
/
+3
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
blkdebug: Implement suspend/resume of AIO requests
Kevin Wolf
2012-12-12
1
-3
/
+105
*
blkdebug: Factor out remove_rule()
Kevin Wolf
2012-12-12
1
-2
/
+13
*
blkdebug: Allow usage without config file
Kevin Wolf
2012-12-12
1
-0
/
+5
*
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
2012-11-14
1
-2
/
+2
*
blkdebug: process all set_state rules in the old state
Paolo Bonzini
2012-09-28
1
-5
/
+7
*
blkdebug: optionally tie errors to a specific sector
Paolo Bonzini
2012-07-09
1
-2
/
+24
*
blkdebug: store list of active rules
Paolo Bonzini
2012-07-09
1
-38
/
+31
*
blkdebug: pass getlength to underlying file
Paolo Bonzini
2012-07-09
1
-0
/
+6
*
blkdebug: tiny cleanup
Paolo Bonzini
2012-07-09
1
-6
/
+2
*
blkdebug: remove sync i/o events
Paolo Bonzini
2012-07-09
1
-2
/
+0
*
block: push recursive flushing up from drivers
Paolo Bonzini
2012-04-05
1
-7
/
+0
*
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
2012-01-26
1
-2
/
+2
*
block: drop redundant bdrv_flush implementation
Stefan Hajnoczi
2011-10-21
1
-6
/
+0
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
block: Allow bdrv_flush to return errors
Kevin Wolf
2010-11-04
1
-2
/
+2
*
blkdebug: fix enum comparison
Blue Swirl
2010-09-18
1
-3
/
+1
*
blkdebug: Initialize state as 1
Kevin Wolf
2010-07-02
1
-0
/
+3
*
blkdebug: Free QemuOpts after having read the config
Kevin Wolf
2010-07-02
1
-0
/
+2
*
blkdebug: Fix set_state_opts definition
Kevin Wolf
2010-07-02
1
-1
/
+1
*
Move stdbool.h
Paul Brook
2010-06-13
1
-2
/
+0
*
block: Avoid unchecked casts for AIOCBs
Kevin Wolf
2010-05-17
1
-2
/
+2
*
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
1
-11
/
+6
[next]