index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
vhost_net.c
Age
Commit message (
Expand
)
Author
2016-06-17
vhost-net: save & restore vring enable state
Marc-André Lureau
2016-06-17
vhost-net: save & restore vhost-user acked features
Marc-André Lureau
2016-06-17
vhost-net: do not crash if backend is not present
Marc-André Lureau
2016-02-18
vhost-user interrupt management fixes
Victor Kaplansky
2016-02-16
vhost-net: revert support of cross-endian vnet headers
Greg Kurz
2016-02-06
net: set endianness on all backend devices
Laurent Vivier
2016-01-29
hw/net: Clean up includes
Peter Maydell
2015-11-18
vhost-user: ignore qemu-only features
Michael S. Tsirkin
2015-11-16
vhost: don't send RESET_OWNER at stop
Yuanhan Liu
2015-10-22
vhost user: add rarp sending after live migration for legacy guest
Thibaut Collet
2015-10-22
vhost user: add support of live migration
Thibaut Collet
2015-10-22
vhost: use a function for each call
Marc-André Lureau
2015-09-24
vhost-user: add a new message to disable/enable a specific virt queue.
Changchun Ouyang
2015-09-24
vhost-user: add multiple queue support
Changchun Ouyang
2015-09-24
vhost-user: add VHOST_USER_GET_QUEUE_NUM message
Yuanhan Liu
2015-09-24
vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE
Yuanhan Liu
2015-09-24
vhost-user: add protocol feature negotiation
Michael S. Tsirkin
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-07-20
Revert "vhost-user: add multi queue support"
Michael S. Tsirkin
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
2015-06-19
vhost_net: re-enable when cross endian
Cédric Le Goater
2015-06-19
vhost-net: tell tap backend about the vnet endianness
Greg Kurz
2015-06-10
vhost: 64 bit features
Cornelia Huck
2015-06-10
vhost_net: add version_1 feature
Michael S. Tsirkin
2015-06-01
vhost-user: add multi queue support
Ouyang Changchun
2015-04-27
vhost-user: Send VHOST_RESET_OWNER on vhost stop
Luke Gorrie
2015-03-10
vhost_net: Add missing 'static' attribute
Stefan Weil
2015-02-26
virtio: use standard virtio_ring.h
Michael S. Tsirkin
2014-09-22
virtio: Import virtio_vring.h
Fam Zheng
2014-09-18
vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiation
Damjan Marion
2014-09-03
vhost_net: init acked_features to backend_features
Jason Wang
2014-09-03
vhost_net: start/stop guest notifiers properly
Jason Wang
2014-09-02
vhost_net: cleanup start/stop condition
Michael S. Tsirkin
2014-06-29
vhost-net: disable when cross-endian
Greg Kurz
2014-06-19
Add the vhost-user netdev backend to the command line
Nikolay Nikolaev
2014-06-19
vhost-net: vhost-user feature bits support
Nikolay Nikolaev
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2014-06-19
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
Refactor virtio-net to use generic get_vhost_net
Nikolay Nikolaev
2014-06-19
vhost_net should call the poll callback only when it is set
Nikolay Nikolaev
2014-06-19
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
2014-02-25
vhost_net: use offload API instead of bypassing it
Stefan Hajnoczi
2014-02-25
net: virtio-net and vmxnet3 use offloading API
Vincenzo Maffione
2014-01-26
virtio: Fix return value for dummy function vhost_net_virtqueue_pending
Stefan Weil
2013-04-24
virtio: remove virtiobindings.
KONRAD Frederic
2013-04-08
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini