index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
Vladimir Sementsov-Ogievskiy
2
-98
/
+11
2021-06-18
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
3
-3
/
+9
2021-06-18
block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
Vladimir Sementsov-Ogievskiy
1
-38
/
+42
2021-06-18
block-coroutine-wrapper: allow non bdrv_ prefix
Vladimir Sementsov-Ogievskiy
1
-3
/
+4
2021-06-18
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
3
-21
/
+32
2021-06-18
block/nbd: drop BDRVNBDState::sioc
Vladimir Sementsov-Ogievskiy
1
-50
/
+48
2021-06-18
block/nbd: don't touch s->sioc in nbd_teardown_connection()
Vladimir Sementsov-Ogievskiy
1
-4
/
+0
2021-06-18
block/nbd: use negotiation of NBDClientConnection
Vladimir Sementsov-Ogievskiy
1
-14
/
+30
2021-06-18
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
Vladimir Sementsov-Ogievskiy
1
-42
/
+58
2021-06-18
nbd/client-connection: shutdown connection on release
Vladimir Sementsov-Ogievskiy
1
-3
/
+17
2021-06-18
nbd/client-connection: implement connection retry
Vladimir Sementsov-Ogievskiy
2
-13
/
+45
2021-06-18
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
3
-9
/
+109
2021-06-18
nbd/client-connection: use QEMU_LOCK_GUARD
Vladimir Sementsov-Ogievskiy
1
-54
/
+45
2021-06-18
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
4
-207
/
+244
2021-06-18
block/nbd: introduce nbd_client_connection_release()
Vladimir Sementsov-Ogievskiy
1
-18
/
+27
2021-06-18
block/nbd: introduce nbd_client_connection_new()
Vladimir Sementsov-Ogievskiy
1
-6
/
+9
2021-06-18
block/nbd: rename NBDConnectThread to NBDClientConnection
Vladimir Sementsov-Ogievskiy
1
-67
/
+67
2021-06-18
block/nbd: make nbd_co_establish_connection_cancel() bs-independent
Vladimir Sementsov-Ogievskiy
1
-8
/
+9
2021-06-18
block/nbd: bs-independent interface for nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
1
-18
/
+32
2021-06-18
block/nbd: drop thr->state
Vladimir Sementsov-Ogievskiy
1
-95
/
+45
2021-06-18
block/nbd: simplify waking of nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
1
-40
/
+15
2021-06-18
block/nbd: BDRVNBDState: drop unused connect_err and connect_status
Vladimir Sementsov-Ogievskiy
1
-10
/
+2
2021-06-18
block/nbd: nbd_client_handshake(): fix leak of s->ioc
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2021-06-18
block/nbd: ensure ->connection_thread is always valid
Roman Kagan
1
-35
/
+21
2021-06-18
block/nbd: call socket_address_parse_named_fd() in advance
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2021-06-18
qemu-sockets: introduce socket_address_parse_named_fd()
Vladimir Sementsov-Ogievskiy
2
-0
/
+30
2021-06-18
block/nbd: connect_thread_func(): do qio_channel_set_delay(false)
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2021-06-18
block/nbd: fix how state is cleared on nbd_open() failure paths
Vladimir Sementsov-Ogievskiy
1
-18
/
+18
2021-06-18
block/nbd: fix channel object leak
Roman Kagan
1
-0
/
+1
2021-06-18
co-queue: drop extra coroutine_fn marks
Vladimir Sementsov-Ogievskiy
1
-2
/
+4
2021-06-18
tests: cover aio_co_enter from a worker thread without BQL taken
Paolo Bonzini
1
-0
/
+37
2021-06-18
async: the main AioContext is only "current" if under the BQL
Paolo Bonzini
8
-27
/
+28
2021-06-18
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...
Peter Maydell
10
-54
/
+102
2021-06-17
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
38
-318
/
+645
2021-06-17
coreaudio: Fix output stream format settings
Akihiko Odaki
1
-35
/
+13
2021-06-17
audio: Fix format specifications of debug logs
Akihiko Odaki
1
-3
/
+3
2021-06-17
hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
Philippe Mathieu-Daudé
4
-0
/
+68
2021-06-17
jackaudio: avoid that the client name contains the word (NULL)
Volker Rümelin
1
-2
/
+1
2021-06-17
audio: move code to audio/audio.c
Volker Rümelin
3
-4
/
+12
2021-06-17
paaudio: remove unused stream flags
Volker Rümelin
1
-4
/
+1
2021-06-17
alsaaudio: remove #ifdef DEBUG to avoid bit rot
Volker Rümelin
1
-6
/
+4
2021-06-17
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...
Peter Maydell
10
-143
/
+97
2021-06-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...
Peter Maydell
26
-346
/
+965
2021-06-16
include/qemu/int128.h: Add function to create Int128 from int64_t
Peter Maydell
1
-0
/
+10
2021-06-16
bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations
Peter Maydell
2
-20
/
+29
2021-06-16
target/arm: Move expand_pred_b() data to vec_helper.c
Peter Maydell
3
-99
/
+109
2021-06-16
target/arm: Add framework for MVE decode
Peter Maydell
5
-0
/
+53
2021-06-16
target/arm: Implement MVE LETP insn
Peter Maydell
2
-9
/
+97
2021-06-16
target/arm: Implement MVE DLSTP
Peter Maydell
2
-5
/
+27
2021-06-16
target/arm: Implement MVE WLSTP insn
Peter Maydell
2
-3
/
+42
[next]