Sign in
qemu
/
qemu
/
527db2be8b5bf3fc915736adc2eaa9b11b294925
/
hw
/
net
/
vhost_net.c
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
· 10 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
e3e4856
vhost_net: use offload API instead of bypassing it
by Stefan Hajnoczi
· 11 years ago
cf528b8
net: virtio-net and vmxnet3 use offloading API
by Vincenzo Maffione
· 11 years ago
4dd72e0
virtio: Fix return value for dummy function vhost_net_virtqueue_pending
by Stefan Weil
· 11 years ago
1c81944
virtio: remove virtiobindings.
by KONRAD Frederic
· 12 years ago
6e79074
hw: move virtio devices to hw/ subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/vhost_net.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
a9f98bb
vhost: multiqueue support
by Jason Wang
· 12 years ago
f56a124
vhost: backend masking support
by Michael S. Tsirkin
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
ff3a806
virtio-net: enable mrg buf header in tap on linux
by Michael S. Tsirkin
· 12 years ago
1241ed9
vhost: Pass device path to vhost_dev_init()
by Stefan Hajnoczi
· 13 years ago
35277d1
net: Rename vc local variables to nc
by Stefan Hajnoczi
· 13 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
b0b3db7
vhost-net: cleanup host notifiers at last step
by Michael S. Tsirkin
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
35f7546
print meaningful error message in case of --disable-vhost-net
by Michael Tokarev
· 14 years ago
bcbabae
virtio: event index support
by Michael S. Tsirkin
· 14 years ago
5430a28
vhost: force vhost off for non-MSI guests
by mst@redhat.com
· 14 years ago
6b37c87
vhost: fix infinite loop on error path
by Michael S. Tsirkin
· 14 years ago
ca736c8
vhost_net: mergeable buffers support
by Michael S. Tsirkin
· 15 years ago
708f2ad
Remove unused eventfd.h
by Mike McCormack
· 15 years ago
29f9178
vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2
by Jes Sorensen
· 15 years ago
0bfcd59
Fix %lld or %llx printf format use
by Blue Swirl
· 15 years ago
5751995
vhost-net: disable mergeable buffers
by Michael S. Tsirkin
· 15 years ago
d597005
vhost: vhost net support
by Michael S. Tsirkin
· 15 years ago