aboutsummaryrefslogtreecommitdiff
path: root/hw/net/vhost_net.c
AgeCommit message (Expand)Author
2019-10-25vhost_net: enable packed ring supportJason Wang
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang
2019-02-21vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini
2019-02-21vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini
2019-02-21vhost-net: move stubs to a separate filePaolo Bonzini
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin
2017-01-18vhost_net: device IOTLB supportJason Wang
2017-01-10vhost-net: Notify the backend about the host MTUMaxime Coquelin
2016-08-10vhost: check for vhost_ops before using.Ilya Maximets
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau
2016-07-29vhost-net: vhost_migration_done is vhost-user specificMarc-André Lureau
2016-07-29Revert "vhost-net: do not crash if backend is not present"Marc-André Lureau
2016-07-29vhost-user: add get_vhost_net() assertionsMarc-André Lureau
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau
2016-07-29vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau
2016-07-29misc: indentationMarc-André Lureau
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-07tap: vhost busy polling supportJason Wang
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau
2016-06-17vhost-net: do not crash if backend is not presentMarc-André Lureau
2016-02-18vhost-user interrupt management fixesVictor Kaplansky
2016-02-16vhost-net: revert support of cross-endian vnet headersGreg Kurz
2016-02-06net: set endianness on all backend devicesLaurent Vivier
2016-01-29hw/net: Clean up includesPeter Maydell
2015-11-18vhost-user: ignore qemu-only featuresMichael S. Tsirkin
2015-11-16vhost: don't send RESET_OWNER at stopYuanhan Liu
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-22vhost user: add support of live migrationThibaut Collet
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta
2015-06-19vhost_net: re-enable when cross endianCédric Le Goater
2015-06-19vhost-net: tell tap backend about the vnet endiannessGreg Kurz
2015-06-10vhost: 64 bit featuresCornelia Huck
2015-06-10vhost_net: add version_1 featureMichael S. Tsirkin
2015-06-01vhost-user: add multi queue supportOuyang Changchun
2015-04-27vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie
2015-03-10vhost_net: Add missing 'static' attributeStefan Weil
2015-02-26virtio: use standard virtio_ring.hMichael S. Tsirkin
2014-09-22virtio: Import virtio_vring.hFam Zheng
2014-09-18vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiationDamjan Marion