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
2020-11-09
block: Move bdrv_drain_all_end_quiesce() to block_int.h
Greg Kurz
2020-11-02
Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into staging
Peter Maydell
2020-10-30
nbd: Add new qemu:allocation-depth metadata context
Eric Blake
2020-10-27
block: End quiescent sections when a BDS is deleted
Greg Kurz
2020-10-27
qcow2: Skip copy-on-write when allocating a zero cluster
Alberto Garcia
2020-10-27
hw/block/nvme: fix prp mapping status codes
Gollu Appalanaidu
2020-10-27
hw/block/nvme: reject io commands if only admin command set selected
Klaus Jensen
2020-10-27
hw/block/nvme: support for admin-only command set
Keith Busch
2020-10-27
hw/block/nvme: validate command set selected
Keith Busch
2020-10-27
hw/block/nvme: support per-namespace smart log
Keith Busch
2020-10-27
hw/block/nvme: add support for scatter gather lists
Klaus Jensen
2020-10-09
block: Add bdrv_lock()/unlock()
Kevin Wolf
2020-10-09
block: Add bdrv_co_enter()/leave()
Kevin Wolf
2020-10-09
util/async: Add aio_co_reschedule_self()
Kevin Wolf
2020-10-06
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-10-06
migration: introduce icount field for snapshots
Pavel Dovgalyuk
2020-10-05
include/block/block.h: drop non-ascii quotation mark
Vladimir Sementsov-Ogievskiy
2020-10-05
block/io: refactor save/load vmstate
Vladimir Sementsov-Ogievskiy
2020-10-05
block: drop bdrv_prwv
Vladimir Sementsov-Ogievskiy
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
2020-10-05
scripts: add block-coroutine-wrapper.py
Vladimir Sementsov-Ogievskiy
2020-10-05
block: return error-code from bdrv_invalidate_cache
Vladimir Sementsov-Ogievskiy
2020-10-02
nbd: Merge nbd_export_new() and nbd_export_create()
Kevin Wolf
2020-10-02
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
2020-10-02
block/export: Move blk to BlockExport
Kevin Wolf
2020-10-02
block/export: Add block-export-del
Kevin Wolf
2020-10-02
block/export: Move strong user reference to block_exports
Kevin Wolf
2020-10-02
block/export: Add 'id' option to block-export-add
Kevin Wolf
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
2020-10-02
block/export: Allocate BlockExport in blk_exp_add()
Kevin Wolf
2020-10-02
block/export: Move AioContext from NBDExport to BlockExport
Kevin Wolf
2020-10-02
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
2020-10-02
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
2020-10-02
nbd: Remove NBDExport.close callback
Kevin Wolf
2020-10-02
nbd: Add max-connections to nbd-server-start
Kevin Wolf
2020-10-02
block/export: Remove magic from block-export-add
Kevin Wolf
2020-10-02
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
2020-10-02
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf
2020-10-02
qapi: Create block-export module
Kevin Wolf
2020-10-02
nbd: Remove unused nbd_export_get_blockdev()
Kevin Wolf
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-07
block: Leave BDS.backing_{file,format} constant
Max Reitz
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
2020-09-07
block: Drop backing_bs()
Max Reitz
2020-09-07
block: Add bdrv_supports_compressed_writes()
Max Reitz
2020-09-07
block: Drop bdrv_is_encrypted()
Max Reitz
[next]