aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-21hw/acpi: Provide stub version of acpi_ghes_record_errors()Peter Maydell
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell
2021-06-20Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-06-15-v2' into...Peter Maydell
2021-06-18block/nbd: safer transition to receiving requestVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: add nbd_client_connected() helperVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()Vladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attemptVladimir Sementsov-Ogievskiy
2021-06-18block-coroutine-wrapper: allow non bdrv_ prefixVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: drop BDRVNBDState::siocVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: don't touch s->sioc in nbd_teardown_connection()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: use negotiation of NBDClientConnectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()Vladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: shutdown connection on releaseVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: use QEMU_LOCK_GUARDVladimir Sementsov-Ogievskiy
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: introduce nbd_client_connection_release()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: introduce nbd_client_connection_new()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: rename NBDConnectThread to NBDClientConnectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: make nbd_co_establish_connection_cancel() bs-independentVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: bs-independent interface for nbd_co_establish_connection()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: drop thr->stateVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: simplify waking of nbd_co_establish_connection()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: BDRVNBDState: drop unused connect_err and connect_statusVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: nbd_client_handshake(): fix leak of s->iocVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: ensure ->connection_thread is always validRoman Kagan
2021-06-18block/nbd: call socket_address_parse_named_fd() in advanceVladimir Sementsov-Ogievskiy
2021-06-18qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: connect_thread_func(): do qio_channel_set_delay(false)Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: fix how state is cleared on nbd_open() failure pathsVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: fix channel object leakRoman Kagan
2021-06-18co-queue: drop extra coroutine_fn marksVladimir Sementsov-Ogievskiy
2021-06-18tests: cover aio_co_enter from a worker thread without BQL takenPaolo Bonzini
2021-06-18async: the main AioContext is only "current" if under the BQLPaolo Bonzini
2021-06-18Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210618.0' i...Peter Maydell
2021-06-18vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede
2021-06-18vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang
2021-06-18docs/devel: Add VFIO device migration documentationTarun Gupta
2021-06-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...Peter Maydell
2021-06-17scripts: helper to generate x86_64 CPU ABI compat infoDaniel P. Berrangé
2021-06-17docs: add a table showing x86-64 ABI compatibility levelsDaniel P. Berrangé
2021-06-17docs/interop/firmware.json: Add SEV-ES supportTom Lendacky
2021-06-17docs: Add SEV-ES documentation to amd-memory-encryption.txtTom Lendacky
2021-06-17doc: Fix some mistakes in the SEV documentationTom Lendacky
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang
2021-06-17Update Linux headers to 5.13-rc4Eduardo Habkost
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell