index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
2020-10-02
1
-2
/
+2
*
block/export: Move blk to BlockExport
Kevin Wolf
2020-10-02
1
-0
/
+3
*
block/export: Add block-export-del
Kevin Wolf
2020-10-02
2
-1
/
+1
*
block/export: Move strong user reference to block_exports
Kevin Wolf
2020-10-02
1
-0
/
+8
*
block/export: Add 'id' option to block-export-add
Kevin Wolf
2020-10-02
1
-0
/
+3
*
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
2020-10-02
2
-2
/
+15
*
block/export: Allocate BlockExport in blk_exp_add()
Kevin Wolf
2020-10-02
2
-6
/
+13
*
block/export: Move AioContext from NBDExport to BlockExport
Kevin Wolf
2020-10-02
1
-0
/
+3
*
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
2020-10-02
2
-2
/
+15
*
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
2020-10-02
1
-0
/
+1
*
nbd: Remove NBDExport.close callback
Kevin Wolf
2020-10-02
1
-2
/
+1
*
nbd: Add max-connections to nbd-server-start
Kevin Wolf
2020-10-02
1
-1
/
+2
*
block/export: Remove magic from block-export-add
Kevin Wolf
2020-10-02
2
-1
/
+4
*
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
2020-10-02
1
-2
/
+2
*
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf
2020-10-02
2
-1
/
+37
*
qapi: Create block-export module
Kevin Wolf
2020-10-02
1
-1
/
+1
*
nbd: Remove unused nbd_export_get_blockdev()
Kevin Wolf
2020-10-02
1
-2
/
+0
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
2
-6
/
+6
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-09-11
1
-1
/
+3
|
\
|
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
|
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-0
/
+1
*
|
block: Leave BDS.backing_{file,format} constant
Max Reitz
2020-09-07
1
-5
/
+16
*
|
block: Inline bdrv_co_block_status_from_*()
Max Reitz
2020-09-07
1
-22
/
+0
*
|
block: Drop backing_bs()
Max Reitz
2020-09-07
1
-5
/
+0
*
|
block: Add bdrv_supports_compressed_writes()
Max Reitz
2020-09-07
1
-0
/
+1
*
|
block: Drop bdrv_is_encrypted()
Max Reitz
2020-09-07
1
-1
/
+0
*
|
block: Add chain helper functions
Max Reitz
2020-09-07
1
-0
/
+3
*
|
block: Add child access functions
Max Reitz
2020-09-07
1
-3
/
+41
|
/
*
hw/block/nvme: be consistent about zeros vs zeroes
Klaus Jensen
2020-09-02
1
-2
/
+2
*
hw/block/nvme: support the get/set features select and save fields
Klaus Jensen
2020-09-02
1
-1
/
+26
*
hw/block/nvme: add remaining mandatory controller parameters
Klaus Jensen
2020-09-02
1
-1
/
+9
*
hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h
Klaus Jensen
2020-09-02
1
-17
/
+0
*
hw/block/nvme: add support for the asynchronous event request command
Klaus Jensen
2020-09-02
1
-2
/
+6
*
hw/block/nvme: add support for the get log page command
Klaus Jensen
2020-09-02
1
-1
/
+5
*
hw/block/nvme: mark fw slot 1 as read-only
Klaus Jensen
2020-09-02
1
-0
/
+4
*
hw/block/nvme: add temperature threshold feature
Klaus Jensen
2020-09-02
1
-1
/
+4
*
hw/block/nvme: bump spec data structures to v1.3
Klaus Jensen
2020-09-02
1
-17
/
+141
*
hw/block/nvme: Align I/O BAR to 4 KiB
Philippe Mathieu-Daudé
2020-09-02
1
-0
/
+2
*
hw/block/nvme: Fix pmrmsc register size
Philippe Mathieu-Daudé
2020-09-02
1
-1
/
+1
*
hw/block/nvme: Use QEMU_PACKED on hardware/packet structures
Philippe Mathieu-Daudé
2020-09-02
1
-19
/
+19
*
throttle-groups: Move ThrottleGroup typedef to header
Eduardo Habkost
2020-08-27
1
-0
/
+1
*
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
2020-08-25
1
-0
/
+1
*
block: Add support to warn on backing file change without format
Eric Blake
2020-07-14
1
-2
/
+2
*
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
2020-07-14
1
-0
/
+1
*
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-0
/
+1
*
block: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
2020-07-06
2
-6
/
+11
*
block: inline bdrv_unallocated_blocks_are_zero()
Vladimir Sementsov-Ogievskiy
2020-07-06
1
-1
/
+0
*
block/core: add generic infrastructure for x-blockdev-amend qmp command
Maxim Levitsky
2020-07-06
1
-6
/
+15
*
block/amend: separate amend and create options for qemu-img
Maxim Levitsky
2020-07-06
1
-0
/
+4
[prev]
[next]