summaryrefslogtreecommitdiff
path: root/net/dump.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-16net/dump: simplify timestamp calculationPeter Wu1-5/+3
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
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-2/+2
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2009-12-03net: convert dump to NetClientInfoMark McLoughlin1-21/+28
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin1-0/+151