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
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2021-07-02
3
-21
/
+17
|
\
|
*
block/ssh: add support for sha256 host key fingerprints
Daniel P. Berrangé
2021-06-30
1
-0
/
+3
|
*
block/commit: use QEMU_AUTO_VFREE
Vladimir Sementsov-Ogievskiy
2021-06-29
1
-16
/
+9
|
*
block: Move read-only check during truncation earlier
Eric Blake
2021-06-29
1
-5
/
+5
*
|
block/nbd: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
2021-06-29
1
-3
/
+3
|
/
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-06-28
3
-56
/
+101
|
\
|
*
file-posix: handle EINTR during ioctl
Paolo Bonzini
2021-06-25
1
-1
/
+3
|
*
block: detect DKIOCGETBLOCKCOUNT/SIZE before use
Joelle van Dyne
2021-06-25
1
-1
/
+1
|
*
block: try BSD disk size ioctls one after another
Paolo Bonzini
2021-06-25
1
-18
/
+16
|
*
block: feature detection for host block support
Joelle van Dyne
2021-06-25
1
-11
/
+22
|
*
file-posix: try BLKSECTGET on block devices too, do not round to power of 2
Paolo Bonzini
2021-06-25
1
-24
/
+33
|
*
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
3
-1
/
+16
|
*
block-backend: align max_transfer to request alignment
Paolo Bonzini
2021-06-25
1
-3
/
+3
|
*
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
2021-06-25
1
-2
/
+1
|
*
file-posix: fix max_iov for /dev/sg devices
Paolo Bonzini
2021-06-25
1
-0
/
+11
*
|
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-06-25' i...
Peter Maydell
2021-06-28
3
-156
/
+305
|
\
\
|
*
|
block-copy: atomic .cancelled and .finished fields in BlockCopyCallState
Emanuele Giuseppe Esposito
2021-06-25
1
-15
/
+22
|
*
|
block-copy: add CoMutex lock
Emanuele Giuseppe Esposito
2021-06-25
1
-39
/
+116
|
*
|
block-copy: move progress_set_remaining in block_copy_task_end
Emanuele Giuseppe Esposito
2021-06-25
1
-3
/
+3
|
*
|
block-copy: streamline choice of copy_range vs. read/write
Paolo Bonzini
2021-06-25
1
-86
/
+90
|
*
|
block-copy: small refactor in block_copy_task_entry and block_copy_common
Emanuele Giuseppe Esposito
2021-06-25
1
-6
/
+8
|
*
|
progressmeter: protect with a mutex
Emanuele Giuseppe Esposito
2021-06-25
2
-0
/
+65
|
*
|
block-copy: let ratelimit handle a speed of 0
Paolo Bonzini
2021-06-25
1
-17
/
+11
|
|
/
*
/
block/snapshot: Clarify goto fallback behavior
Max Reitz
2021-06-24
1
-1
/
+13
|
/
*
block/nbd: safer transition to receiving request
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-1
/
+3
*
block/nbd: add nbd_client_connected() helper
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-11
/
+14
*
block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
Vladimir Sementsov-Ogievskiy
2021-06-18
2
-98
/
+11
*
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-1
/
+1
*
block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-38
/
+42
*
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-11
/
+2
*
block/nbd: drop BDRVNBDState::sioc
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-50
/
+48
*
block/nbd: don't touch s->sioc in nbd_teardown_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-4
/
+0
*
block/nbd: use negotiation of NBDClientConnection
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-14
/
+30
*
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-42
/
+58
*
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-2
/
+2
*
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-207
/
+0
*
block/nbd: introduce nbd_client_connection_release()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-18
/
+27
*
block/nbd: introduce nbd_client_connection_new()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-6
/
+9
*
block/nbd: rename NBDConnectThread to NBDClientConnection
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-67
/
+67
*
block/nbd: make nbd_co_establish_connection_cancel() bs-independent
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-8
/
+9
*
block/nbd: bs-independent interface for nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-18
/
+32
*
block/nbd: drop thr->state
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-95
/
+45
*
block/nbd: simplify waking of nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-40
/
+15
*
block/nbd: BDRVNBDState: drop unused connect_err and connect_status
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-10
/
+2
*
block/nbd: nbd_client_handshake(): fix leak of s->ioc
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+2
*
block/nbd: ensure ->connection_thread is always valid
Roman Kagan
2021-06-18
1
-35
/
+21
*
block/nbd: call socket_address_parse_named_fd() in advance
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+6
*
block/nbd: connect_thread_func(): do qio_channel_set_delay(false)
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+2
*
block/nbd: fix how state is cleared on nbd_open() failure paths
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-18
/
+18
*
block/nbd: fix channel object leak
Roman Kagan
2021-06-18
1
-0
/
+1
[next]