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
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block-backend: drop INT_MAX restriction from blk_check_byte_request()
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-1
/
+1
*
block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-8
/
+8
*
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-5
/
+8
*
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-1
/
+1
*
block-backend: convert blk_foo wrappers to use int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-5
/
+5
*
block-backend: drop blk_prw, use block-coroutine-wrapper
Vladimir Sementsov-Ogievskiy
2021-10-15
2
-93
/
+88
*
block-coroutine-wrapper.py: support BlockBackend first argument
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-0
/
+3
*
block-backend: rename _do_ helper functions to _co_do_
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-26
/
+26
*
block-backend: convert blk_co_pdiscard to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-2
/
+3
*
block-backend: convert blk_co_pwritev_part to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
2
-5
/
+5
*
block-backend: make blk_co_preadv() 64bit
Vladimir Sementsov-Ogievskiy
2021-10-15
2
-3
/
+3
*
block-backend: blk_check_byte_request(): int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-3
/
+3
*
qcow2: Silence clang -m32 compiler warning
Hanna Reitz
2021-10-15
1
-1
/
+2
*
configure, meson: move libaio check to meson.build
Paolo Bonzini
2021-10-14
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...
Richard Henderson
2021-10-07
4
-29
/
+40
|
\
|
*
mirror: Do not clear .cancelled
Hanna Reitz
2021-10-07
1
-2
/
+0
|
*
mirror: Stop active mirroring after force-cancel
Hanna Reitz
2021-10-07
1
-0
/
+2
|
*
mirror: Check job_is_cancelled() earlier
Hanna Reitz
2021-10-07
1
-5
/
+5
|
*
mirror: Use job_is_cancelled()
Hanna Reitz
2021-10-07
1
-1
/
+1
|
*
job: Add job_cancel_requested()
Hanna Reitz
2021-10-07
1
-6
/
+4
|
*
jobs: Give Job.force_cancel more meaning
Hanna Reitz
2021-10-07
2
-7
/
+20
|
*
job: @force parameter for job_cancel_sync()
Hanna Reitz
2021-10-07
1
-2
/
+2
|
*
mirror: Drop s->synced
Hanna Reitz
2021-10-07
1
-10
/
+9
|
*
mirror: Keep s->synced on error
Hanna Reitz
2021-10-07
1
-1
/
+0
|
*
block/aio_task: assert `max_busy_tasks` is greater than 0
Stefano Garzarella
2021-10-05
1
-0
/
+2
|
*
block/backup: avoid integer overflow of `max-workers`
Stefano Garzarella
2021-10-05
1
-2
/
+2
*
|
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-10-06
3
-1
/
+8
|
/
*
block/nbd: check that received handle is valid
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-8
/
+3
*
block/nbd: drop connection_co
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-275
/
+100
*
block/nbd: refactor nbd_recv_coroutines_wake_all()
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-9
/
+17
*
block/nbd: move nbd_recv_coroutines_wake_all() up
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-14
/
+14
*
block/nbd: nbd_channel_error() shutdown channel unconditionally
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+4
*
block/io: allow 64bit discard requests
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
18
-29
/
+53
*
block: make BlockLimits::max_pdiscard 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+2
*
block/io: allow 64bit write-zeroes requests
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+7
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
21
-40
/
+77
*
block: make BlockLimits::max_pwrite_zeroes 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
4
-25
/
+25
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
28
-74
/
+84
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
32
-73
/
+91
*
qcow2: check request on vmstate save/load path
Vladimir Sementsov-Ogievskiy
2021-09-29
2
-9
/
+40
*
block/io: bring request check to bdrv_co_(read,write)v_vmstate
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+16
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
2021-09-16
1
-1
/
+1
|
\
|
*
spelling: sytem => system
Michael Tokarev
2021-09-15
1
-1
/
+1
*
|
qcow2-refcount: check_refblocks(): add separate message for reserved
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-1
/
+10
*
|
qcow2-refcount: check_refcounts_l1(): check reserved bits
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-0
/
+7
*
|
qcow2-refcount: improve style of check_refcounts_l1()
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-48
/
+50
*
|
qcow2-refcount: check_refcounts_l2(): check reserved bits
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-1
/
+14
*
|
qcow2-refcount: check_refcounts_l2(): check l2_bitmap
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-2
/
+26
[next]