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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-21
block: allow migration to work with image files (v3)
Anthony Liguori
1
-0
/
+16
2011-11-11
block: Make cache=unsafe flush to the OS
Kevin Wolf
1
-3
/
+7
2011-11-11
block: Introduce bdrv_co_flush_to_os
Kevin Wolf
1
-1
/
+12
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
1
-2
/
+2
2011-11-11
block: add eject request callback
Paolo Bonzini
1
-0
/
+7
2011-10-31
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-10
/
+8
2011-10-28
block: reinitialize across bdrv_close()/bdrv_open()
Stefan Hajnoczi
1
-2
/
+4
2011-10-28
block: set bs->read_only before .bdrv_open()
Stefan Hajnoczi
1
-2
/
+2
2011-10-28
block: Fix bdrv_open use after free
Kevin Wolf
1
-1
/
+1
2011-10-28
block: Remove dead code
Kevin Wolf
1
-5
/
+1
2011-10-27
Drop qemu-objects.h from modules that don't require it
Luiz Capitulino
1
-1
/
+1
2011-10-27
qapi: Convert query-blockstats
Luiz Capitulino
1
-74
/
+37
2011-10-27
qapi: Convert query-block
Luiz Capitulino
1
-82
/
+30
2011-10-27
block: Rename the BlockIOStatus enum values
Luiz Capitulino
1
-8
/
+10
2011-10-27
block: iostatus: Drop BDRV_IOS_INVAL
Luiz Capitulino
1
-2
/
+3
2011-10-21
block: change discard to co_discard
Paolo Bonzini
1
-2
/
+0
2011-10-21
block: change flush to co_flush
Paolo Bonzini
1
-2
/
+0
2011-10-21
block: add bdrv_co_discard and bdrv_aio_discard support
Paolo Bonzini
1
-11
/
+91
2011-10-21
block: unify flush implementations
Paolo Bonzini
1
-90
/
+74
2011-10-21
block: rename bdrv_co_rw_bh
Paolo Bonzini
1
-2
/
+2
2011-10-14
block: drop bdrv_has_async_rw()
Stefan Hajnoczi
1
-6
/
+0
2011-10-14
block: drop .bdrv_read()/.bdrv_write() emulation
Stefan Hajnoczi
1
-72
/
+3
2011-10-14
block: drop emulation functions that use coroutines
Stefan Hajnoczi
1
-54
/
+7
2011-10-13
block: switch bdrv_aio_writev() to coroutines
Stefan Hajnoczi
1
-64
/
+2
2011-10-13
block: mark blocks dirty on coroutine write completion
Stefan Hajnoczi
1
-1
/
+4
2011-10-13
block: switch bdrv_aio_readv() to coroutines
Stefan Hajnoczi
1
-13
/
+35
2011-10-13
block: switch bdrv_read()/bdrv_write() to coroutines
Stefan Hajnoczi
1
-50
/
+62
2011-10-13
block: split out bdrv_co_do_readv() and bdrv_co_do_writev()
Stefan Hajnoczi
1
-7
/
+27
2011-10-13
block: directly invoke .bdrv_* from emulation functions
Stefan Hajnoczi
1
-6
/
+8
2011-10-13
block: directly invoke .bdrv_aio_*() in bdrv_co_io_em()
Stefan Hajnoczi
1
-4
/
+4
2011-10-11
HMP: Print 'io-status' information
Luiz Capitulino
1
-0
/
+5
2011-10-11
QMP: query-status: Add 'io-status' key
Luiz Capitulino
1
-0
/
+12
2011-10-11
block: Keep track of devices' I/O status
Luiz Capitulino
1
-0
/
+40
2011-10-03
trace: add arguments to bdrv_co_io_em() trace event
Stefan Hajnoczi
1
-1
/
+1
2011-10-03
trace: trace bdrv_open_common()
Stefan Hajnoczi
1
-0
/
+2
2011-09-12
block: New change_media_cb() parameter load
Markus Armbruster
1
-6
/
+6
2011-09-12
block: Reset buffer alignment on detach
Markus Armbruster
1
-0
/
+1
2011-09-12
block: New bdrv_set_buffer_alignment()
Markus Armbruster
1
-2
/
+4
2011-09-12
block: Show whether the virtual tray is open in info block
Markus Armbruster
1
-2
/
+16
2011-09-12
block: Drop BlockDriverState member removable
Markus Armbruster
1
-8
/
+0
2011-09-12
block: Clean up remaining users of "removable"
Markus Armbruster
1
-7
/
+11
2011-09-12
block: Rename bdrv_set_locked() to bdrv_lock_medium()
Markus Armbruster
1
-4
/
+4
2011-09-12
block: Drop medium lock tracking, ask device models instead
Markus Armbruster
1
-7
/
+9
2011-09-12
block: Leave enforcing tray lock to device models
Markus Armbruster
1
-6
/
+1
2011-09-12
block: Drop tray status tracking, no longer used
Markus Armbruster
1
-1
/
+0
2011-09-12
block: Revert entanglement of bdrv_is_inserted() with tray status
Markus Armbruster
1
-4
/
+3
2011-09-06
savevm: Include writable devices with removable media
Markus Armbruster
1
-1
/
+1
2011-09-06
block: Clean up bdrv_flush_all()
Markus Armbruster
1
-2
/
+1
2011-09-06
block: Leave tracking media change to device models
Markus Armbruster
1
-14
/
+6
2011-09-06
block: Split change_cb() into change_media_cb(), resize_cb()
Markus Armbruster
1
-8
/
+15
[next]