index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
vhost-user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/vhost-user: Fix device compatibility check
Kevin Wolf
2021-10-15
1
-27
/
+14
*
vhost_net: do not assume nvqs is always 2
Jason Wang
2021-09-04
1
-0
/
+1
*
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
2021-08-05
1
-2
/
+2
*
Revert "qapi: net: Add query-netdev command"
Jason Wang
2021-04-08
1
-15
/
+3
*
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
2021-04-08
1
-1
/
+2
*
Revert "net: Do not fill legacy info_str for backends"
Jason Wang
2021-04-08
1
-0
/
+1
*
net: Do not fill legacy info_str for backends
Alexey Kirillov
2021-03-15
1
-1
/
+0
*
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
2021-03-15
1
-2
/
+1
*
qapi: net: Add query-netdev command
Alexey Kirillov
2021-03-15
1
-3
/
+15
*
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
[next]