index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blkdebug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-2
/
+3
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
1
-0
/
+1
2012-12-12
blkdebug: Implement suspend/resume of AIO requests
Kevin Wolf
1
-3
/
+105
2012-12-12
blkdebug: Factor out remove_rule()
Kevin Wolf
1
-2
/
+13
2012-12-12
blkdebug: Allow usage without config file
Kevin Wolf
1
-0
/
+5
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
1
-2
/
+2
2012-09-28
blkdebug: process all set_state rules in the old state
Paolo Bonzini
1
-5
/
+7
2012-07-09
blkdebug: optionally tie errors to a specific sector
Paolo Bonzini
1
-2
/
+24
2012-07-09
blkdebug: store list of active rules
Paolo Bonzini
1
-38
/
+31
2012-07-09
blkdebug: pass getlength to underlying file
Paolo Bonzini
1
-0
/
+6
2012-07-09
blkdebug: tiny cleanup
Paolo Bonzini
1
-6
/
+2
2012-07-09
blkdebug: remove sync i/o events
Paolo Bonzini
1
-2
/
+0
2012-04-05
block: push recursive flushing up from drivers
Paolo Bonzini
1
-7
/
+0
2012-01-26
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
1
-2
/
+2
2011-10-21
block: drop redundant bdrv_flush implementation
Stefan Hajnoczi
1
-6
/
+0
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2010-11-04
block: Allow bdrv_flush to return errors
Kevin Wolf
1
-2
/
+2
2010-09-18
blkdebug: fix enum comparison
Blue Swirl
1
-3
/
+1
2010-07-02
blkdebug: Initialize state as 1
Kevin Wolf
1
-0
/
+3
2010-07-02
blkdebug: Free QemuOpts after having read the config
Kevin Wolf
1
-0
/
+2
2010-07-02
blkdebug: Fix set_state_opts definition
Kevin Wolf
1
-1
/
+1
2010-06-13
Move stdbool.h
Paul Brook
1
-2
/
+0
2010-05-17
block: Avoid unchecked casts for AIOCBs
Kevin Wolf
1
-2
/
+2
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
1
-11
/
+6
2010-04-23
qcow2: Trigger blkdebug events
Kevin Wolf
1
-0
/
+42
2010-04-23
blkdebug: Add events and rules
Kevin Wolf
1
-1
/
+249
2010-04-23
blkdebug: Inject errors
Kevin Wolf
1
-0
/
+81
2010-04-23
blkdebug: Basic request passthrough
Kevin Wolf
1
-0
/
+104