Age | Commit message (Expand) | Author | Files | Lines |
2024-03-13 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 2 | -2/+34 |
2024-03-12 | vdpa: indicate transitional state for SVQ switching | Si-Wei Liu | 1 | -0/+3 |
2024-03-12 | vdpa: add trace event for vhost_vdpa_net_load_mq | Si-Wei Liu | 2 | -0/+3 |
2024-03-12 | vdpa: add trace events for vhost_vdpa_net_load_cmd | Si-Wei Liu | 2 | -0/+4 |
2024-03-12 | vdpa: add vhost_vdpa_set_address_space_id trace | Si-Wei Liu | 2 | -0/+6 |
2024-03-12 | vdpa: factor out vhost_vdpa_net_get_nc_vdpa | Si-Wei Liu | 1 | -4/+9 |
2024-03-12 | vdpa: add back vhost_vdpa_net_first_nc_vdpa | Si-Wei Liu | 1 | -2/+13 |
2024-03-12 | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 1 | -2/+2 |
2024-03-12 | error: Move ERRP_GUARD() to the beginning of the function | Zhao Liu | 1 | -2/+1 |
2024-03-12 | net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend() | Zhao Liu | 1 | -0/+1 |
2024-03-11 | migration: privatize colo interfaces | Steve Sistare | 1 | -2/+1 |
2024-03-11 | migration: export migration_is_setup_or_active | Steve Sistare | 1 | -2/+1 |
2024-02-28 | migration: MigrationNotifyFunc | Steve Sistare | 1 | -4/+2 |
2024-02-28 | migration: MigrationEvent for notifiers | Steve Sistare | 1 | -3/+3 |
2024-02-28 | migration: convert to NotifierWithReturn | Steve Sistare | 1 | -2/+4 |
2024-02-02 | net: make nb_nics and nd_table[] static in net/net.c | David Woodhouse | 1 | -0/+3 |
2024-02-02 | net: remove qemu_show_nic_models(), qemu_find_nic_model() | David Woodhouse | 1 | -33/+6 |
2024-02-02 | net: remove qemu_check_nic_model() | David Woodhouse | 1 | -13/+0 |
2024-02-02 | net: add qemu_create_nic_bus_devices() | David Woodhouse | 1 | -0/+53 |
2024-02-02 | net: report list of available models according to platform | David Woodhouse | 1 | -0/+94 |
2024-02-02 | net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info() | David Woodhouse | 1 | -0/+51 |
2024-01-30 | misc: Clean up includes | Peter Maydell | 1 | -1/+0 |
2024-01-11 | net: handle QIOTask completion to report useful error message | Daniel P. Berrangé | 1 | -5/+10 |
2024-01-11 | net: add explicit info about connecting/listening state | Daniel P. Berrangé | 1 | -1/+4 |
2024-01-08 | Rename "QEMU global mutex" to "BQL" in comments and docs | Stefan Hajnoczi | 1 | -1/+1 |
2024-01-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 2 | -7/+7 |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini | 2 | -5/+5 |
2023-12-31 | meson: remove CONFIG_ALL | Paolo Bonzini | 1 | -2/+0 |
2023-12-31 | meson: remove OS definitions from config_targetos | Paolo Bonzini | 1 | -1/+3 |
2023-12-26 | vdpa: use VhostVDPAShared in vdpa_dma_map and unmap | Eugenio Pérez | 1 | -2/+3 |
2023-12-26 | vdpa: move file descriptor to vhost_vdpa_shared | Eugenio Pérez | 1 | -7/+4 |
2023-12-26 | vdpa: move shadow_data to vhost_vdpa_shared | Eugenio Pérez | 1 | -17/+5 |
2023-12-26 | vdpa: move iova_range to vhost_vdpa_shared | Eugenio Pérez | 1 | -5/+5 |
2023-12-26 | vdpa: move iova tree to the shared struct | Eugenio Pérez | 1 | -31/+23 |
2023-12-26 | vdpa: add VhostVDPAShared | Eugenio Pérez | 1 | -2/+22 |
2023-12-21 | block: remove AioContext locking | Stefan Hajnoczi | 1 | -2/+0 |
2023-11-21 | net: do not delete nics in net_cleanup() | David Woodhouse | 1 | -6/+22 |
2023-11-21 | net: Update MemReentrancyGuard for NIC | Akihiko Odaki | 1 | -0/+14 |
2023-11-21 | net: Provide MemReentrancyGuard * to qemu_new_nic() | Akihiko Odaki | 1 | -0/+1 |
2023-11-17 | net: Fix a misleading error message | Markus Armbruster | 1 | -3/+3 |
2023-11-07 | vdpa: Allow VIRTIO_NET_F_RSS in SVQ | Hawkins Jiawei | 1 | -0/+1 |
2023-11-07 | vdpa: Restore receive-side scaling state | Hawkins Jiawei | 1 | -23/+44 |
2023-11-07 | vdpa: Add SetSteeringEBPF method for NetClientState | Hawkins Jiawei | 1 | -0/+8 |
2023-11-07 | vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ | Hawkins Jiawei | 1 | -0/+1 |
2023-11-07 | vdpa: Restore hash calculation state | Hawkins Jiawei | 1 | -0/+91 |
2023-11-01 | migration: Use VMSTATE_INSTANCE_ID_ANY for slirp | Juan Quintela | 1 | -2/+3 |
2023-10-23 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi | 1 | -132/+242 |
2023-10-20 | migration: simplify notifiers | Steve Sistare | 1 | -3/+4 |
2023-10-18 | vdpa: Send cvq state load commands in parallel | Hawkins Jiawei | 1 | -63/+102 |
2023-10-18 | vdpa: Introduce cursors to vhost_vdpa_net_loadx() | Hawkins Jiawei | 1 | -36/+75 |