aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse1-0/+3
2024-02-02net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse1-33/+6
2024-02-02net: remove qemu_check_nic_model()David Woodhouse1-13/+0
2024-02-02net: add qemu_create_nic_bus_devices()David Woodhouse1-0/+53
2024-02-02net: report list of available models according to platformDavid Woodhouse1-0/+94
2024-02-02net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse1-0/+51
2024-01-30misc: Clean up includesPeter Maydell1-1/+0
2024-01-11net: handle QIOTask completion to report useful error messageDaniel P. Berrangé1-5/+10
2024-01-11net: add explicit info about connecting/listening stateDaniel P. Berrangé1-1/+4
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi1-1/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-7/+7
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini2-5/+5
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini1-2/+0
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-1/+3
2023-12-26vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez1-2/+3
2023-12-26vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez1-7/+4
2023-12-26vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez1-17/+5
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez1-5/+5
2023-12-26vdpa: move iova tree to the shared structEugenio Pérez1-31/+23
2023-12-26vdpa: add VhostVDPASharedEugenio Pérez1-2/+22
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-2/+0
2023-11-21net: do not delete nics in net_cleanup()David Woodhouse1-6/+22
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki1-0/+14
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-0/+1
2023-11-17net: Fix a misleading error messageMarkus Armbruster1-3/+3
2023-11-07vdpa: Allow VIRTIO_NET_F_RSS in SVQHawkins Jiawei1-0/+1
2023-11-07vdpa: Restore receive-side scaling stateHawkins Jiawei1-23/+44
2023-11-07vdpa: Add SetSteeringEBPF method for NetClientStateHawkins Jiawei1-0/+8
2023-11-07vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQHawkins Jiawei1-0/+1
2023-11-07vdpa: Restore hash calculation stateHawkins Jiawei1-0/+91
2023-11-01migration: Use VMSTATE_INSTANCE_ID_ANY for slirpJuan Quintela1-2/+3
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-132/+242
2023-10-20migration: simplify notifiersSteve Sistare1-3/+4
2023-10-18vdpa: Send cvq state load commands in parallelHawkins Jiawei1-63/+102
2023-10-18vdpa: Introduce cursors to vhost_vdpa_net_loadx()Hawkins Jiawei1-36/+75
2023-10-18vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()Hawkins Jiawei1-10/+43
2023-10-18vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()Hawkins Jiawei1-45/+31
2023-10-18vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()Hawkins Jiawei1-3/+11
2023-10-18vdpa: Use iovec for vhost_vdpa_net_cvq_add()Hawkins Jiawei1-17/+22
2023-10-06net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé1-7/+7
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-39/+106
2023-10-04vdpa net: follow VirtIO initialization properly at cvq isolation probingEugenio Pérez1-4/+10
2023-10-04vdpa net: stop probing if cannot set featuresEugenio Pérez1-0/+1
2023-10-04vdpa net: fix error message setting virtio statusEugenio Pérez1-1/+1
2023-10-04vdpa net: zero vhost_vdpa iova_tree pointer at cleanupEugenio Pérez1-0/+2
2023-10-04vdpa: fix gcc cvq_isolated uninitialized variable warningStefan Hajnoczi1-1/+1
2023-10-04vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei1-1/+1
2023-10-04vdpa: remove net cvq migration blockerEugenio Pérez1-12/+0
2023-10-04vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez1-22/+43
2023-10-04vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_loadEugenio Pérez1-2/+2