index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vhost-user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
1
-2
/
+2
2020-01-07
vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
1
-0
/
+5
2019-10-05
vhost-user: save features if the char dev is closed
Adrian Moreno
1
-0
/
+4
2019-05-20
do not call vhost_net_cleanup() on running net from char user event
Dan Streetman
1
-1
/
+0
2019-03-12
vhost-user: simplify vhost_user_init/vhost_user_cleanup
Marc-André Lureau
1
-9
/
+4
2019-02-21
vhost-user: support cross-endian vnet headers
Paolo Bonzini
1
-0
/
+13
2018-06-15
vhost-user: delete net client if necessary
linzhecheng
1
-0
/
+3
2018-05-24
vhost-user: introduce shared vhost-user state
Tiwei Bie
1
-8
/
+36
2018-05-23
vhost-user: add Net prefix to internal state structure
Tiwei Bie
1
-19
/
+19
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-03-01
vhost-user: fix memory leak
linzhecheng
1
-0
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-08-02
vhost-user: fix watcher need be removed when vhost-user hotplug
Yunjian Wang
1
-0
/
+4
2017-07-14
char: add backend hotswap handler
Anton Nefedov
1
-3
/
+4
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
1
-4
/
+1
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-04
char: add a /chardevs container
Marc-André Lureau
1
-1
/
+1
2017-02-28
vhost-user: delay vhost_user_stop
Marc-André Lureau
1
-7
/
+46
2017-02-01
vhost-user: delete chardev on cleanup
Marc-André Lureau
1
-0
/
+3
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-5
/
+5
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-6
/
+2
2016-10-24
vhost-user: only initialize queue 0 CharBackend
Marc-André Lureau
1
-16
/
+13
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-9
/
+12
2016-10-24
char: rename some frontend functions
Marc-André Lureau
1
-2
/
+2
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
1
-12
/
+15
2016-10-10
net: don't poke at chardev internal QemuOpts
Daniel P. Berrange
1
-34
/
+7
2016-07-29
vhost-user: wait until backend init is completed
Marc-André Lureau
1
-2
/
+16
2016-07-29
vhost-user: add get_vhost_net() assertions
Marc-André Lureau
1
-0
/
+2
2016-07-29
vhost-user: keep vhost_net after a disconnection
Marc-André Lureau
1
-17
/
+19
2016-07-29
vhost-user: disconnect on HUP
Marc-André Lureau
1
-5
/
+1
2016-07-29
vhost-user: minor simplification
Marc-André Lureau
1
-2
/
+1
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-10
/
+10
2016-07-19
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
1
-3
/
+3
2016-07-07
tap: vhost busy polling support
Jason Wang
1
-0
/
+1
2016-06-29
vhost-user: disable chardev handlers on close
Paolo Bonzini
1
-0
/
+5
2016-06-29
char: change qemu_chr_fe_add_watch to return unsigned
Paolo Bonzini
1
-1
/
+1
2016-06-17
vhost-net: save & restore vhost-user acked features
Marc-André Lureau
1
-0
/
+10
2016-06-17
vhost-user: disconnect on start failure
Marc-André Lureau
1
-1
/
+2
2016-06-17
vhost-user: add ability to know vhost-user backend disconnection
Tetsuya Mukawa
1
-0
/
+19
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-1
/
+1
2016-03-11
vhost-user: remove useless is_server field
Marc-André Lureau
1
-2
/
+0
2016-03-11
vhost-user: fix use after free
Marc-André Lureau
1
-1
/
+6
2016-03-11
vhost-user: verify that number of queues is less than MAX_QUEUE_NUM
Ilya Maximets
1
-2
/
+3
2016-02-04
net: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-3
/
+3
2015-12-02
vhost-user: verify that number of queues is non-zero
Victor Kaplansky
1
-0
/
+5
2015-11-25
vhost-user: set link down when the char device is closed
Wen Congyang
1
-1
/
+1
[next]