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
2023-02-17
vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
Eugenio Pérez
1
-1
/
+1
2023-01-08
vdpa: harden the error path if get_iova_range failed
Longpeng
1
-1
/
+7
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
1
-8
/
+0
2023-01-08
vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa
Eugenio Pérez
1
-1
/
+0
2023-01-08
vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
Eugenio Pérez
1
-3
/
+12
2022-12-21
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
1
-1
/
+109
2022-12-21
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
1
-0
/
+1
2022-12-21
vdpa: store x-svq parameter in VhostVDPAState
Eugenio Pérez
1
-0
/
+3
2022-12-21
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
1
-3
/
+3
2022-12-21
vdpa: move SVQ vring features check to net/
Eugenio Pérez
1
-1
/
+2
2022-12-21
vdpa: request iova_range only once
Eugenio Pérez
1
-13
/
+14
2022-12-21
vdpa: add vhost_vdpa_net_valid_svq_features
Eugenio Pérez
1
-9
/
+17
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
1
-3
/
+3
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
1
-0
/
+1
2022-11-08
vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...
Si-Wei Liu
1
-1
/
+1
2022-10-31
net/vhost-vdpa.c: Fix clang compilation failure
Peter Maydell
1
-1
/
+2
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
1
-1
/
+1
2022-10-28
vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
Si-Wei Liu
1
-5
/
+20
2022-10-28
vdpa: Remove shadow CVQ command check
Eugenio Pérez
1
-48
/
+0
2022-10-28
vdpa: Delete duplicated vdpa_feature_bits entry
Eugenio Pérez
1
-1
/
+0
2022-09-27
vdpa: Allow MQ feature in SVQ
Eugenio Pérez
1
-0
/
+1
2022-09-27
vdpa: validate MQ CVQ commands
Eugenio Pérez
1
-0
/
+9
2022-09-27
vdpa: Add vhost_vdpa_net_load_mq
Eugenio Pérez
1
-0
/
+26
2022-09-27
vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load
Eugenio Pérez
1
-22
/
+40
2022-09-27
vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack type
Eugenio Pérez
1
-11
/
+12
2022-09-02
vdpa: Delete CVQ migration blocker
Eugenio Pérez
1
-2
/
+0
2022-09-02
vdpa: Add virtio-net mac address via CVQ at start
Eugenio Pérez
1
-0
/
+40
2022-09-02
vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail
Eugenio Pérez
1
-21
/
+38
2022-09-02
vdpa: Move command buffers map to start of net device
Eugenio Pérez
1
-65
/
+58
2022-09-02
vdpa: add net_vhost_vdpa_cvq_info NetClientInfo
Eugenio Pérez
1
-1
/
+11
2022-09-02
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
1
-2
/
+2
2022-08-04
vdpa: Fix file descriptor leak on get features error
Eugenio Pérez
1
-2
/
+2
2022-07-20
vdpa: Add x-svq to NetdevVhostVDPAOptions
Eugenio Pérez
1
-3
/
+69
2022-07-20
vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
Eugenio Pérez
1
-10
/
+20
2022-07-20
vdpa: Buffer CVQ support on shadow virtqueue
Eugenio Pérez
1
-8
/
+205
2022-07-20
vdpa: manual forward CVQ buffers
Eugenio Pérez
1
-0
/
+58
2022-05-16
vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
Si-Wei Liu
1
-1
/
+3
2022-02-22
vdpa: Make ncs autofree
Eugenio Pérez
1
-3
/
+2
2021-11-28
vdpa: Add dummy receive callback
Eugenio Pérez
1
-0
/
+8
2021-11-15
vdpa: Check for existence of opts.vhostdev
Eugenio Pérez
1
-0
/
+4
2021-11-15
vdpa: Replace qemu_open_old by qemu_open at
Eugenio Pérez
1
-1
/
+1
2021-11-11
net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()
Stefano Garzarella
1
-1
/
+1
2021-10-20
vhost-vdpa: multiqueue support
Jason Wang
1
-9
/
+96
2021-10-20
vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
Jason Wang
1
-7
/
+12
2021-10-20
vhost-vdpa: open device fd in net_init_vhost_vdpa()
Jason Wang
1
-8
/
+15
2021-10-15
net/vhost-vdpa: Fix device compatibility check
Kevin Wolf
1
-23
/
+14
2021-09-04
vhost-vdpa: remove the unncessary queue_index assignment
Jason Wang
1
-1
/
+0
2021-09-04
vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()
Jason Wang
1
-1
/
+4
2021-09-04
vhost-vdpa: tweak the error label in vhost_vdpa_add()
Jason Wang
1
-7
/
+6
2021-09-04
vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()
Jason Wang
1
-0
/
+1
[next]