index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vhost-vdpa.c
Age
Commit message (
Expand
)
Author
2024-10-31
migration: Drop migration_is_setup_or_active()
Peter Xu
2024-08-20
vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits
Akihiko Odaki
2024-07-21
vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
Jonah Palmer
2024-07-01
vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
Jonah Palmer
2024-07-01
vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
Stefano Garzarella
2024-03-13
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2024-03-12
vdpa: indicate transitional state for SVQ switching
Si-Wei Liu
2024-03-12
vdpa: add trace event for vhost_vdpa_net_load_mq
Si-Wei Liu
2024-03-12
vdpa: add trace events for vhost_vdpa_net_load_cmd
Si-Wei Liu
2024-03-12
vdpa: add vhost_vdpa_set_address_space_id trace
Si-Wei Liu
2024-03-12
vdpa: factor out vhost_vdpa_net_get_nc_vdpa
Si-Wei Liu
2024-03-12
vdpa: add back vhost_vdpa_net_first_nc_vdpa
Si-Wei Liu
2024-03-12
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-03-12
error: Move ERRP_GUARD() to the beginning of the function
Zhao Liu
2024-03-12
net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
2023-12-26
vdpa: use VhostVDPAShared in vdpa_dma_map and unmap
Eugenio Pérez
2023-12-26
vdpa: move file descriptor to vhost_vdpa_shared
Eugenio Pérez
2023-12-26
vdpa: move shadow_data to vhost_vdpa_shared
Eugenio Pérez
2023-12-26
vdpa: move iova_range to vhost_vdpa_shared
Eugenio Pérez
2023-12-26
vdpa: move iova tree to the shared struct
Eugenio Pérez
2023-12-26
vdpa: add VhostVDPAShared
Eugenio Pérez
2023-11-07
vdpa: Allow VIRTIO_NET_F_RSS in SVQ
Hawkins Jiawei
2023-11-07
vdpa: Restore receive-side scaling state
Hawkins Jiawei
2023-11-07
vdpa: Add SetSteeringEBPF method for NetClientState
Hawkins Jiawei
2023-11-07
vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ
Hawkins Jiawei
2023-11-07
vdpa: Restore hash calculation state
Hawkins Jiawei
2023-10-23
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-20
migration: simplify notifiers
Steve Sistare
2023-10-18
vdpa: Send cvq state load commands in parallel
Hawkins Jiawei
2023-10-18
vdpa: Introduce cursors to vhost_vdpa_net_loadx()
Hawkins Jiawei
2023-10-18
vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()
Hawkins Jiawei
2023-10-18
vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
Hawkins Jiawei
2023-10-18
vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
Hawkins Jiawei
2023-10-18
vdpa: Use iovec for vhost_vdpa_net_cvq_add()
Hawkins Jiawei
2023-10-04
vdpa net: follow VirtIO initialization properly at cvq isolation probing
Eugenio Pérez
2023-10-04
vdpa net: stop probing if cannot set features
Eugenio Pérez
2023-10-04
vdpa net: fix error message setting virtio status
Eugenio Pérez
2023-10-04
vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
Eugenio Pérez
2023-10-04
vdpa: fix gcc cvq_isolated uninitialized variable warning
Stefan Hajnoczi
2023-10-04
vhost: Add count argument to vhost_svq_poll()
Hawkins Jiawei
2023-10-04
vdpa: remove net cvq migration blocker
Eugenio Pérez
2023-10-04
vdpa: move vhost_vdpa_set_vring_ready to the caller
Eugenio Pérez
2023-10-04
vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load
Eugenio Pérez
2023-10-04
vdpa: use first queue SVQ state for CVQ default
Eugenio Pérez
2023-10-04
vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQ
Hawkins Jiawei
2023-10-04
vdpa: Restore vlan filtering state
Hawkins Jiawei
[next]