| Commit message (Expand) | Author | Age | Files | Lines |
* | vhost-user: save features of multiqueues if chardev is closed | haibinzhang(张海斌) | 2020-09-29 | 1 | -3/+7 |
* | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé | 2020-01-08 | 1 | -2/+2 |
* | vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandler | Philippe Mathieu-Daudé | 2020-01-07 | 1 | -0/+5 |
* | vhost-user: save features if the char dev is closed | Adrian Moreno | 2019-10-05 | 1 | -0/+4 |
* | do not call vhost_net_cleanup() on running net from char user event | Dan Streetman | 2019-05-21 | 1 | -1/+0 |
* | vhost-user: simplify vhost_user_init/vhost_user_cleanup | Marc-André Lureau | 2019-03-13 | 1 | -9/+4 |
* | vhost-user: support cross-endian vnet headers | Paolo Bonzini | 2019-02-21 | 1 | -0/+13 |
* | vhost-user: delete net client if necessary | linzhecheng | 2018-06-15 | 1 | -0/+3 |
* | vhost-user: introduce shared vhost-user state | Tiwei Bie | 2018-05-24 | 1 | -8/+36 |
* | vhost-user: add Net prefix to internal state structure | Tiwei Bie | 2018-05-23 | 1 | -19/+19 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | vhost-user: fix memory leak | linzhecheng | 2018-03-01 | 1 | -0/+1 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | vhost-user: fix watcher need be removed when vhost-user hotplug | Yunjian Wang | 2017-08-01 | 1 | -0/+4 |
* | char: add backend hotswap handler | Anton Nefedov | 2017-07-14 | 1 | -3/+4 |
* | char: make chr_fe_deinit() optionaly delete backend | Marc-André Lureau | 2017-06-02 | 1 | -4/+1 |
* | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | chardev: move headers to include/chardev | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | char: add a /chardevs container | Marc-André Lureau | 2017-05-04 | 1 | -1/+1 |
* | vhost-user: delay vhost_user_stop | Marc-André Lureau | 2017-02-28 | 1 | -7/+46 |
* | vhost-user: delete chardev on cleanup | Marc-André Lureau | 2017-02-01 | 1 | -0/+3 |
* | char: rename CharDriverState Chardev | Marc-André Lureau | 2017-01-27 | 1 | -5/+5 |
* | char: remove explicit_fe_open, use a set_handlers argument | Marc-André Lureau | 2016-10-24 | 1 | -1/+1 |
* | char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit | Marc-André Lureau | 2016-10-24 | 1 | -6/+2 |
* | vhost-user: only initialize queue 0 CharBackend | Marc-André Lureau | 2016-10-24 | 1 | -16/+13 |
* | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau | 2016-10-24 | 1 | -9/+12 |
* | char: rename some frontend functions | Marc-André Lureau | 2016-10-24 | 1 | -2/+2 |
* | char: remaining switch to CharBackend in frontend | Marc-André Lureau | 2016-10-24 | 1 | -12/+15 |
* | net: don't poke at chardev internal QemuOpts | Daniel P. Berrange | 2016-10-10 | 1 | -34/+7 |
* | vhost-user: wait until backend init is completed | Marc-André Lureau | 2016-07-28 | 1 | -2/+16 |
* | vhost-user: add get_vhost_net() assertions | Marc-André Lureau | 2016-07-28 | 1 | -0/+2 |
* | vhost-user: keep vhost_net after a disconnection | Marc-André Lureau | 2016-07-28 | 1 | -17/+19 |
* | vhost-user: disconnect on HUP | Marc-André Lureau | 2016-07-28 | 1 | -5/+1 |
* | vhost-user: minor simplification | Marc-André Lureau | 2016-07-28 | 1 | -2/+1 |
* | qapi: Change Netdev into a flat union | Eric Blake | 2016-07-19 | 1 | -10/+10 |
* | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán | 2016-07-19 | 1 | -3/+3 |
* | tap: vhost busy polling support | Jason Wang | 2016-07-07 | 1 | -0/+1 |
* | vhost-user: disable chardev handlers on close | Paolo Bonzini | 2016-06-29 | 1 | -0/+5 |
* | char: change qemu_chr_fe_add_watch to return unsigned | Paolo Bonzini | 2016-06-29 | 1 | -1/+1 |
* | vhost-net: save & restore vhost-user acked features | Marc-André Lureau | 2016-06-17 | 1 | -0/+10 |
* | vhost-user: disconnect on start failure | Marc-André Lureau | 2016-06-17 | 1 | -1/+2 |
* | vhost-user: add ability to know vhost-user backend disconnection | Tetsuya Mukawa | 2016-06-17 | 1 | -0/+19 |
* | qapi: Don't special-case simple union wrappers | Eric Blake | 2016-03-18 | 1 | -1/+1 |
* | vhost-user: remove useless is_server field | Marc-André Lureau | 2016-03-11 | 1 | -2/+0 |
* | vhost-user: fix use after free | Marc-André Lureau | 2016-03-11 | 1 | -1/+6 |
* | vhost-user: verify that number of queues is less than MAX_QUEUE_NUM | Ilya Maximets | 2016-03-11 | 1 | -2/+3 |
* | net: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster | 2016-01-13 | 1 | -3/+3 |
* | vhost-user: verify that number of queues is non-zero | Victor Kaplansky | 2015-12-02 | 1 | -0/+5 |