Age | Commit message (Expand) | Author |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-10-08 | net: consolidate NetClientState header files into one | Paolo Bonzini |
2012-08-01 | net: Rename VLANClientState to NetClientState | Stefan Hajnoczi |
2012-08-01 | net: Drop vlan argument to qemu_new_net_client() | Stefan Hajnoczi |
2012-08-01 | net: Use hubs for the vlan feature | Stefan Hajnoczi |
2012-07-23 | remove unused QemuOpts parameter from net init functions | Laszlo Ersek |
2012-07-23 | convert net_init_dump() to NetClientOptions | Laszlo Ersek |
2012-07-23 | convert net_client_init() to OptsVisitor | Laszlo Ersek |
2012-07-23 | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) | Laszlo Ersek |
2012-06-04 | net: purge the monitor object from all init functions | Luiz Capitulino |
2011-12-20 | net: store guest timestamp in dump file instead of time since guest startup | Hervé Poussineau |
2011-12-20 | net: truncate output file when using dump backend | Hervé Poussineau |
2011-04-15 | Use qemu-common.h or qemu-timer.h in place of sysemu.h | Blue Swirl |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster |
2010-03-16 | error: Move qemu_error & friends into their own header | Markus Armbruster |
2009-12-03 | net: convert dump to NetClientInfo | Mark McLoughlin |
2009-12-03 | net: move dump backend code from net.c to net/dump.c | Mark McLoughlin |