index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
2011-09-06
block: Generalize change_cb() to BlockDevOps
Markus Armbruster
1
-22
/
+21
2011-09-06
block: Attach non-qdev devices as well
Markus Armbruster
1
-9
/
+20
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-1
/
+1
2011-08-26
block: latency accounting
Christoph Hellwig
1
-3
/
+17
2011-08-25
block: explicit I/O accounting
Christoph Hellwig
1
-22
/
+26
2011-08-23
block: include flush requests in info blockstats
Christoph Hellwig
1
-5
/
+13
2011-08-23
block: add cache=directsync parameter to -drive
Stefan Hajnoczi
1
-2
/
+4
2011-08-23
block: parse cache mode flags in a single place
Stefan Hajnoczi
1
-0
/
+25
2011-08-22
fix code format
Robert Wang
1
-3
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-17
/
+17
2011-08-04
block: Use bdrv_co_* instead of synchronous versions in coroutines
Kevin Wolf
1
-0
/
+56
[next]