- 0355519 net/slirp: Use newer slirp_*_hostxfwd API by Nicholas Ngai · 3 years, 5 months ago
- 857f504 colo: move stubs out of stubs/ by Paolo Bonzini · 11 months ago
- d9b3301 Revert "tap: setting error appropriately when calling net_init_tap_one()" by Akihiko Odaki · 1 year, 5 months ago
- decfde6 tap-win32: Remove unnecessary stubs by Akihiko Odaki · 1 year, 1 month ago
- bed150b net/af-xdp.c: Don't leak sock_fds array in net_init_af_xdp() by Peter Maydell · 11 months ago
- 6fc6931 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Peter Maydell · 12 months ago
- db4cba3 vdpa: indicate transitional state for SVQ switching by Si-Wei Liu · 1 year ago
- 1c4eab4 vdpa: add trace event for vhost_vdpa_net_load_mq by Si-Wei Liu · 1 year ago
- faed744 vdpa: add trace events for vhost_vdpa_net_load_cmd by Si-Wei Liu · 1 year ago
- 62845d3 vdpa: add vhost_vdpa_set_address_space_id trace by Si-Wei Liu · 1 year ago
- 77c3a33 vdpa: factor out vhost_vdpa_net_get_nc_vdpa by Si-Wei Liu · 1 year ago
- 573581b vdpa: add back vhost_vdpa_net_first_nc_vdpa by Si-Wei Liu · 1 year ago
- e692f9c Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into staging by Peter Maydell · 12 months ago
- 46ff64a error: Move ERRP_GUARD() to the beginning of the function by Zhao Liu · 12 months ago
- 3dd5fc5 net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
- 7395127 migration: privatize colo interfaces by Steve Sistare · 12 months ago
- 7dcb3c8 migration: export migration_is_setup_or_active by Steve Sistare · 12 months ago
- 5663dd3 migration: MigrationNotifyFunc by Steve Sistare · 1 year ago
- 9d9babf migration: MigrationEvent for notifiers by Steve Sistare · 1 year ago
- 3e77573 migration: convert to NotifierWithReturn by Steve Sistare · 1 year ago
- e8c5c45 net: make nb_nics and nd_table[] static in net/net.c by David Woodhouse · 1 year, 4 months ago
- 481434f net: remove qemu_show_nic_models(), qemu_find_nic_model() by David Woodhouse · 1 year, 4 months ago
- 09c292c net: remove qemu_check_nic_model() by David Woodhouse · 1 year, 4 months ago
- 93125e4 net: add qemu_create_nic_bus_devices() by David Woodhouse · 1 year, 4 months ago
- 2cdeca0 net: report list of available models according to platform by David Woodhouse · 1 year, 4 months ago
- 93e9d73 net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info() by David Woodhouse · 1 year, 4 months ago
- 493bc2d misc: Clean up includes by Peter Maydell · 1 year, 1 month ago
- 9cd67f0 net: handle QIOTask completion to report useful error message by Daniel P. Berrangé · 1 year, 2 months ago
- cc91ca6 net: add explicit info about connecting/listening state by Daniel P. Berrangé · 1 year, 2 months ago
- 0b2675c Rename "QEMU global mutex" to "BQL" in comments and docs by Stefan Hajnoczi · 1 year, 2 months ago
- 05470c3 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 1 year, 2 months ago
- d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 4 months ago
- 0d66549 meson: remove CONFIG_ALL by Paolo Bonzini · 1 year, 6 months ago
- 53e8868 meson: remove OS definitions from config_targetos by Paolo Bonzini · 1 year, 9 months ago
- 6f03d9e vdpa: use VhostVDPAShared in vdpa_dma_map and unmap by Eugenio Pérez · 1 year, 2 months ago
- f12b249 vdpa: move file descriptor to vhost_vdpa_shared by Eugenio Pérez · 1 year, 2 months ago
- a6e823d vdpa: move shadow_data to vhost_vdpa_shared by Eugenio Pérez · 1 year, 2 months ago
- ae25ff4 vdpa: move iova_range to vhost_vdpa_shared by Eugenio Pérez · 1 year, 2 months ago
- 5edb02e vdpa: move iova tree to the shared struct by Eugenio Pérez · 1 year, 2 months ago
- 8c5e980 vdpa: add VhostVDPAShared by Eugenio Pérez · 1 year, 2 months ago
- b49f475 block: remove AioContext locking by Stefan Hajnoczi · 1 year, 3 months ago
- 84f85eb net: do not delete nics in net_cleanup() by David Woodhouse · 1 year, 4 months ago
- 9050f97 net: Update MemReentrancyGuard for NIC by Akihiko Odaki · 1 year, 9 months ago
- 7d0fefd net: Provide MemReentrancyGuard * to qemu_new_nic() by Akihiko Odaki · 1 year, 9 months ago
- 0a4a151 net: Fix a misleading error message by Markus Armbruster · 1 year, 4 months ago
- 07eba94 vdpa: Allow VIRTIO_NET_F_RSS in SVQ by Hawkins Jiawei · 1 year, 4 months ago
- b3c0910 vdpa: Restore receive-side scaling state by Hawkins Jiawei · 1 year, 4 months ago
- d1fd2d3 vdpa: Add SetSteeringEBPF method for NetClientState by Hawkins Jiawei · 1 year, 4 months ago
- 556b67d vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ by Hawkins Jiawei · 1 year, 4 months ago
- 8b98c15 vdpa: Restore hash calculation state by Hawkins Jiawei · 1 year, 4 months ago
- b23db4c migration: Use VMSTATE_INSTANCE_ID_ANY for slirp by Juan Quintela · 1 year, 4 months ago
- 1b4a5a2 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 1 year, 4 months ago
- d9cda21 migration: simplify notifiers by Steve Sistare · 1 year, 9 months ago
- acec5f6 vdpa: Send cvq state load commands in parallel by Hawkins Jiawei · 1 year, 5 months ago
- 1d7e2a8 vdpa: Introduce cursors to vhost_vdpa_net_loadx() by Hawkins Jiawei · 1 year, 5 months ago
- a864a32 vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add() by Hawkins Jiawei · 1 year, 5 months ago
- 24e59cf vdpa: Check device ack in vhost_vdpa_net_load_rx_mode() by Hawkins Jiawei · 1 year, 5 months ago
- 327dedb vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load() by Hawkins Jiawei · 1 year, 5 months ago
- 0e6bff0 vdpa: Use iovec for vhost_vdpa_net_cvq_add() by Hawkins Jiawei · 1 year, 5 months ago
- 73071f1 net/net: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 2f3913f Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
- 845ec38 vdpa net: follow VirtIO initialization properly at cvq isolation probing by Eugenio Pérez · 1 year, 6 months ago
- f108588 vdpa net: stop probing if cannot set features by Eugenio Pérez · 1 year, 6 months ago
- cbc9ae8 vdpa net: fix error message setting virtio status by Eugenio Pérez · 1 year, 6 months ago
- 0a7a164 vdpa net: zero vhost_vdpa iova_tree pointer at cleanup by Eugenio Pérez · 1 year, 6 months ago
- e77db79 vdpa: fix gcc cvq_isolated uninitialized variable warning by Stefan Hajnoczi · 1 year, 6 months ago
- b0de17a vhost: Add count argument to vhost_svq_poll() by Hawkins Jiawei · 1 year, 6 months ago
- f13f5f6 vdpa: remove net cvq migration blocker by Eugenio Pérez · 1 year, 6 months ago
- 6c48254 vdpa: move vhost_vdpa_set_vring_ready to the caller by Eugenio Pérez · 1 year, 6 months ago
- f3fada5 vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load by Eugenio Pérez · 1 year, 6 months ago
- b40eba9 vdpa: use first queue SVQ state for CVQ default by Eugenio Pérez · 1 year, 6 months ago
- e213c45 vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQ by Hawkins Jiawei · 1 year, 7 months ago
- 8f7e996 vdpa: Restore vlan filtering state by Hawkins Jiawei · 1 year, 7 months ago
- 1728593 net/eth: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 6d7a53e net/tap: Avoid variable-length array by Peter Maydell · 1 year, 6 months ago
- c4cf681 net/dump: Avoid variable length array by Peter Maydell · 1 year, 6 months ago
- cb039ef net: add initial support for AF_XDP network backend by Ilya Maximets · 1 year, 6 months ago
- 9da1684 virtio-net: Add USO flags to vhost support. by Andrew Melnychenko · 1 year, 7 months ago
- f03e0cf tap: Add check for USO features by Yuri Benditovich · 1 year, 7 months ago
- 2ab0ec3 tap: Add USO support to tap device. by Andrew Melnychenko · 1 year, 7 months ago
- fb0a8b0 meson: Fix targetos match for illumos and Solaris. by Jonathan Perkin · 1 year, 6 months ago
- 0a19d87 misc/other: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- 03a3a62 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
- 73258b3 configure, meson: remove CONFIG_SOLARIS from config-host.mak by Paolo Bonzini · 3 years, 5 months ago
- 53c7c92 hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE by Philippe Mathieu-Daudé · 1 year, 8 months ago
- d669b7b vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ by Hawkins Jiawei · 1 year, 8 months ago
- 4fd180c vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA feature by Hawkins Jiawei · 1 year, 8 months ago
- ea6eec4 vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ by Hawkins Jiawei · 1 year, 8 months ago
- fee364e vdpa: Avoid forwarding large CVQ command failures by Hawkins Jiawei · 1 year, 8 months ago
- 45c4101 vdpa: Accessing CVQ header through its structure by Hawkins Jiawei · 1 year, 8 months ago
- b12f907 vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature by Hawkins Jiawei · 1 year, 8 months ago
- 0ddcecb vdpa: Restore MAC address filtering state by Hawkins Jiawei · 1 year, 8 months ago
- 2848c6aa vdpa: Use iovec for vhost_vdpa_net_load_cmd() by Hawkins Jiawei · 1 year, 8 months ago
- 031b1ab vdpa: Fix possible use-after-free for VirtQueueElement by Hawkins Jiawei · 1 year, 8 months ago
- 6f34807 vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_offloads() by Hawkins Jiawei · 1 year, 8 months ago
- f45fd95 vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq() by Hawkins Jiawei · 1 year, 8 months ago
- b479bc3 vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac() by Hawkins Jiawei · 1 year, 8 months ago
- 2875a0c vdpa: Sort vdpa_feature_bits array alphabetically by Hawkins Jiawei · 1 year, 8 months ago
- aee9701 vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits by Hawkins Jiawei · 1 year, 8 months ago
- b6aeee0 net: socket: remove net_init_socket() by Laurent Vivier · 1 year, 9 months ago