aboutsummaryrefslogtreecommitdiff
path: root/net/vhost-vdpa.c
AgeCommit message (Expand)Author
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella
2022-11-08vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...Si-Wei Liu
2022-10-31net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-10-28vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu
2022-10-28vdpa: Remove shadow CVQ command checkEugenio Pérez
2022-10-28vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez
2022-09-27vdpa: Allow MQ feature in SVQEugenio Pérez
2022-09-27vdpa: validate MQ CVQ commandsEugenio Pérez
2022-09-27vdpa: Add vhost_vdpa_net_load_mqEugenio Pérez
2022-09-27vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_loadEugenio Pérez
2022-09-27vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack typeEugenio Pérez
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez
2022-09-02vdpa: Add virtio-net mac address via CVQ at startEugenio Pérez
2022-09-02vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez
2022-09-02vdpa: Move command buffers map to start of net deviceEugenio Pérez
2022-09-02vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez
2022-08-04vdpa: Fix file descriptor leak on get features errorEugenio Pérez
2022-07-20vdpa: Add x-svq to NetdevVhostVDPAOptionsEugenio Pérez
2022-07-20vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairsEugenio Pérez
2022-07-20vdpa: Buffer CVQ support on shadow virtqueueEugenio Pérez
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez
2022-05-16vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu
2022-02-22vdpa: Make ncs autofreeEugenio Pérez
2021-11-28vdpa: Add dummy receive callbackEugenio Pérez
2021-11-15vdpa: Check for existence of opts.vhostdevEugenio Pérez
2021-11-15vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez
2021-11-11net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella
2021-10-20vhost-vdpa: multiqueue supportJason Wang
2021-10-20vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang
2021-10-20vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf
2021-09-04vhost-vdpa: remove the unncessary queue_index assignmentJason Wang
2021-09-04vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang
2021-09-04vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang
2021-09-04vhost-vdpa: remove unused variable "acked_features"Jason Wang
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2020-11-03vhost-vdpa: Add qemu_close in vhost_vdpa_cleanupCindy Lu