aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-31hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow1-1/+1
2022-10-31hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow1-8/+8
2022-10-31hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow1-15/+18
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi17-31/+642
2022-10-30Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi7-11/+10
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi25-210/+1473
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi63-983/+984
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi11-158/+616
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi42-96/+1435
2022-10-30Merge tag 'qga-pull-2022-10-26' of https://github.com/kostyanf14/qemu into st...Stefan Hajnoczi8-440/+780
2022-10-28net: stream: add QAPI events to report connection stateLaurent Vivier2-0/+54
2022-10-28net: stream: move to QIO to enable additional parametersLaurent Vivier2-318/+178
2022-10-28qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier1-1/+6
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier3-23/+22
2022-10-28net: dgram: add unix socketLaurent Vivier3-2/+56
2022-10-28net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier1-67/+76
2022-10-28net: dgram: make dgram_dst genericLaurent Vivier1-29/+53
2022-10-28net: stream: add unix socketLaurent Vivier3-6/+104
2022-10-28net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio1-2/+1
2022-10-28net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio1-2/+1
2022-10-28qapi: net: add stream and dgram netdevsLaurent Vivier9-4/+1078
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier11-47/+41
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier3-1/+64
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier3-14/+6
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier3-15/+9
2022-10-28net: introduce convert_host_port()Laurent Vivier2-30/+34
2022-10-28vhost: Accept event idx flagEugenio Pérez1-0/+1
2022-10-28vhost: use avail event idx on vhost_svq_kickEugenio Pérez1-1/+11
2022-10-28vhost: toggle device callbacks using used event idxEugenio Pérez1-3/+15
2022-10-28vhost: allocate event_idx fields on vringEugenio Pérez1-4/+4
2022-10-28net: improve error message for missing netdev backendDaniel P. Berrangé1-7/+11
2022-10-28vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu3-7/+27
2022-10-28vdpa: Remove shadow CVQ command checkEugenio Pérez1-48/+0
2022-10-28vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez1-1/+0
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier1-9/+41
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier1-1/+12
2022-10-27block/block-backend: blk_set_enable_write_cache is IO_CODEEmanuele Giuseppe Esposito1-1/+1
2022-10-27monitor: switch to *_co_* functionsAlberto Faria1-1/+1
2022-10-27vmdk: switch to *_co_* functionsAlberto Faria1-27/+27
2022-10-27vhdx: switch to *_co_* functionsAlberto Faria1-4/+4
2022-10-27vdi: switch to *_co_* functionsAlberto Faria1-8/+9
2022-10-27qed: switch to *_co_* functionsAlberto Faria2-7/+7
2022-10-27qcow2: switch to *_co_* functionsAlberto Faria4-24/+24
2022-10-27qcow: switch to *_co_* functionsAlberto Faria1-22/+23
2022-10-27parallels: switch to *_co_* functionsAlberto Faria1-14/+14
2022-10-27mirror: switch to *_co_* functionsAlberto Faria1-2/+2
2022-10-27block: switch to *_co_* functionsAlberto Faria2-3/+3
2022-10-27commit: switch to *_co_* functionsAlberto Faria1-1/+1
2022-10-27vmdk: manually add more coroutine_fn annotationsPaolo Bonzini1-17/+17
2022-10-27qcow2: manually add more coroutine_fn annotationsPaolo Bonzini4-24/+27