index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
vhost-vdpa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2024-03-13
1
-2
/
+28
|
\
|
*
vdpa: indicate transitional state for SVQ switching
Si-Wei Liu
2024-03-12
1
-0
/
+3
|
*
vdpa: add trace event for vhost_vdpa_net_load_mq
Si-Wei Liu
2024-03-12
1
-0
/
+2
|
*
vdpa: add trace events for vhost_vdpa_net_load_cmd
Si-Wei Liu
2024-03-12
1
-0
/
+2
|
*
vdpa: add vhost_vdpa_set_address_space_id trace
Si-Wei Liu
2024-03-12
1
-0
/
+3
|
*
vdpa: factor out vhost_vdpa_net_get_nc_vdpa
Si-Wei Liu
2024-03-12
1
-4
/
+9
|
*
vdpa: add back vhost_vdpa_net_first_nc_vdpa
Si-Wei Liu
2024-03-12
1
-2
/
+13
*
|
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-03-12
1
-2
/
+2
|
\
\
|
*
|
error: Move ERRP_GUARD() to the beginning of the function
Zhao Liu
2024-03-12
1
-2
/
+1
|
*
|
net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
|
|
/
*
/
migration: export migration_is_setup_or_active
Steve Sistare
2024-03-11
1
-2
/
+1
|
/
*
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
1
-4
/
+2
*
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
1
-3
/
+3
*
migration: convert to NotifierWithReturn
Steve Sistare
2024-02-28
1
-2
/
+4
*
vdpa: use VhostVDPAShared in vdpa_dma_map and unmap
Eugenio Pérez
2023-12-26
1
-2
/
+3
*
vdpa: move file descriptor to vhost_vdpa_shared
Eugenio Pérez
2023-12-26
1
-7
/
+4
*
vdpa: move shadow_data to vhost_vdpa_shared
Eugenio Pérez
2023-12-26
1
-17
/
+5
*
vdpa: move iova_range to vhost_vdpa_shared
Eugenio Pérez
2023-12-26
1
-5
/
+5
*
vdpa: move iova tree to the shared struct
Eugenio Pérez
2023-12-26
1
-31
/
+23
*
vdpa: add VhostVDPAShared
Eugenio Pérez
2023-12-26
1
-2
/
+22
*
vdpa: Allow VIRTIO_NET_F_RSS in SVQ
Hawkins Jiawei
2023-11-07
1
-0
/
+1
*
vdpa: Restore receive-side scaling state
Hawkins Jiawei
2023-11-07
1
-23
/
+44
*
vdpa: Add SetSteeringEBPF method for NetClientState
Hawkins Jiawei
2023-11-07
1
-0
/
+8
*
vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ
Hawkins Jiawei
2023-11-07
1
-0
/
+1
*
vdpa: Restore hash calculation state
Hawkins Jiawei
2023-11-07
1
-0
/
+91
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-23
1
-132
/
+242
|
\
|
*
vdpa: Send cvq state load commands in parallel
Hawkins Jiawei
2023-10-18
1
-63
/
+102
|
*
vdpa: Introduce cursors to vhost_vdpa_net_loadx()
Hawkins Jiawei
2023-10-18
1
-36
/
+75
|
*
vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()
Hawkins Jiawei
2023-10-18
1
-10
/
+43
|
*
vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
Hawkins Jiawei
2023-10-18
1
-45
/
+31
|
*
vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
Hawkins Jiawei
2023-10-18
1
-3
/
+11
|
*
vdpa: Use iovec for vhost_vdpa_net_cvq_add()
Hawkins Jiawei
2023-10-18
1
-17
/
+22
*
|
migration: simplify notifiers
Steve Sistare
2023-10-20
1
-3
/
+4
|
/
*
vdpa net: follow VirtIO initialization properly at cvq isolation probing
Eugenio Pérez
2023-10-04
1
-4
/
+10
*
vdpa net: stop probing if cannot set features
Eugenio Pérez
2023-10-04
1
-0
/
+1
*
vdpa net: fix error message setting virtio status
Eugenio Pérez
2023-10-04
1
-1
/
+1
*
vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
Eugenio Pérez
2023-10-04
1
-0
/
+2
*
vdpa: fix gcc cvq_isolated uninitialized variable warning
Stefan Hajnoczi
2023-10-04
1
-1
/
+1
*
vhost: Add count argument to vhost_svq_poll()
Hawkins Jiawei
2023-10-04
1
-1
/
+1
*
vdpa: remove net cvq migration blocker
Eugenio Pérez
2023-10-04
1
-12
/
+0
*
vdpa: move vhost_vdpa_set_vring_ready to the caller
Eugenio Pérez
2023-10-04
1
-22
/
+43
*
vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load
Eugenio Pérez
2023-10-04
1
-2
/
+2
*
vdpa: use first queue SVQ state for CVQ default
Eugenio Pérez
2023-10-04
1
-1
/
+1
*
vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQ
Hawkins Jiawei
2023-10-04
1
-0
/
+1
*
vdpa: Restore vlan filtering state
Hawkins Jiawei
2023-10-04
1
-0
/
+48
*
virtio-net: Add USO flags to vhost support.
Andrew Melnychenko
2023-09-18
1
-0
/
+3
*
misc/other: spelling fixes
Michael Tokarev
2023-09-08
1
-4
/
+4
*
vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ
Hawkins Jiawei
2023-07-10
1
-0
/
+1
*
vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...
Hawkins Jiawei
2023-07-10
1
-0
/
+88
*
vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ
Hawkins Jiawei
2023-07-10
1
-0
/
+1
[next]