- 6166799 vhost_net: configure all host notifiers in a single MR transaction by zuoboqun · 7 months ago
- f8e09b9 vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits by Akihiko Odaki · 7 months ago
- c03213f vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits by Jonah Palmer · 8 months ago
- b937fa8 vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits by Jonah Palmer · 12 months ago
- 2c66de6 vdpa-dev: Fix initialisation order to restore VDUSE compatibility by Kevin Wolf · 12 months ago
- 5d63cb1 hw/net/vhost_net: Silence compiler warning when compiling with -Wshadow by Thomas Huth · 1 year, 5 months ago
- 9da1684 virtio-net: Add USO flags to vhost support. by Andrew Melnychenko · 1 year, 8 months ago
- ca3fcde net/vhost-net: do not assert on null pointer return from tap_get_vhost_net() by Ani Sinha · 1 year, 9 months ago
- 0e99466 vhost_net: add an assertion for TAP client backends by Ani Sinha · 1 year, 9 months ago
- 8aab0d1 virtio-net: add support for configure interrupt by Cindy Lu · 2 years, 3 months ago
- c9bdc44 vhost-user: Fix the virtio features negotiation flaw by Hyman Huang(黄勇) · 2 years, 3 months ago
- 4daa505 vhost: enable vrings in vhost_dev_start() for vhost-user devices by Stefano Garzarella · 2 years, 4 months ago
- 562a7d2 vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices by Stefano Garzarella · 2 years, 4 months ago
- 8b67fe0 vhost: Change the sequence of device start by Yajun Wu · 2 years, 5 months ago
- 2a3552b vhost: vhost-kernel: enable vq reset feature by Kangjie Xu · 2 years, 5 months ago
- 10f8a11 vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart() by Kangjie Xu · 2 years, 5 months ago
- c2daa08 vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset() by Kangjie Xu · 2 years, 5 months ago
- 539573c vhost_net: add NetClientState->load() callback by Eugenio Pérez · 2 years, 7 months ago
- c5e5269 vhost_net: Add NetClientInfo stop callback by Eugenio Pérez · 2 years, 7 months ago
- eb92b75 vhost_net: Add NetClientInfo start callback by Eugenio Pérez · 2 years, 7 months ago
- 6f3910b vhost-net: fix improper cleanup in vhost_net_start by Si-Wei Liu · 2 years, 10 months ago
- 1eed051 vhost_net: Print feature masks in hex by Ilya Maximets · 3 years ago
- b3ef666 Revert "virtio-net: add support for configure interrupt" by Michael S. Tsirkin · 3 years, 2 months ago
- 497679d virtio-net: add support for configure interrupt by Cindy Lu · 3 years, 4 months ago
- 14c81b2 vhost: Fix last vq queue index of devices with no cvq by Eugenio Pérez · 3 years, 4 months ago
- 245cf2c vhost: Rename last_index to vq_index_end by Eugenio Pérez · 3 years, 4 months ago
- 22288fe virtio-net: vhost control virtqueue support by Jason Wang · 3 years, 5 months ago
- 049eb15 vhost: record the last virtqueue index for the virtio device by Jason Wang · 3 years, 5 months ago
- 441537f virtio-net: use "queue_pairs" instead of "queues" when possible by Jason Wang · 3 years, 5 months ago
- 05ba3f6 vhost-net: control virtqueue support by Jason Wang · 3 years, 5 months ago
- 6a756d1 vhost_net: do not assume nvqs is always 2 by Jason Wang · 3 years, 6 months ago
- 40f962f vhost_net: remove the meaningless assignment in vhost_net_start_one() by Jason Wang · 3 years, 6 months ago
- 50de513 vhost: Distinguish errors in vhost_dev_get_config() by Kevin Wolf · 3 years, 9 months ago
- a6945f2 vhost: Add Error parameter to vhost_dev_init() by Kevin Wolf · 3 years, 9 months ago
- 0145c39 virtio-net: Added eBPF RSS to virtio-net. by Andrew Melnychenko · 3 years, 10 months ago
- 108a648 vhost-vdpa: introduce vhost-vdpa backend by Cindy Lu · 4 years, 9 months ago
- 38140cc vhost_net: introduce set_config & get_config by Cindy Lu · 4 years, 9 months ago
- 92fbc3e vhost_net: use the function qemu_get_peer by Cindy Lu · 4 years, 9 months ago
- dfea793 vhost_net: enable packed ring support by Jason Wang · 5 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- 23bfaf7 vhost_net: don't set backend for the uninitialized virtqueue by Jason Wang · 6 years ago
- af3bba7 vhost-net: compile it on all targets that have virtio-net. by Paolo Bonzini · 6 years ago
- 18658a3 vhost: restrict Linux dependency to kernel vhost by Paolo Bonzini · 6 years ago
- 56f41de vhost-net-user: add stubs for when no virtio-net device is present by Paolo Bonzini · 6 years ago
- 7b28c61 vhost-net: move stubs to a separate file by Paolo Bonzini · 6 years ago
- 6dcdd06 spec/vhost-user spec: Add IOMMU support by Maxime Coquelin · 8 years ago
- c471ad0 vhost_net: device IOTLB support by Jason Wang · 8 years ago
- 45a368a vhost-net: Notify the backend about the host MTU by Maxime Coquelin · 8 years ago
- ca10203 vhost: check for vhost_ops before using. by Ilya Maximets · 9 years ago
- 950d94b vhost: add vhost_net_set_backend() by Marc-André Lureau · 9 years ago
- 51f7aca vhost-net: vhost_migration_done is vhost-user specific by Marc-André Lureau · 9 years ago
- bb12e76 Revert "vhost-net: do not crash if backend is not present" by Marc-André Lureau · 9 years ago
- 1a5b68c vhost-user: add get_vhost_net() assertions by Marc-André Lureau · 9 years ago
- e6bcb1b vhost-user: keep vhost_net after a disconnection by Marc-André Lureau · 9 years ago
- f1a0365 vhost-net: always call vhost_dev_cleanup() on failure by Marc-André Lureau · 9 years ago
- 01edc23 misc: indentation by Marc-André Lureau · 9 years ago
- f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
- 69e87b3 tap: vhost busy polling support by Jason Wang · 9 years ago
- bfc6cf3 vhost-net: save & restore vring enable state by Marc-André Lureau · 9 years ago
- a463215 vhost-net: save & restore vhost-user acked features by Marc-André Lureau · 9 years ago
- 72b65f9 vhost-net: do not crash if backend is not present by Marc-André Lureau · 9 years ago
- 5669655 vhost-user interrupt management fixes by Victor Kaplansky · 9 years ago
- 3154d1e vhost-net: revert support of cross-endian vnet headers by Greg Kurz · 9 years ago
- a407644 net: set endianness on all backend devices by Laurent Vivier · 9 years ago
- e8d4046 hw/net: Clean up includes by Peter Maydell · 9 years ago
- 72018d1 vhost-user: ignore qemu-only features by Michael S. Tsirkin · 9 years ago
- 12b8cba vhost: don't send RESET_OWNER at stop by Yuanhan Liu · 9 years ago
- 3e86636 vhost user: add rarp sending after live migration for legacy guest by Thibaut Collet · 9 years ago
- f6f5629 vhost user: add support of live migration by Thibaut Collet · 9 years ago
- 21e7042 vhost: use a function for each call by Marc-André Lureau · 9 years ago
- 7263a0a vhost-user: add a new message to disable/enable a specific virt queue. by Changchun Ouyang · 9 years ago
- b931bfb vhost-user: add multiple queue support by Changchun Ouyang · 9 years ago
- e2051e9 vhost-user: add VHOST_USER_GET_QUEUE_NUM message by Yuanhan Liu · 9 years ago
- d1f8b30 vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE by Yuanhan Liu · 9 years ago
- dcb10c0 vhost-user: add protocol feature negotiation by Michael S. Tsirkin · 9 years ago
- 95129d6 virtio: avoid leading underscores for helpers by Cornelia Huck · 10 years ago
- d345ed2 Revert "vhost-user: add multi queue support" by Michael S. Tsirkin · 10 years ago
- 1e7398a vhost: enable vhost without without MSI-X by Pankaj Gupta · 10 years ago
- 1717388 vhost_net: re-enable when cross endian by Cédric Le Goater · 10 years ago
- 5be7d9f vhost-net: tell tap backend about the vnet endianness by Greg Kurz · 10 years ago
- 9a2ba82 vhost: 64 bit features by Cornelia Huck · 10 years ago
- b150613 vhost_net: add version_1 feature by Michael S. Tsirkin · 10 years ago
- 830d70d vhost-user: add multi queue support by Ouyang Changchun · 10 years ago
- 294ce71 vhost-user: Send VHOST_RESET_OWNER on vhost stop by Luke Gorrie · 10 years ago
- d122f1a vhost_net: Add missing 'static' attribute by Stefan Weil · 10 years ago
- 4fbe0f3 virtio: use standard virtio_ring.h by Michael S. Tsirkin · 10 years ago
- d9612b4 virtio: Import virtio_vring.h by Fam Zheng · 11 years ago
- d8e80ae vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiation by Damjan Marion · 11 years ago
- b49ae91 vhost_net: init acked_features to backend_features by Jason Wang · 11 years ago
- cd7d1d2 vhost_net: start/stop guest notifiers properly by Jason Wang · 11 years ago
- 2d2507e vhost_net: cleanup start/stop condition by Michael S. Tsirkin · 11 years ago
- 371df9f vhost-net: disable when cross-endian by Greg Kurz · 11 years ago
- 03ce574 Add the vhost-user netdev backend to the command line by Nikolay Nikolaev · 11 years ago
- 5f4c01c vhost-net: vhost-user feature bits support by Nikolay Nikolaev · 11 years ago
- 1a1bfac Add vhost-backend and VhostBackendType by Nikolay Nikolaev · 11 years ago
- 24d1eb3 Add vhost_ops to vhost_dev struct and replace all relevant ioctls by Nikolay Nikolaev · 11 years ago
- 81647a6 vhost_net_init will use VhostNetOptions to get all its arguments by Nikolay Nikolaev · 11 years ago
- ed8b4af Refactor virtio-net to use generic get_vhost_net by Nikolay Nikolaev · 11 years ago
- 212d69f vhost_net should call the poll callback only when it is set by Nikolay Nikolaev · 11 years ago
- 2e6d46d vhost: add vhost_get_features and vhost_ack_features by Nikolay Nikolaev · 11 years ago