Sign in
qemu
/
qemu
/
76a691f1af65f64d070ace531adef01fe187e29a
/
net
/
dump.c
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
857d208
net: Remove the deprecated way of dumping network packets
by Thomas Huth
· 7 years ago
1e507bb
object: use more specific property type names
by Marc-André Lureau
· 8 years ago
f5ab20a
net/dump: Issue a warning for the deprecated "-net dump"
by Thomas Huth
· 8 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
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
d7bce99
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
2744d92
net: Clean up includes
by Peter Maydell
· 9 years ago
692a551
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-11' into staging
by Peter Maydell
· 9 years ago
34f22fc
net: convert qemu_log to error_report, fix message
by Paolo Bonzini
· 9 years ago
b50c7d4
net/dump: fix nfds->filename leak
by Li Zhijian
· 9 years ago
8d0bcba
net: Convert to new qapi union layout
by Eric Blake
· 9 years ago
9d3e12e
net/dump: Provide the dumping facility as a net-filter
by Thomas Huth
· 9 years ago
75310e3
net/dump: Separate the NetClientState from the DumpState
by Thomas Huth
· 9 years ago
7bc3074
net/dump: Rework net-dump init functions
by Thomas Huth
· 9 years ago
43192fc
net/dump: Add support for receive_iov function
by Thomas Huth
· 9 years ago
ab60b74
net: remove muldiv64()
by Laurent Vivier
· 9 years ago
3791f83
net/dump: Improve -net/host_net_add dump error reporting
by Markus Armbruster
· 10 years ago
a30ecde
net: Permit incremental conversion of init functions to Error
by Markus Armbruster
· 10 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
a245fc1
net: consolidate NetClientState header files into one
by Paolo Bonzini
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
ab5f3f8
net: Drop vlan argument to qemu_new_net_client()
by Stefan Hajnoczi
· 13 years ago
d33d93b
net: Use hubs for the vlan feature
by Stefan Hajnoczi
· 13 years ago
1a0c095
remove unused QemuOpts parameter from net init functions
by Laszlo Ersek
· 13 years ago
848040d
convert net_init_dump() to NetClientOptions
by Laszlo Ersek
· 13 years ago
6687b79
convert net_client_init() to OptsVisitor
by Laszlo Ersek
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 13 years ago
42dcc54
net: purge the monitor object from all init functions
by Luiz Capitulino
· 13 years ago
0fa2991
net: store guest timestamp in dump file instead of time since guest startup
by Hervé Poussineau
· 13 years ago
6514ed5
net: truncate output file when using dump backend
by Hervé Poussineau
· 13 years ago
d8dfad9
Use qemu-common.h or qemu-timer.h in place of sysemu.h
by Blue Swirl
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
2f79201
error: Move qemu_error & friends into their own header
by Markus Armbruster
· 15 years ago
731d585
net: convert dump to NetClientInfo
by Mark McLoughlin
· 15 years ago
1abecf7
net: move dump backend code from net.c to net/dump.c
by Mark McLoughlin
· 15 years ago