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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
qemu-io-cmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-09
block: Acquire AioContexts during bdrv_reopen_multiple()
Kevin Wolf
1
-6
/
+1
2021-06-02
qemu-io-cmds: assert that we don't have .perm requested in no-blk case
Vladimir Sementsov-Ogievskiy
1
-2
/
+12
2021-05-14
monitor: hmp_qemu_io: acquire aio contex, fix crash
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2020-12-18
qemu-io: add preallocate mode parameter for truncate command
Vladimir Sementsov-Ogievskiy
1
-14
/
+32
2020-10-02
qemu-io-cmds: Simplify help_oneline
Dr. David Alan Gilbert
1
-9
/
+2
2020-07-28
block: nbd: Fix convert qcow2 compressed to nbd
Nir Soffer
1
-1
/
+1
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
1
-1
/
+1
2019-10-28
block: Pass truncate exact=true where reasonable
Max Reitz
1
-1
/
+6
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-1
/
+1
2019-09-13
qemu-io: Don't leak pattern file in error path
Kevin Wolf
1
-0
/
+4
2019-09-03
qemu-io: add pattern file for write command
Denis Plotnikov
1
-6
/
+93
2019-06-12
qemu-io-cmds: use clock_gettime for benchmarking
Alex Bennée
1
-39
/
+38
2019-05-20
block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS
Alberto Garcia
1
-4
/
+3
2019-04-18
block/qapi: Clean up how we print to monitor or stdout
Markus Armbruster
1
-1
/
+1
2019-03-26
qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK
Kevin Wolf
1
-2
/
+11
2019-03-12
block: Remove the AioContext parameter from bdrv_reopen_multiple()
Alberto Garcia
1
-1
/
+1
2019-03-12
block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
Alberto Garcia
1
-1
/
+1
2019-02-11
bdrv_query_image_info Error parameter added
Andrey Shinkevich
1
-1
/
+6
2019-01-31
qemu-io: Add generic function for reinitializing optind.
Richard W.M. Jones
1
-1
/
+1
2018-12-14
block: Remove flags parameter from bdrv_reopen_queue()
Alberto Garcia
1
-1
/
+1
2018-12-14
qemu-io: Put flag changes in the options QDict in reopen_f()
Alberto Garcia
1
-1
/
+26
2018-11-05
qemu-io-cmds: Fix two format strings
Stefan Weil
1
-2
/
+2
2018-10-01
qemu-io: Fix writethrough check in reopen
Alberto Garcia
1
-1
/
+1
2018-06-11
qemu-io: Let command functions return error code
Max Reitz
1
-143
/
+203
2018-06-11
qemu-io: Drop command functions' return values
Max Reitz
1
-158
/
+136
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2017-12-22
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
1
-0
/
+3
2017-10-26
qemu-io: Relax 'alloc' now that block-status doesn't assert
Eric Blake
1
-13
/
+0
2017-09-26
qemu-io: Drop write permissions before read-only reopen
Kevin Wolf
1
-0
/
+12
2017-08-08
qemu-io: Allow reopen read-write
Kevin Wolf
1
-2
/
+17
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
1
-1
/
+1
2017-07-10
block: Make bdrv_is_allocated() byte-based
Eric Blake
1
-38
/
+32
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
1
-23
/
+23
2017-05-11
qemu-io: Switch 'map' output to byte-based reporting
Eric Blake
1
-5
/
+6
2017-05-11
qemu-io: Switch 'alloc' command to byte-based length
Eric Blake
1
-12
/
+18
2017-05-11
qemu-io: Improve alignment checks
Eric Blake
1
-10
/
+10
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-2
/
+3
2017-04-11
qemu-io-cmds: Use bdrv_coroutine_enter
Fam Zheng
1
-1
/
+1
2017-04-03
qemu-io-cmds: Assert that global and nofile commands don't use ct->perms
Peter Maydell
1
-0
/
+7
2017-02-28
hmp: Request permissions in qemu-io
Kevin Wolf
1
-0
/
+28
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-1
/
+4
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-3
/
+7
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-6
/
+1
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
1
-1
/
+1
2017-02-12
qemu-io: don't allow I/O operations larger than BDRV_REQUEST_MAX_BYTES
Alberto Garcia
1
-7
/
+13
2016-10-31
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-1
/
+0
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-28
qemu-io: acquire AioContext
Paolo Bonzini
1
-0
/
+4
2016-10-28
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
1
-1
/
+1
2016-09-05
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
1
-1
/
+1
[next]