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