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