summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | doc: Fix some mistakes in the SEV documentationTom Lendacky2021-06-171-30/+29
| * | | | | i386: Add ratelimit for bus locks acquired in guestChenyi Qiang2021-06-173-0/+73
| * | | | | Update Linux headers to 5.13-rc4Eduardo Habkost2021-06-1725-2046/+2707
* | | | | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-06-15-v2' into...Peter Maydell2021-06-2018-475/+626
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | block/nbd: safer transition to receiving requestVladimir Sementsov-Ogievskiy2021-06-181-1/+3
| * | | | | block/nbd: add nbd_client_connected() helperVladimir Sementsov-Ogievskiy2021-06-181-11/+14
| * | | | | block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()Vladimir Sementsov-Ogievskiy2021-06-182-98/+11
| * | | | | nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy2021-06-183-3/+9
| * | | | | block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attemptVladimir Sementsov-Ogievskiy2021-06-181-38/+42
| * | | | | block-coroutine-wrapper: allow non bdrv_ prefixVladimir Sementsov-Ogievskiy2021-06-181-3/+4
| * | | | | nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy2021-06-183-21/+32
| * | | | | block/nbd: drop BDRVNBDState::siocVladimir Sementsov-Ogievskiy2021-06-181-50/+48
| * | | | | block/nbd: don't touch s->sioc in nbd_teardown_connection()Vladimir Sementsov-Ogievskiy2021-06-181-4/+0
| * | | | | block/nbd: use negotiation of NBDClientConnectionVladimir Sementsov-Ogievskiy2021-06-181-14/+30
| * | | | | block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()Vladimir Sementsov-Ogievskiy2021-06-181-42/+58
| * | | | | nbd/client-connection: shutdown connection on releaseVladimir Sementsov-Ogievskiy2021-06-181-3/+17
| * | | | | nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy2021-06-182-13/+45
| * | | | | nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy2021-06-183-9/+109
| * | | | | nbd/client-connection: use QEMU_LOCK_GUARDVladimir Sementsov-Ogievskiy2021-06-181-54/+45
| * | | | | nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy2021-06-184-207/+244
| * | | | | block/nbd: introduce nbd_client_connection_release()Vladimir Sementsov-Ogievskiy2021-06-181-18/+27
| * | | | | block/nbd: introduce nbd_client_connection_new()Vladimir Sementsov-Ogievskiy2021-06-181-6/+9
| * | | | | block/nbd: rename NBDConnectThread to NBDClientConnectionVladimir Sementsov-Ogievskiy2021-06-181-67/+67
| * | | | | block/nbd: make nbd_co_establish_connection_cancel() bs-independentVladimir Sementsov-Ogievskiy2021-06-181-8/+9
| * | | | | block/nbd: bs-independent interface for nbd_co_establish_connection()Vladimir Sementsov-Ogievskiy2021-06-181-18/+32
| * | | | | block/nbd: drop thr->stateVladimir Sementsov-Ogievskiy2021-06-181-95/+45
| * | | | | block/nbd: simplify waking of nbd_co_establish_connection()Vladimir Sementsov-Ogievskiy2021-06-181-40/+15
| * | | | | block/nbd: BDRVNBDState: drop unused connect_err and connect_statusVladimir Sementsov-Ogievskiy2021-06-181-10/+2
| * | | | | block/nbd: nbd_client_handshake(): fix leak of s->iocVladimir Sementsov-Ogievskiy2021-06-181-0/+2
| * | | | | block/nbd: ensure ->connection_thread is always validRoman Kagan2021-06-181-35/+21
| * | | | | block/nbd: call socket_address_parse_named_fd() in advanceVladimir Sementsov-Ogievskiy2021-06-181-0/+6
| * | | | | qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy2021-06-182-0/+30
| * | | | | block/nbd: connect_thread_func(): do qio_channel_set_delay(false)Vladimir Sementsov-Ogievskiy2021-06-181-0/+2
| * | | | | block/nbd: fix how state is cleared on nbd_open() failure pathsVladimir Sementsov-Ogievskiy2021-06-181-18/+18
| * | | | | block/nbd: fix channel object leakRoman Kagan2021-06-181-0/+1
| * | | | | co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy2021-06-181-2/+4
| * | | | | tests: cover aio_co_enter from a worker thread without BQL takenPaolo Bonzini2021-06-181-0/+37
| * | | | | async: the main AioContext is only "current" if under the BQLPaolo Bonzini2021-06-188-27/+28
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210618.0' i...Peter Maydell2021-06-184-1/+163
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede2021-06-181-1/+10
| * | | | vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang2021-06-181-0/+1
| * | | | docs/devel: Add VFIO device migration documentationTarun Gupta2021-06-183-0/+152
|/ / / /
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...Peter Maydell2021-06-1810-54/+102
|\ \ \ \
| * | | | coreaudio: Fix output stream format settingsAkihiko Odaki2021-06-171-35/+13
| * | | | audio: Fix format specifications of debug logsAkihiko Odaki2021-06-171-3/+3
| * | | | hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé2021-06-174-0/+68
| * | | | jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin2021-06-171-2/+1
| * | | | audio: move code to audio/audio.cVolker Rümelin2021-06-173-4/+12
| * | | | paaudio: remove unused stream flagsVolker Rümelin2021-06-171-4/+1
| * | | | alsaaudio: remove #ifdef DEBUG to avoid bit rotVolker Rümelin2021-06-171-6/+4
| | |_|/ | |/| |