aboutsummaryrefslogtreecommitdiff
path: root/net/dump.c
AgeCommit message (Expand)Author
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2020-12-15netfilter: Use class propertiesEduardo Habkost
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-05net: Remove the deprecated way of dumping network packetsThomas Huth
2017-06-20object: use more specific property type namesMarc-André Lureau
2017-05-23net/dump: Issue a warning for the deprecated "-net dump"Thomas Huth
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04net: Clean up includesPeter Maydell
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell
2016-01-11net: convert qemu_log to error_report, fix messagePaolo Bonzini
2016-01-11net/dump: fix nfds->filename leakLi Zhijian
2015-11-02net: Convert to new qapi union layoutEric Blake
2015-10-27net/dump: Provide the dumping facility as a net-filterThomas Huth
2015-10-27net/dump: Separate the NetClientState from the DumpStateThomas Huth
2015-10-27net/dump: Rework net-dump init functionsThomas Huth
2015-10-27net/dump: Add support for receive_iov functionThomas Huth
2015-09-25net: remove muldiv64()Laurent Vivier
2015-05-27net/dump: Improve -net/host_net_add dump error reportingMarkus Armbruster
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek
2012-07-23convert net_init_dump() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2011-12-20net: store guest timestamp in dump file instead of time since guest startupHervé Poussineau
2011-12-20net: truncate output file when using dump backendHervé Poussineau
2011-04-15Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster