Sign in
qemu
/
qemu
/
5d5b33c08031cfe0e9872bde1f9dcb2215f9b30a
/
net
/
vhost-user.c
c6beefd
vhost-user: save features if the char dev is closed
by Adrian Moreno
· 5 years ago
6ab79a2
do not call vhost_net_cleanup() on running net from char user event
by Dan Streetman
· 6 years ago
0b99f22
vhost-user: simplify vhost_user_init/vhost_user_cleanup
by Marc-André Lureau
· 6 years ago
ba28889
vhost-user: support cross-endian vnet headers
by Paolo Bonzini
· 6 years ago
c67daf4
vhost-user: delete net client if necessary
by linzhecheng
· 7 years ago
4d0cf55
vhost-user: introduce shared vhost-user state
by Tiwei Bie
· 7 years ago
703878e
vhost-user: add Net prefix to internal state structure
by Tiwei Bie
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
a38a498
vhost-user: fix memory leak
by linzhecheng
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
41d4e5e
vhost-user: fix watcher need be removed when vhost-user hotplug
by Yunjian Wang
· 8 years ago
81517ba
char: add backend hotswap handler
by Anton Nefedov
· 8 years ago
1ce2610
char: make chr_fe_deinit() optionaly delete backend
by Marc-André Lureau
· 8 years ago
4d43a60
char: move CharBackend handling in char-fe unit
by Marc-André Lureau
· 8 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
2f5d45a
char: add a /chardevs container
by Marc-André Lureau
· 8 years ago
e7c83a8
vhost-user: delay vhost_user_stop
by Marc-André Lureau
· 8 years ago
e0b283e
vhost-user: delete chardev on cleanup
by Marc-André Lureau
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
39ab61c
char: remove explicit_fe_open, use a set_handlers argument
by Marc-André Lureau
· 8 years ago
c39860e
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
by Marc-André Lureau
· 8 years ago
5d30016
vhost-user: only initialize queue 0 CharBackend
by Marc-André Lureau
· 8 years ago
5345fdb
char: use qemu_chr_fe* functions with CharBackend argument
by Marc-André Lureau
· 8 years ago
7fa47e2
char: rename some frontend functions
by Marc-André Lureau
· 8 years ago
32a6ebe
char: remaining switch to CharBackend in frontend
by Marc-André Lureau
· 8 years ago
0a73336
net: don't poke at chardev internal QemuOpts
by Daniel P. Berrange
· 8 years ago
c89804d
vhost-user: wait until backend init is completed
by Marc-André Lureau
· 9 years ago
1a5b68c
vhost-user: add get_vhost_net() assertions
by Marc-André Lureau
· 9 years ago
e6bcb1b
vhost-user: keep vhost_net after a disconnection
by Marc-André Lureau
· 9 years ago
9c7d18b
vhost-user: disconnect on HUP
by Marc-André Lureau
· 9 years ago
d9d2611
vhost-user: minor simplification
by Marc-André Lureau
· 9 years ago
f394b2e
qapi: Change Netdev into a flat union
by Eric Blake
· 9 years ago
cebea51
net: use Netdev instead of NetClientOptions in client init
by Kővágó, Zoltán
· 9 years ago
69e87b3
tap: vhost busy polling support
by Jason Wang
· 9 years ago
25f0d2a
vhost-user: disable chardev handlers on close
by Paolo Bonzini
· 9 years ago
6f1de6b
char: change qemu_chr_fe_add_watch to return unsigned
by Paolo Bonzini
· 9 years ago
a463215
vhost-net: save & restore vhost-user acked features
by Marc-André Lureau
· 9 years ago
0d572af
vhost-user: disconnect on start failure
by Marc-André Lureau
· 9 years ago
a655359
vhost-user: add ability to know vhost-user backend disconnection
by Tetsuya Mukawa
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
b7fcb36
vhost-user: remove useless is_server field
by Marc-André Lureau
· 9 years ago
c1bf353
vhost-user: fix use after free
by Marc-André Lureau
· 9 years ago
fff4e48
vhost-user: verify that number of queues is less than MAX_QUEUE_NUM
by Ilya Maximets
· 9 years ago
2744d92
net: Clean up includes
by Peter Maydell
· 9 years ago
9af9e0f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 9 years ago
6f6f951
vhost-user: verify that number of queues is non-zero
by Victor Kaplansky
· 9 years ago
d39c87d
vhost-user: set link down when the char device is closed
by Wen Congyang
· 9 years ago
8d0bcba
net: Convert to new qapi union layout
by Eric Blake
· 9 years ago
3e86636
vhost user: add rarp sending after live migration for legacy guest
by Thibaut Collet
· 9 years ago
f6f5629
vhost user: add support of live migration
by Thibaut Collet
· 9 years ago
69b32a6
net: add trace_vhost_user_event
by Marc-André Lureau
· 9 years ago
b931bfb
vhost-user: add multiple queue support
by Changchun Ouyang
· 9 years ago
d345ed2
Revert "vhost-user: add multi queue support"
by Michael S. Tsirkin
· 10 years ago
89e9429
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
1e7398a
vhost: enable vhost without without MSI-X
by Pankaj Gupta
· 10 years ago
8190483
vhost-user: Improve -netdev/netdev_add/-net/... error reporting
by Markus Armbruster
· 10 years ago
71df1d8
QemuOpts: Convert qemu_opt_foreach() to Error
by Markus Armbruster
· 10 years ago
1640b20
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
28d0de7
QemuOpts: Convert qemu_opts_foreach() to Error
by Markus Armbruster
· 10 years ago
a4c7367
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
830d70d
vhost-user: add multi queue support
by Ouyang Changchun
· 10 years ago
a30ecde
net: Permit incremental conversion of init functions to Error
by Markus Armbruster
· 10 years ago
c654766
vhost: Remove superfluous '\n' around error_report()
by Gonglei
· 10 years ago
24f938a
vhost user:support vhost user nic for non msi guests
by Haifeng Gao
· 10 years ago
03ce574
Add the vhost-user netdev backend to the command line
by Nikolay Nikolaev
· 11 years ago
d314f58
Add new vhost-user netdev backend
by Nikolay Nikolaev
· 11 years ago