index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-io-cmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: nbd: Fix convert qcow2 compressed to nbd
Nir Soffer
2020-07-28
1
-1
/
+1
*
block-backend: Add flags to blk_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+1
*
block: Pass truncate exact=true where reasonable
Max Reitz
2019-10-28
1
-1
/
+6
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-1
/
+1
*
qemu-io: Don't leak pattern file in error path
Kevin Wolf
2019-09-13
1
-0
/
+4
*
qemu-io: add pattern file for write command
Denis Plotnikov
2019-09-03
1
-6
/
+93
*
qemu-io-cmds: use clock_gettime for benchmarking
Alex Bennée
2019-06-12
1
-39
/
+38
*
block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS
Alberto Garcia
2019-05-20
1
-4
/
+3
*
block/qapi: Clean up how we print to monitor or stdout
Markus Armbruster
2019-04-18
1
-1
/
+1
*
qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK
Kevin Wolf
2019-03-26
1
-2
/
+11
*
block: Remove the AioContext parameter from bdrv_reopen_multiple()
Alberto Garcia
2019-03-12
1
-1
/
+1
*
block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
Alberto Garcia
2019-03-12
1
-1
/
+1
*
bdrv_query_image_info Error parameter added
Andrey Shinkevich
2019-02-11
1
-1
/
+6
*
qemu-io: Add generic function for reinitializing optind.
Richard W.M. Jones
2019-01-31
1
-1
/
+1
*
block: Remove flags parameter from bdrv_reopen_queue()
Alberto Garcia
2018-12-14
1
-1
/
+1
*
qemu-io: Put flag changes in the options QDict in reopen_f()
Alberto Garcia
2018-12-14
1
-1
/
+26
*
qemu-io-cmds: Fix two format strings
Stefan Weil
2018-11-05
1
-2
/
+2
*
qemu-io: Fix writethrough check in reopen
Alberto Garcia
2018-10-01
1
-1
/
+1
*
qemu-io: Let command functions return error code
Max Reitz
2018-06-11
1
-143
/
+203
*
qemu-io: Drop command functions' return values
Max Reitz
2018-06-11
1
-158
/
+136
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
2017-12-22
1
-0
/
+3
*
qemu-io: Relax 'alloc' now that block-status doesn't assert
Eric Blake
2017-10-26
1
-13
/
+0
*
qemu-io: Drop write permissions before read-only reopen
Kevin Wolf
2017-09-26
1
-0
/
+12
*
qemu-io: Allow reopen read-write
Kevin Wolf
2017-08-08
1
-2
/
+17
*
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-11
1
-1
/
+1
*
block: Make bdrv_is_allocated() byte-based
Eric Blake
2017-07-10
1
-38
/
+32
*
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
1
-23
/
+23
*
qemu-io: Switch 'map' output to byte-based reporting
Eric Blake
2017-05-11
1
-5
/
+6
*
qemu-io: Switch 'alloc' command to byte-based length
Eric Blake
2017-05-11
1
-12
/
+18
*
qemu-io: Improve alignment checks
Eric Blake
2017-05-11
1
-10
/
+10
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-2
/
+3
*
qemu-io-cmds: Use bdrv_coroutine_enter
Fam Zheng
2017-04-11
1
-1
/
+1
*
qemu-io-cmds: Assert that global and nofile commands don't use ct->perms
Peter Maydell
2017-04-03
1
-0
/
+7
*
hmp: Request permissions in qemu-io
Kevin Wolf
2017-02-28
1
-0
/
+28
*
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
2017-02-23
1
-1
/
+4
*
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
2017-02-23
1
-3
/
+7
*
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
2017-02-23
1
-6
/
+1
*
util/cutils: New qemu_strtosz()
Markus Armbruster
2017-02-23
1
-1
/
+1
*
qemu-io: don't allow I/O operations larger than BDRV_REQUEST_MAX_BYTES
Alberto Garcia
2017-02-12
1
-7
/
+13
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2016-10-31
1
-1
/
+0
|
\
|
*
clean-up: removed duplicate #includes
Anand J
2016-10-28
1
-1
/
+0
*
|
qemu-io: acquire AioContext
Paolo Bonzini
2016-10-28
1
-0
/
+4
*
|
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
2016-10-28
1
-1
/
+1
|
/
*
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
2016-09-05
1
-1
/
+1
*
block: Convert BB interface to byte-based discards
Eric Blake
2016-07-20
1
-2
/
+1
*
qemu-io: Use correct range limitations
Max Reitz
2016-07-13
1
-7
/
+7
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-2
/
+2
*
block: Rename blk_write_zeroes()
Eric Blake
2016-05-25
1
-11
/
+11
*
qemu-iotests: Fix regression in 136 on aio_read invalid
Eric Blake
2016-05-19
1
-4
/
+16
[next]