summaryrefslogtreecommitdiffstats
path: root/hw/net/vhost_net.c
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-071-6/+12
* vhost_net: introduce set_config & get_configCindy Lu2020-07-031-0/+10
* vhost_net: use the function qemu_get_peerCindy Lu2020-07-031-6/+10
* vhost_net: enable packed ring supportJason Wang2019-10-251-0/+2
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-1/+1
* vhost_net: don't set backend for the uninitialized virtqueueJason Wang2019-05-171-0/+10
* vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini2019-02-211-3/+1Star
* vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-211-2/+1Star
* vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini2019-02-211-0/+4
* vhost-net: move stubs to a separate filePaolo Bonzini2019-02-211-74/+0Star
* spec/vhost-user spec: Add IOMMU supportMaxime Coquelin2017-06-021-0/+1
* vhost_net: device IOTLB supportJason Wang2017-01-181-0/+1
* vhost-net: Notify the backend about the host MTUMaxime Coquelin2017-01-101-0/+18
* vhost: check for vhost_ops before using.Ilya Maximets2016-08-101-1/+1
* vhost: add vhost_net_set_backend()Marc-André Lureau2016-07-281-6/+3Star
* vhost-net: vhost_migration_done is vhost-user specificMarc-André Lureau2016-07-281-5/+3Star
* Revert "vhost-net: do not crash if backend is not present"Marc-André Lureau2016-07-281-6/+1Star
* vhost-user: add get_vhost_net() assertionsMarc-André Lureau2016-07-281-0/+1
* vhost-user: keep vhost_net after a disconnectionMarc-André Lureau2016-07-281-1/+0Star
* vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau2016-07-281-3/+3
* misc: indentationMarc-André Lureau2016-07-281-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-10/+10
* tap: vhost busy polling supportJason Wang2016-07-071-1/+1
* vhost-net: save & restore vring enable stateMarc-André Lureau2016-06-171-0/+11
* vhost-net: save & restore vhost-user acked featuresMarc-André Lureau2016-06-171-1/+26
* vhost-net: do not crash if backend is not presentMarc-André Lureau2016-06-171-1/+6
* vhost-user interrupt management fixesVictor Kaplansky2016-02-181-2/+13
* vhost-net: revert support of cross-endian vnet headersGreg Kurz2016-02-161-36/+5Star
* net: set endianness on all backend devicesLaurent Vivier2016-02-061-12/+11Star
* hw/net: Clean up includesPeter Maydell2016-01-291-3/+1Star
* vhost-user: ignore qemu-only featuresMichael S. Tsirkin2015-11-181-7/+1Star
* vhost: don't send RESET_OWNER at stopYuanhan Liu2015-11-161-6/+0Star
* vhost user: add rarp sending after live migration for legacy guestThibaut Collet2015-10-221-0/+17
* vhost user: add support of live migrationThibaut Collet2015-10-221-0/+2
* vhost: use a function for each callMarc-André Lureau2015-10-221-10/+6Star
* vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang2015-09-241-0/+18
* vhost-user: add multiple queue supportChangchun Ouyang2015-09-241-4/+6
* vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu2015-09-241-0/+12
* vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu2015-09-241-1/+1
* vhost-user: add protocol feature negotiationMichael S. Tsirkin2015-09-241-0/+2
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-1/+1
* Revert "vhost-user: add multi queue support"Michael S. Tsirkin2015-07-201-2/+1Star
* vhost: enable vhost without without MSI-XPankaj Gupta2015-06-191-11/+1Star
* vhost_net: re-enable when cross endianCédric Le Goater2015-06-191-19/+0Star
* vhost-net: tell tap backend about the vnet endiannessGreg Kurz2015-06-191-1/+32
* vhost: 64 bit featuresCornelia Huck2015-06-101-6/+6
* vhost_net: add version_1 featureMichael S. Tsirkin2015-06-101-0/+2
* vhost-user: add multi queue supportOuyang Changchun2015-06-011-1/+2
* vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie2015-04-271-0/+7
* vhost_net: Add missing 'static' attributeStefan Weil2015-03-101-1/+1