aboutsummaryrefslogtreecommitdiff
path: root/net/vhost-user.c
AgeCommit message (Expand)Author
2021-10-15net/vhost-user: Fix device compatibility checkKevin Wolf
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2020-09-29vhost-user: save features of multiqueues if chardev is closedhaibinzhang(张海斌)
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2019-10-05vhost-user: save features if the char dev is closedAdrian Moreno
2019-05-20do not call vhost_net_cleanup() on running net from char user eventDan Streetman
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau
2019-02-21vhost-user: support cross-endian vnet headersPaolo Bonzini
2018-06-15vhost-user: delete net client if necessarylinzhecheng
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie
2018-05-23vhost-user: add Net prefix to internal state structureTiwei Bie
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-01vhost-user: fix memory leaklinzhecheng
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-08-02vhost-user: fix watcher need be removed when vhost-user hotplugYunjian Wang
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-04char: add a /chardevs containerMarc-André Lureau
2017-02-28vhost-user: delay vhost_user_stopMarc-André Lureau
2017-02-01vhost-user: delete chardev on cleanupMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24vhost-user: only initialize queue 0 CharBackendMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: rename some frontend functionsMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-10net: don't poke at chardev internal QemuOptsDaniel P. Berrange
2016-07-29vhost-user: wait until backend init is completedMarc-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-user: disconnect on HUPMarc-André Lureau
2016-07-29vhost-user: minor simplificationMarc-André Lureau
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-07-07tap: vhost busy polling supportJason Wang
2016-06-29vhost-user: disable chardev handlers on closePaolo Bonzini
2016-06-29char: change qemu_chr_fe_add_watch to return unsignedPaolo Bonzini
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau