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