summaryrefslogtreecommitdiffstats
path: root/net/dump.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* netfilter: Use class propertiesEduardo Habkost2020-12-151-5/+5
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-1/+2
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-6/+4Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* net: Remove the deprecated way of dumping network packetsThomas Huth2018-03-051-100/+2Star
* object: use more specific property type namesMarc-André Lureau2017-06-201-1/+1
* net/dump: Issue a warning for the deprecated "-net dump"Thomas Huth2017-05-231-0/+3
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-3/+3
* net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán2016-07-191-3/+3
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-4/+4
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* net: Clean up includesPeter Maydell2016-02-041-0/+1
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell2016-01-111-1/+1
|\
| * net: convert qemu_log to error_report, fix messagePaolo Bonzini2016-01-111-1/+1
* | net/dump: fix nfds->filename leakLi Zhijian2016-01-111-0/+8
|/
* net: Convert to new qapi union layoutEric Blake2015-11-021-2/+2
* net/dump: Provide the dumping facility as a net-filterThomas Huth2015-10-271-1/+128
* net/dump: Separate the NetClientState from the DumpStateThomas Huth2015-10-271-25/+49
* net/dump: Rework net-dump init functionsThomas Huth2015-10-271-14/+13Star
* net/dump: Add support for receive_iov functionThomas Huth2015-10-271-3/+21
* net: remove muldiv64()Laurent Vivier2015-09-251-1/+1
* net/dump: Improve -net/host_net_add dump error reportingMarkus Armbruster2015-05-271-6/+6
* net: Permit incremental conversion of init functions to ErrorMarkus Armbruster2015-05-271-1/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-1/+1
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-6/+6
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Use hubs for the vlan featureStefan Hajnoczi2012-08-011-6/+13
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-231-2/+2
* convert net_init_dump() to NetClientOptionsLaszlo Ersek2012-07-231-4/+17
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-231-1/+2
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-1/+1
* net: store guest timestamp in dump file instead of time since guest startupHervé Poussineau2011-12-201-1/+6
* net: truncate output file when using dump backendHervé Poussineau2011-12-201-1/+1
* Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl2011-04-151-1/+1
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-2/+2
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-0/+1