index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vhost-vdpa.c
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
1
-2
/
+28
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
1
-0
/
+2
2024-03-12
vdpa: add trace events for vhost_vdpa_net_load_cmd
Si-Wei Liu
1
-0
/
+2
2024-03-12
vdpa: add vhost_vdpa_set_address_space_id trace
Si-Wei Liu
1
-0
/
+3
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: 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
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-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-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
2023-10-18
vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()
Hawkins Jiawei
1
-10
/
+43
2023-10-18
vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
Hawkins Jiawei
1
-45
/
+31
2023-10-18
vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
Hawkins Jiawei
1
-3
/
+11
2023-10-18
vdpa: Use iovec for vhost_vdpa_net_cvq_add()
Hawkins Jiawei
1
-17
/
+22
2023-10-04
vdpa net: follow VirtIO initialization properly at cvq isolation probing
Eugenio Pérez
1
-4
/
+10
2023-10-04
vdpa net: stop probing if cannot set features
Eugenio Pérez
1
-0
/
+1
2023-10-04
vdpa net: fix error message setting virtio status
Eugenio Pérez
1
-1
/
+1
2023-10-04
vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
Eugenio Pérez
1
-0
/
+2
2023-10-04
vdpa: fix gcc cvq_isolated uninitialized variable warning
Stefan Hajnoczi
1
-1
/
+1
2023-10-04
vhost: Add count argument to vhost_svq_poll()
Hawkins Jiawei
1
-1
/
+1
2023-10-04
vdpa: remove net cvq migration blocker
Eugenio Pérez
1
-12
/
+0
2023-10-04
vdpa: move vhost_vdpa_set_vring_ready to the caller
Eugenio Pérez
1
-22
/
+43
2023-10-04
vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load
Eugenio Pérez
1
-2
/
+2
2023-10-04
vdpa: use first queue SVQ state for CVQ default
Eugenio Pérez
1
-1
/
+1
2023-10-04
vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-10-04
vdpa: Restore vlan filtering state
Hawkins Jiawei
1
-0
/
+48
2023-09-18
virtio-net: Add USO flags to vhost support.
Andrew Melnychenko
1
-0
/
+3
2023-09-08
misc/other: spelling fixes
Michael Tokarev
1
-4
/
+4
2023-07-10
vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-07-10
vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...
Hawkins Jiawei
1
-0
/
+88
2023-07-10
vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ
Hawkins Jiawei
1
-0
/
+1
[next]