index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-21
hw/acpi: Provide stub version of acpi_ghes_record_errors()
Peter Maydell
2021-06-21
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...
Peter Maydell
2021-06-20
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-06-15-v2' into...
Peter Maydell
2021-06-18
block/nbd: safer transition to receiving request
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: add nbd_client_connected() helper
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
block-coroutine-wrapper: allow non bdrv_ prefix
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: drop BDRVNBDState::sioc
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: don't touch s->sioc in nbd_teardown_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: use negotiation of NBDClientConnection
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: shutdown connection on release
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: implement connection retry
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: use QEMU_LOCK_GUARD
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: introduce nbd_client_connection_release()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: introduce nbd_client_connection_new()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: rename NBDConnectThread to NBDClientConnection
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: make nbd_co_establish_connection_cancel() bs-independent
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: bs-independent interface for nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: drop thr->state
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: simplify waking of nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: BDRVNBDState: drop unused connect_err and connect_status
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: nbd_client_handshake(): fix leak of s->ioc
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: ensure ->connection_thread is always valid
Roman Kagan
2021-06-18
block/nbd: call socket_address_parse_named_fd() in advance
Vladimir Sementsov-Ogievskiy
2021-06-18
qemu-sockets: introduce socket_address_parse_named_fd()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: connect_thread_func(): do qio_channel_set_delay(false)
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: fix how state is cleared on nbd_open() failure paths
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: fix channel object leak
Roman Kagan
2021-06-18
co-queue: drop extra coroutine_fn marks
Vladimir Sementsov-Ogievskiy
2021-06-18
tests: cover aio_co_enter from a worker thread without BQL taken
Paolo Bonzini
2021-06-18
async: the main AioContext is only "current" if under the BQL
Paolo Bonzini
2021-06-18
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210618.0' i...
Peter Maydell
2021-06-18
vfio/migration: Correct device state from vmstate change for savevm case
Kirti Wankhede
2021-06-18
vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
Kunkun Jiang
2021-06-18
docs/devel: Add VFIO device migration documentation
Tarun Gupta
2021-06-18
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...
Peter Maydell
2021-06-17
scripts: helper to generate x86_64 CPU ABI compat info
Daniel P. Berrangé
2021-06-17
docs: add a table showing x86-64 ABI compatibility levels
Daniel P. Berrangé
2021-06-17
docs/interop/firmware.json: Add SEV-ES support
Tom Lendacky
2021-06-17
docs: Add SEV-ES documentation to amd-memory-encryption.txt
Tom Lendacky
2021-06-17
doc: Fix some mistakes in the SEV documentation
Tom Lendacky
2021-06-17
i386: Add ratelimit for bus locks acquired in guest
Chenyi Qiang
2021-06-17
Update Linux headers to 5.13-rc4
Eduardo Habkost
2021-06-17
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
[next]