index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
null.c
Age
Commit message (
Expand
)
Author
2019-02-25
block/null: Generate filename even with latency-ns
Max Reitz
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2018-08-15
block: drop empty .bdrv_close handlers
Vladimir Sementsov-Ogievskiy
2018-05-15
null: Switch to byte-based read/write
Eric Blake
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-02
null: Switch to .bdrv_co_block_status()
Eric Blake
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2017-12-19
coroutine: simplify co_aio_sleep_ns() prototype
Stefan Hajnoczi
2017-08-08
block/null: Remove 'filename' option
Kevin Wolf
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-06-16
block/null: Implement bdrv_refresh_filename()
Max Reitz
2016-03-30
block/null-{co,aio}: Implement get_block_status()
Max Reitz
2016-03-30
block/null-{co,aio}: Allow reading zeroes
Max Reitz
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-20
block: Clean up includes
Peter Maydell
2015-04-28
block/null: Support reopen
Fam Zheng
2015-04-28
block/null: Latency simulation by adding new option "latency-ns"
Fam Zheng
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-09-22
block: Introduce "null" drivers
Fam Zheng