Daniel P. Berrange
|
e7b347d0bf
net: detect errors from probing vnet hdr flag for TAP devices
|
5 years ago |
Markus Armbruster
|
d5938f29fe
Clean up inclusion of sysemu/sysemu.h
|
6 years ago |
Markus Armbruster
|
a8d2532645
Include qemu-common.h exactly where needed
|
6 years ago |
Alistair Francis
|
3dc6f86936
Convert error_report() to warn_report()
|
8 years ago |
Veronia Bahaa
|
f348b6d1a5
util: move declarations out of qemu-common.h
|
9 years ago |
Markus Armbruster
|
da34e65cb4
include/qemu/osdep.h: Don't include qapi/error.h
|
9 years ago |
Peter Maydell
|
2744d9207f
net: Clean up includes
|
9 years ago |
John Snow
|
594fd21102
trivial: remove trailing newline from error_report
|
10 years ago |
Greg Kurz
|
c80cd6bb9c
tap: add VNET_LE/VNET_BE operations
|
10 years ago |
Markus Armbruster
|
47896e2fd3
tap-linux: Convert tap_open() to Error
|
10 years ago |
Markus Armbruster
|
468dd82408
tap: Permit incremental conversion of tap_open() to Error
|
10 years ago |
Markus Armbruster
|
80b832c300
tap: Convert tap_set_sndbuf() to Error
|
10 years ago |
Kusanagi Kouichi
|
1f149e721f
tap-linux: Get features once and use it many times
|
11 years ago |
Peter Lieven
|
d26e445c80
tap: set IFF_ONE_QUEUE per default
|
12 years ago |
Jason Wang
|
264986e2c8
tap: multiqueue support
|
12 years ago |
Jason Wang
|
e5dc0b402e
tap: introduce a helper to get the name of an interface
|
12 years ago |
Jason Wang
|
94fdc6d030
tap: add Linux multiqueue support
|
12 years ago |
Jason Wang
|
28a65891a0
net: tap: use abort() instead of assert(0)
|
12 years ago |
Paolo Bonzini
|
9c17d615a6
softmmu: move include files to include/sysemu/
|
12 years ago |
Paolo Bonzini
|
1de7afc984
misc: move include files to include/qemu/
|
12 years ago |
Paolo Bonzini
|
1422e32db5
net: reorganize headers
|
13 years ago |
Michael S. Tsirkin
|
89e6d68ef3
tap: reset vnet header size on open
|
12 years ago |
Laszlo Ersek
|
08c573a8d1
convert net_init_tap() to NetClientOptions
|
13 years ago |
Luiz Capitulino
|
93a7320e32
net: tap-linux: Fix unhelpful error message
|
14 years ago |
Michael S. Tsirkin
|
f157ed202e
tap: safe sndbuf default
|
14 years ago |
Michael S. Tsirkin
|
445d892f43
tap: add APIs for vnet header length
|
15 years ago |
Michael Tokarev
|
91ca60e012
give some useful error messages when tap open
|
15 years ago |
Markus Armbruster
|
1ecda02b24
error: Replace qemu_error() by error_report()
|
15 years ago |
Markus Armbruster
|
2f7920166d
error: Move qemu_error & friends into their own header
|
15 years ago |
Pierre Riteau
|
2e50326c44
net: check for TUNSETOFFLOAD support before trying to enable offload features
|
15 years ago |