index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
Age
Commit message (
Expand
)
Author
2018-05-23
job: Add reference counting
Kevin Wolf
2018-05-23
job: Move state transitions to Job
Kevin Wolf
2018-05-23
job: Maintain a list of all jobs
Kevin Wolf
2018-05-23
job: Add JobDriver.job_type
Kevin Wolf
2018-05-23
job: Rename BlockJobType into JobType
Kevin Wolf
2018-05-23
job: Create Job, JobDriver and job_create()
Kevin Wolf
2018-05-18
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
2018-05-15
block: Document BDRV_REQ_WRITE_UNCHANGED support
Max Reitz
2018-05-15
block: Add BDRV_REQ_WRITE_UNCHANGED flag
Max Reitz
2018-05-15
block: BLK_PERM_WRITE includes ..._UNCHANGED
Max Reitz
2018-05-15
blockjob: Add block_job_driver()
Kevin Wolf
2018-05-15
blockjob: Introduce block_job_ratelimit_get_delay()
Kevin Wolf
2018-05-15
blockjob: Implement block_job_set_speed() centrally
Kevin Wolf
2018-05-15
blockjob: Move RateLimit to BlockJob
Kevin Wolf
2018-05-15
blockjob: Wrappers for progress counter access
Kevin Wolf
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-05-15
block: Drop last of the sector-based aio callbacks
Eric Blake
2018-05-15
file-win32: Switch to byte-based callbacks
Eric Blake
2018-05-15
block: Support byte-based aio callbacks
Eric Blake
2018-05-10
blockjob: drop block_job_pause/resume_all()
Stefan Hajnoczi
2018-03-26
include/block/block_int: Document protocol related functions
Fabiano Rosas
2018-03-19
block/accounting: introduce latency histogram
Vladimir Sementsov-Ogievskiy
2018-03-19
block/mirror: change the semantic of 'force' of block-job-cancel
Liang Li
2018-03-19
blockjobs: add block-job-finalize
John Snow
2018-03-19
blockjobs: add PENDING status and event
John Snow
2018-03-19
blockjobs: add prepare callback
John Snow
2018-03-19
blockjobs: add block_job_dismiss
John Snow
2018-03-19
blockjobs: add block_job_verb permission table
John Snow
2018-03-19
blockjobs: add status enum
John Snow
2018-03-19
Blockjobs: documentation touchup
John Snow
2018-03-19
blockjobs: model single jobs as transactions
John Snow
2018-03-16
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2018-03-13
dirty-bitmap: add locked state
Vladimir Sementsov-Ogievskiy
2018-03-13
block/dirty-bitmap: add _locked version of bdrv_reclaim_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
2018-03-13
block/dirty-bitmap: add bdrv_dirty_bitmap_enable_successor()
Vladimir Sementsov-Ogievskiy
2018-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2018-03-12
block: make BDRV_POLL_WHILE() re-entrancy safe
Stefan Hajnoczi
2018-03-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-09
block: x-blockdev-create QMP command
Kevin Wolf
2018-03-09
block: Make bdrv_is_whitelisted() public
Kevin Wolf
2018-03-09
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
2018-03-09
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
2018-03-09
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
2018-03-08
block: add aio_wait_bh_oneshot()
Stefan Hajnoczi
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
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
2018-03-02
aio: rename aio_context_in_iothread() to in_aio_context_home_thread()
Stefan Hajnoczi
[next]