1. c4cf681 net/dump: Avoid variable length array by Peter Maydell · 1 year, 6 months ago
  2. 481c523 net: Strip virtio-net header when dumping by Akihiko Odaki · 2 years ago
  3. 2f93d8b rtc: Move RTC function prototypes to their own header by Peter Maydell · 3 years, 3 months ago
  4. 19f4ed3 hw: Do not include qemu/log.h if it is not necessary by Thomas Huth · 4 years ago
  5. f0e34a0 netfilter: Use class properties by Eduardo Habkost · 4 years, 4 months ago
  6. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  7. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  8. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  9. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  10. dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 8 months ago
  11. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
  12. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  13. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  14. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  15. 857d208 net: Remove the deprecated way of dumping network packets by Thomas Huth · 7 years ago
  16. 1e507bb object: use more specific property type names by Marc-André Lureau · 8 years ago
  17. f5ab20a net/dump: Issue a warning for the deprecated "-net dump" by Thomas Huth · 8 years ago
  18. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  19. cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 9 years ago
  20. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  21. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  22. d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
  23. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  24. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  25. 692a551 Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-11' into staging by Peter Maydell · 9 years ago
  26. 34f22fc net: convert qemu_log to error_report, fix message by Paolo Bonzini · 9 years ago
  27. b50c7d4 net/dump: fix nfds->filename leak by Li Zhijian · 9 years ago
  28. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  29. 9d3e12e net/dump: Provide the dumping facility as a net-filter by Thomas Huth · 9 years ago
  30. 75310e3 net/dump: Separate the NetClientState from the DumpState by Thomas Huth · 9 years ago
  31. 7bc3074 net/dump: Rework net-dump init functions by Thomas Huth · 9 years ago
  32. 43192fc net/dump: Add support for receive_iov function by Thomas Huth · 9 years ago
  33. ab60b74 net: remove muldiv64() by Laurent Vivier · 10 years ago
  34. 3791f83 net/dump: Improve -net/host_net_add dump error reporting by Markus Armbruster · 10 years ago
  35. a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago
  36. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  37. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  38. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 12 years ago
  39. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  40. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  41. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 13 years ago
  42. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 13 years ago
  43. 848040d convert net_init_dump() to NetClientOptions by Laszlo Ersek · 13 years ago
  44. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 13 years ago
  45. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  46. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  47. 0fa2991 net: store guest timestamp in dump file instead of time since guest startup by Hervé Poussineau · 13 years ago
  48. 6514ed5 net: truncate output file when using dump backend by Hervé Poussineau · 13 years ago
  49. d8dfad9 Use qemu-common.h or qemu-timer.h in place of sysemu.h by Blue Swirl · 14 years ago
  50. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  51. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  52. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  53. 731d585 net: convert dump to NetClientInfo by Mark McLoughlin · 15 years ago
  54. 1abecf7 net: move dump backend code from net.c to net/dump.c by Mark McLoughlin · 15 years ago