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
/
block_int.h
Age
Commit message (
Expand
)
Author
2017-10-26
block: Align block status requests
Eric Blake
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
2017-10-13
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
2017-10-13
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
2017-10-06
block: Introduce BdrvChildRole.update_filename
Kevin Wolf
2017-10-06
dirty-bitmap: Switch bdrv_set_dirty() to bytes
Eric Blake
2017-09-26
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
2017-09-05
block: document semantics of bdrv_co_preadv|pwritev
Daniel P. Berrange
2017-09-04
block: add default implementations for bdrv_co_get_block_status()
Manos Pitsidianakis
2017-09-04
block: remove unused bdrv_media_changed
Manos Pitsidianakis
2017-09-04
block: pass bdrv_* methods to bs->file by default in block filters
Manos Pitsidianakis
2017-08-08
block: drop bdrv_set_key from BlockDriver
Paolo Bonzini
2017-07-24
block: Skip implicit nodes in query-block/blockstats
Kevin Wolf
2017-07-17
block: invoke .bdrv_drain callback in coroutine context and from AioContext
Paolo Bonzini
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-07-11
block: add bdrv_measure() API
Stefan Hajnoczi
2017-07-11
block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
block: add bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
block: new bdrv_reopen_bitmaps_rw interface
Vladimir Sementsov-Ogievskiy
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-16
block: protect modification of dirty bitmaps with a mutex
Paolo Bonzini
2017-06-16
block: introduce dirty_bitmap_mutex
Paolo Bonzini
2017-06-16
block: protect tracked_requests and flush_queue with reqs_lock
Paolo Bonzini
2017-06-16
block: access write_gen with atomics
Paolo Bonzini
2017-06-16
block: use Stat64 for wr_highest_offset
Paolo Bonzini
2017-06-16
block: access io_plugged with atomic ops
Paolo Bonzini
2017-06-16
block: access wakeup with atomic ops
Paolo Bonzini
2017-06-16
block: access serialising_in_flight with atomic ops
Paolo Bonzini
2017-06-16
block: access quiesce_counter with atomic ops
Paolo Bonzini
2017-06-16
block: access copy_on_read with atomic ops
Paolo Bonzini
2017-06-01
migration: Create include for migration snapshots
Juan Quintela
2017-05-29
block/file-*: *_parse_filename() and colons
Max Reitz
2017-05-11
block: Update comments on BDRV_BLOCK_* meanings
Eric Blake
2017-05-11
block: Drop permissions when migration completes
Kevin Wolf
2017-05-11
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
2017-05-11
block: Add, parse and store "force-share" option
Fam Zheng
2017-04-28
block: fix obvious coding style mistakes in block_int.h
Klim Kireev
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-24
block: Make errp the last parameter of commit_active_start
Fam Zheng
2017-03-17
block: Always call bdrv_child_check_perm first
Fam Zheng
2017-03-07
block: Fix error handling in bdrv_replace_in_backing_chain()
Kevin Wolf
2017-03-07
block: Ignore multiple children in bdrv_check_update_perm()
Kevin Wolf
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
2017-02-28
mirror: Add filter-node-name to blockdev-mirror
Kevin Wolf
2017-02-28
block: BdrvChildRole.attach/detach() callbacks
Kevin Wolf
2017-02-28
block: Add BdrvChildRole.stay_at_node
Kevin Wolf
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
[next]