aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier
2022-10-28net: dgram: add unix socketLaurent Vivier
2022-10-28net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier
2022-10-28net: dgram: make dgram_dst genericLaurent Vivier
2022-10-28net: stream: add unix socketLaurent Vivier
2022-10-28net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio
2022-10-28net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio
2022-10-28qapi: net: add stream and dgram netdevsLaurent Vivier
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier
2022-10-28net: introduce convert_host_port()Laurent Vivier
2022-10-28vhost: Accept event idx flagEugenio Pérez
2022-10-28vhost: use avail event idx on vhost_svq_kickEugenio Pérez
2022-10-28vhost: toggle device callbacks using used event idxEugenio Pérez
2022-10-28vhost: allocate event_idx fields on vringEugenio Pérez
2022-10-28net: improve error message for missing netdev backendDaniel P. Berrangé
2022-10-28vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu
2022-10-28vdpa: Remove shadow CVQ command checkEugenio Pérez
2022-10-28vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier
2022-10-27block/block-backend: blk_set_enable_write_cache is IO_CODEEmanuele Giuseppe Esposito
2022-10-27monitor: switch to *_co_* functionsAlberto Faria
2022-10-27vmdk: switch to *_co_* functionsAlberto Faria
2022-10-27vhdx: switch to *_co_* functionsAlberto Faria
2022-10-27vdi: switch to *_co_* functionsAlberto Faria
2022-10-27qed: switch to *_co_* functionsAlberto Faria
2022-10-27qcow2: switch to *_co_* functionsAlberto Faria
2022-10-27qcow: switch to *_co_* functionsAlberto Faria
2022-10-27parallels: switch to *_co_* functionsAlberto Faria
2022-10-27mirror: switch to *_co_* functionsAlberto Faria
2022-10-27block: switch to *_co_* functionsAlberto Faria
2022-10-27commit: switch to *_co_* functionsAlberto Faria
2022-10-27vmdk: manually add more coroutine_fn annotationsPaolo Bonzini
2022-10-27qcow2: manually add more coroutine_fn annotationsPaolo Bonzini
2022-10-27qcow: manually add more coroutine_fn annotationsPaolo Bonzini
2022-10-27blkdebug: add missing coroutine_fn annotation for indirect-called functionsPaolo Bonzini
2022-10-27qcow2: add coroutine_fn annotation for indirect-called functionsAlberto Faria
2022-10-27block: add missing coroutine_fn annotation to BlockDriverState callbacksAlberto Faria
2022-10-27coroutine-io: add missing coroutine_fn annotation to prototypesAlberto Faria
2022-10-27coroutine-lock: add missing coroutine_fn annotation to prototypesAlberto Faria
2022-10-27block: add missing coroutine_fn annotation to prototypesAlberto Faria
2022-10-27ssh: add missing coroutine_fn annotationAlberto Faria
2022-10-27monitor: add missing coroutine_fn annotationAlberto Faria
2022-10-27block: remove incorrect coroutine_fn annotationAlberto Faria
2022-10-27backup: remove incorrect coroutine_fn annotationAlberto Faria
2022-10-27block/nfs: Fix 32-bit Windows buildBin Meng