summaryrefslogtreecommitdiffstats
path: root/net/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+13
* 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
* net: convert dump to NetClientInfoMark McLoughlin2009-12-031-21/+28
* net: move dump backend code from net.c to net/dump.cMark McLoughlin2009-12-031-0/+151
OpenPOWER on IntegriCloud