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: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-10-06
1
-0
/
+7
*
block: implement bdrv_new_open_driver_opts()
Vladimir Sementsov-Ogievskiy
2021-10-06
1
-0
/
+4
*
include/block.h: remove outdated comment
Emanuele Giuseppe Esposito
2021-10-06
1
-3
/
+1
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: make BlockLimits::max_pdiscard 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-5
/
+6
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: make BlockLimits::max_pwrite_zeroes 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-4
/
+5
*
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-6
/
+6
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-8
/
+8
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-5
/
+6
*
qcow2: check request on vmstate save/load path
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-0
/
+3
*
hw/nvme: fix verification of select field in namespace attachment
Naveen Nagar
2021-09-24
1
-0
/
+5
*
block: Clarify that @bytes is no limit on *pnum
Hanna Reitz
2021-09-15
1
-0
/
+9
*
block: block-status cache for data regions
Hanna Reitz
2021-09-15
1
-0
/
+50
*
block: Drop BDS comment regarding bdrv_append()
Hanna Reitz
2021-09-15
1
-6
/
+0
*
block/block-copy: block_copy_state_new(): drop extra arguments
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-1
/
+0
*
block/backup: move cluster size calculation to block-copy
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-2
/
+3
*
block/block-copy: introduce block_copy_set_copy_opts()
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-0
/
+3
*
block-copy: move detecting fleecing scheme to block-copy
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-2
/
+1
*
block: introduce bdrv_replace_child_bs()
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-0
/
+2
*
hw/nvme: use symbolic names for registers
Klaus Jensen
2021-07-26
1
-1
/
+28
*
hw/nvme: split pmrmsc register into upper and lower
Klaus Jensen
2021-07-26
1
-15
/
+16
*
iothread: add aio-max-batch parameter
Stefano Garzarella
2021-07-21
1
-0
/
+12
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2021-07-10
1
-0
/
+3
|
\
|
*
block: Acquire AioContexts during bdrv_reopen_multiple()
Kevin Wolf
2021-07-09
1
-0
/
+2
|
*
block: Add bdrv_reopen_queue_free()
Alberto Garcia
2021-07-09
1
-0
/
+1
*
|
util/async: add a human-readable name to BHs for debugging
Stefan Hajnoczi
2021-07-05
1
-3
/
+28
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2021-07-02
1
-1
/
+1
|
\
|
*
block: Allow changing bs->file on reopen
Alberto Garcia
2021-06-29
1
-0
/
+1
|
*
block: BDRVReopenState: drop replace_backing_bs field
Vladimir Sementsov-Ogievskiy
2021-06-29
1
-1
/
+0
*
|
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...
Peter Maydell
2021-06-30
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
hw/nvme: fix endianess conversion and add controller list
Gollu Appalanaidu
2021-06-29
1
-0
/
+1
|
*
hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_check
Klaus Jensen
2021-06-29
1
-0
/
+8
|
*
hw/nvme: add identify namespace flbas/mc enums
Gollu Appalanaidu
2021-06-29
1
-0
/
+9
*
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-06-28
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
1
-0
/
+7
*
|
block-copy: atomic .cancelled and .finished fields in BlockCopyCallState
Emanuele Giuseppe Esposito
2021-06-25
1
-0
/
+2
|
/
*
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-1
/
+1
*
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-2
/
+2
*
nbd/client-connection: implement connection retry
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+2
*
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-2
/
+7
*
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+11
*
async: the main AioContext is only "current" if under the BQL
Paolo Bonzini
2021-06-18
1
-1
/
+4
*
vl: plumb keyval-based options into -readconfig
Paolo Bonzini
2021-06-04
1
-2
/
+0
*
block: drop BlockBackendRootState::read_only
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-1
/
+0
*
block: drop BlockDriverState::read_only
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-1
/
+0
*
block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-0
/
+1
*
replication: move include out of root directory
Paolo Bonzini
2021-05-26
1
-0
/
+175
*
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...
Peter Maydell
2021-05-18
1
-6
/
+6
|
\
|
*
hw/block/nvme: align with existing style
Gollu Appalanaidu
2021-05-17
1
-5
/
+5
[next]