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
/
sheepdog.c
Age
Commit message (
Expand
)
Author
2020-03-26
sheepdog: Consistently set bdrv_has_zero_init_truncate
Eric Blake
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-01-31
block/sheepdog: Convert from DPRINTF() macro to trace events
Laurent Vivier
2019-01-17
block/sheepdog: Use QEMU_NONSTRING for non NUL-terminated arrays
Philippe Mathieu-Daudé
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2018-10-19
block: Use warn_report() & friends to report warnings
Markus Armbruster
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
2018-06-15
block: Fix -drive for certain non-string scalars
Markus Armbruster
2018-06-15
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
2018-06-15
block: Add block-specific QDict header
Max Reitz
2018-06-05
sheepdog: remove huge BSS object
Paolo Bonzini
2018-06-05
sheepdog: cleanup repeated expression
Paolo Bonzini
2018-05-23
sheepdog: Remove unnecessary NULL check in sd_prealloc()
Peter Maydell
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-05-08
sheepdog: Fix sd_co_create_opts() memory leaks
Kevin Wolf
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-13
block: include original filename when reporting invalid URIs
Daniel P. Berrangé
2018-03-09
sheepdog: Support .bdrv_co_create
Kevin Wolf
2018-03-09
sheepdog: QAPIfy "redundancy" create option
Kevin Wolf
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
sheepdog: Switch to .bdrv_co_block_status()
Eric Blake
2018-02-13
sheepdog: Allow fully preallocated truncation
Max Reitz
2018-02-13
sheepdog: Pass old and new size to sd_prealloc()
Max Reitz
2018-02-13
sheepdog: Make sd_prealloc() take a BDS
Max Reitz
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2017-12-20
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2017-12-19
coroutine: simplify co_aio_sleep_ns() prototype
Stefan Hajnoczi
2017-12-18
block/sheepdog: code beautification
Jeff Cody
2017-12-18
block/sheepdog: remove spurious NULL check
Jeff Cody
2017-09-05
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-20170905-2' into...
Peter Maydell
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-07-17
sheepdog: add queue_lock
Paolo Bonzini
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-16
block: access wakeup with atomic ops
Paolo Bonzini
[next]