aboutsummaryrefslogtreecommitdiff
path: root/net/vhost-user.c
AgeCommit message (Expand)Author
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
2016-06-17vhost-user: disconnect on start failureMarc-André Lureau
2016-06-17vhost-user: add ability to know vhost-user backend disconnectionTetsuya Mukawa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-11vhost-user: remove useless is_server fieldMarc-André Lureau
2016-03-11vhost-user: fix use after freeMarc-André Lureau
2016-03-11vhost-user: verify that number of queues is less than MAX_QUEUE_NUMIlya Maximets
2016-02-04net: Clean up includesPeter Maydell
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2015-12-02vhost-user: verify that number of queues is non-zeroVictor Kaplansky
2015-11-25vhost-user: set link down when the char device is closedWen Congyang