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
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
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-2
/
+1
2016-07-13
qemu-io: Use correct range limitations
Max Reitz
1
-7
/
+7
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-11
/
+11
2016-05-19
qemu-iotests: Fix regression in 136 on aio_read invalid
Eric Blake
1
-4
/
+16
2016-05-19
qemu-io: Fix recent UI updates
Eric Blake
1
-2
/
+3
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
1
-203
/
+0
2016-05-12
qemu-io: Add 'write -z -u' to test MAY_UNMAP flag
Eric Blake
1
-3
/
+21
2016-05-12
qemu-io: Add 'write -f' to test FUA flag
Eric Blake
1
-16
/
+41
2016-05-12
qemu-io: Allow unaligned access by default
Eric Blake
1
-56
/
+17
2016-05-12
qemu-io: Use bool for command line flags
Eric Blake
1
-47
/
+47
2016-05-12
qemu-io: Switch to byte-based block access
Eric Blake
1
-52
/
+10
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
1
-4
/
+2
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-1
/
+1
2016-05-12
qemu-io: Fix memory leak in 'aio_write -z'
Kevin Wolf
1
-0
/
+1
2016-04-15
qemu-io: Support 'aio_write -z'
Kevin Wolf
1
-16
/
+49
2016-03-30
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
1
-1
/
+0
2016-03-30
qemu-io: Use bdrv_parse_cache_mode() in reopen_f()
Kevin Wolf
1
-1
/
+13
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-12
qemu-io: Account for failed, invalid and flush operations
Alberto Garcia
1
-0
/
+9
2015-11-11
qemu-io: Correct error messages
John Snow
1
-19
/
+34
2015-11-11
qemu-io: Check for trailing chars
John Snow
1
-1
/
+8
2015-11-11
qemu-io: fix cvtnum lval types
John Snow
1
-36
/
+89
2015-09-25
utils: rename strtosz to use qemu prefix
Marc-André Lureau
1
-1
/
+1
2015-09-14
qemu-io: Add command 'reopen'
Kevin Wolf
1
-0
/
+90
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-05-22
qemu-io: Use getopt() correctly
Eric Blake
1
-8
/
+8
2015-02-16
qemu-io: Use BlockBackend
Max Reitz
1
-120
/
+133
2015-02-16
qemu-io: Account IO by aio_read and aio_write
Fam Zheng
1
-0
/
+11
2014-12-12
qemu-io: Add sigraise command
Max Reitz
1
-0
/
+46
2014-10-23
qemu-io: Respect early image end for map
Max Reitz
1
-1
/
+4
2014-08-20
qemu-io-cmds: g_renew() can't fail, bury dead error handling
Markus Armbruster
1
-10
/
+1
2014-08-20
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
1
-5
/
+5
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2014-07-09
block: prefer aio_poll to qemu_aio_wait
Paolo Bonzini
1
-2
/
+2
2014-03-19
qemu-io-cmds: Fixed typo in example for writev.
Maria Kustova
1
-1
/
+1
2014-03-13
qemu-io: Fix warnings from static code analysis
Stefan Weil
1
-1
/
+1
2014-01-24
qemu-io: New command 'sleep'
Kevin Wolf
1
-0
/
+42
2014-01-22
qemu-io: add command completion
Stefan Hajnoczi
1
-0
/
+15
2013-11-29
blkdebug: add "remove_break" command
Fam Zheng
1
-0
/
+22
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
1
-1
/
+1
2013-10-11
block/qapi: Human-readable ImageInfoSpecific dump
Max Reitz
1
-0
/
+9
[next]