Age | Commit message (Expand) | Author | Files | Lines |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -2/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -1/+2 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 1 | -6/+4 |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 1 | -2/+1 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -2/+2 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+1 |
2018-03-05 | net: Remove the deprecated way of dumping network packets | Thomas Huth | 1 | -100/+2 |
2017-06-20 | object: use more specific property type names | Marc-André Lureau | 1 | -1/+1 |
2017-05-23 | net/dump: Issue a warning for the deprecated "-net dump" | Thomas Huth | 1 | -0/+3 |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake | 1 | -3/+3 |
2016-07-19 | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán | 1 | -3/+3 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake | 1 | -1/+1 |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake | 1 | -4/+4 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -2/+2 |
2016-02-04 | net: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-11 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1... | Peter Maydell | 1 | -1/+1 |
2016-01-11 | net: convert qemu_log to error_report, fix message | Paolo Bonzini | 1 | -1/+1 |
2016-01-11 | net/dump: fix nfds->filename leak | Li Zhijian | 1 | -0/+8 |
2015-11-02 | net: Convert to new qapi union layout | Eric Blake | 1 | -2/+2 |
2015-10-27 | net/dump: Provide the dumping facility as a net-filter | Thomas Huth | 1 | -1/+128 |
2015-10-27 | net/dump: Separate the NetClientState from the DumpState | Thomas Huth | 1 | -25/+49 |
2015-10-27 | net/dump: Rework net-dump init functions | Thomas Huth | 1 | -14/+13 |
2015-10-27 | net/dump: Add support for receive_iov function | Thomas Huth | 1 | -3/+21 |
2015-09-25 | net: remove muldiv64() | Laurent Vivier | 1 | -1/+1 |
2015-05-27 | net/dump: Improve -net/host_net_add dump error reporting | Markus Armbruster | 1 | -6/+6 |
2015-05-27 | net: Permit incremental conversion of init functions to Error | Markus Armbruster | 1 | -1/+2 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -3/+3 |
2012-10-08 | net: consolidate NetClientState header files into one | Paolo Bonzini | 1 | -1/+1 |
2012-08-01 | net: Rename VLANClientState to NetClientState | Stefan Hajnoczi | 1 | -6/+6 |
2012-08-01 | net: Drop vlan argument to qemu_new_net_client() | Stefan Hajnoczi | 1 | -1/+1 |
2012-08-01 | net: Use hubs for the vlan feature | Stefan Hajnoczi | 1 | -6/+13 |
2012-07-23 | remove unused QemuOpts parameter from net init functions | Laszlo Ersek | 1 | -2/+2 |
2012-07-23 | convert net_init_dump() to NetClientOptions | Laszlo Ersek | 1 | -4/+17 |
2012-07-23 | convert net_client_init() to OptsVisitor | Laszlo Ersek | 1 | -1/+2 |
2012-07-23 | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) | Laszlo Ersek | 1 | -1/+1 |
2012-06-04 | net: purge the monitor object from all init functions | Luiz Capitulino | 1 | -1/+1 |
2011-12-20 | net: store guest timestamp in dump file instead of time since guest startup | Hervé Poussineau | 1 | -1/+6 |
2011-12-20 | net: truncate output file when using dump backend | Hervé Poussineau | 1 | -1/+1 |
2011-04-15 | Use qemu-common.h or qemu-timer.h in place of sysemu.h | Blue Swirl | 1 | -1/+1 |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini | 1 | -1/+1 |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster | 1 | -2/+2 |
2010-03-16 | error: Move qemu_error & friends into their own header | Markus Armbruster | 1 | -0/+1 |
2009-12-03 | net: convert dump to NetClientInfo | Mark McLoughlin | 1 | -21/+28 |
2009-12-03 | net: move dump backend code from net.c to net/dump.c | Mark McLoughlin | 1 | -0/+151 |