1. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  2. d14fabd slirp: fix CharDriver breakage by Paolo Bonzini · 8 years ago
  3. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  4. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  5. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  6. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  7. b4948be char: remove init callback by Marc-André Lureau · 8 years ago
  8. 67f3280 slirp: fix segv when init failed by Marc-André Lureau · 9 years ago
  9. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  10. cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 9 years ago
  11. f6c2e66 slirp: use exit notifier for slirp_smb_cleanup by Paolo Bonzini · 9 years ago
  12. 0b11c03 slirp: Allow disabling IPv4 or IPv6 by Samuel Thibault · 9 years ago
  13. 5b8e6b4 Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging by Peter Maydell · 9 years ago
  14. d8eb386 Rework ipv6 options by Samuel Thibault · 9 years ago
  15. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  16. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  17. 7aac531 qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses by Yann Bordenave · 9 years ago
  18. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  19. f853ac6 net/slirp: Tell the users when they are using deprecated options by Thomas Huth · 9 years ago
  20. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  21. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  22. 8b8f1c7 slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4037) by Michael Tokarev · 10 years ago
  23. a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago
  24. 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
  25. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  26. 58889fe net: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  27. 7a8919d net/slirp: fix memory leak by Gonglei · 10 years ago
  28. 7912d04 slirp/smbd: modify/set several parameters in generated smbd.conf by Peter Wu · 10 years ago
  29. 44d8d2b net/slirp: specify logbase for smbd by Michael Tokarev · 10 years ago
  30. 7038166 slirp: Honour vlan/stack in hostfwd_remove commands by Peter Maydell · 11 years ago
  31. b739ef0 slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack by Peter Maydell · 11 years ago
  32. b87b8a8 slirp/smb: Move ncalrpc directory to tmp by Michael Buesch · 11 years ago
  33. 5c1e189 slirp smb with modern win guests when samba is also running on host by Michael Tokarev · 11 years ago
  34. c2804ee qemu/slirp: Fix SMB security configuration on newer samba versions by Michael Buesch · 11 years ago
  35. 68756ba fix -net user checks by reordering checks by Bas van Sisseren · 12 years ago
  36. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  37. 456d606 qemu-char: Call fe_claim / fe_release when not using qdev chr properties by Hans de Goede · 12 years ago
  38. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  39. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  40. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  41. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  42. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  43. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  44. 63d2960 slirp: Add domain-search option to slirp's DHCP server by Klaus Stengel · 12 years ago
  45. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 13 years ago
  46. 427a1a2 qapi: avoid reserved keywords by Blue Swirl · 13 years ago
  47. 691a4f3 net: determine if packets can be sent before net queue deliver packets by Zhi Yong Wu · 13 years ago
  48. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  49. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  50. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  51. 90d87a3 net: Look up 'vlan' net clients using hubs by Stefan Hajnoczi · 13 years ago
  52. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 13 years ago
  53. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 13 years ago
  54. 094f15c convert net_init_slirp() to NetClientOptions by Laszlo Ersek · 13 years ago
  55. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 13 years ago
  56. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  57. 22a61f3 slirp: Improve error reporting of inaccessible smb directories by Jan Kiszka · 13 years ago
  58. 927d811 slirp: Ensure smbd and shared directory exist when enable smb by Dunrong Huang · 13 years ago
  59. b412eb6 slirp: add 'cmd:' target for guestfwd by Alexander Graf · 13 years ago
  60. 1cb1c5d slirp: Enforce host-side user of smb share by Jan Kiszka · 13 years ago
  61. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  62. 276eda5 Declare state directory in smb.conf by Nikolaus Rath · 13 years ago
  63. de305b1 slirp: don't use "smb ports = 0" option by Nikolaus Rath · 13 years ago
  64. b15ba6c slirp: Fix typo in net_slirp_hostfwd_remove by Geoffrey Thomas · 13 years ago
  65. e30e5eb slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep() by Markus Armbruster · 13 years ago
  66. e2d8830 Allow overriding the location of Samba's smbd. by Brad · 14 years ago
  67. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
  68. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  69. 6f7b3b1 net: Refactor net_client_types by Jan Kiszka · 14 years ago
  70. c54ed5b slirp: Canonicalize restrict syntax by Jan Kiszka · 14 years ago
  71. a989999 slirp: fix guestfwd id by Alexander Graf · 14 years ago
  72. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  73. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  74. 24ac07d slirp: check system() success by Juan Quintela · 15 years ago
  75. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  76. 28b150b Fix BSD build by Blue Swirl · 15 years ago
  77. 5a01e99 net/slirp.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  78. ce20b5b net: convert slirp to NetClientInfo by Mark McLoughlin · 15 years ago
  79. 68ac40d net: move slirp code from net.c to net/slirp.c by Mark McLoughlin · 15 years ago