1. 357088b hw/net/xilinx_axienet: Rename StreamSlave as StreamSink by Philippe Mathieu-Daudé · 4 years, 5 months ago
  2. cfbef3f hw/core/stream: Rename StreamSlave as StreamSink by Philippe Mathieu-Daudé · 4 years, 5 months ago
  3. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 5 months ago
  4. 7c0ae0a xilinx_axienet: Use typedef name for instance_size by Eduardo Habkost · 4 years, 6 months ago
  5. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  6. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  7. 0445fab hw/net/xilinx_axienet: Remove unused code by Philippe Mathieu-Daudé · 4 years, 6 months ago
  8. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  9. 2726dc5 hw: Fix error API violation around object_property_set_link() by Markus Armbruster · 4 years, 8 months ago
  10. 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 8 months ago
  11. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  12. 2a4f263 hw/net/xilinx_axienet: Handle fragmented packets from DMA by Edgar E. Iglesias · 4 years, 10 months ago
  13. 51b1995 hw/core: stream: Add an end-of-packet flag by Edgar E. Iglesias · 4 years, 10 months ago
  14. da59e17 hw/net/xilinx_axienet: Remove unncessary cast by Edgar E. Iglesias · 4 years, 10 months ago
  15. 0d9047c hw/net/xilinx_axienet: Cleanup stream->push assignment by Edgar E. Iglesias · 4 years, 10 months ago
  16. 3e2a0cb hw/net/xilinx_axienet: Auto-clear PHY Autoneg by Edgar E. Iglesias · 4 years, 10 months ago
  17. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  18. 65da914 hw/net/xilinx_axi: Use object_initialize_child for correct ref. counting by Philippe Mathieu-Daudé · 5 years ago
  19. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  20. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  21. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  22. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  23. 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
  24. 26cfb11 xilinx_axienet: Convert to DEFINE_PROP_LINK by Fam Zheng · 7 years ago
  25. a9859c9 xilinx: Fix latent error handling bug by Eduardo Habkost · 8 years ago
  26. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  27. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  28. e8d4046 hw/net: Clean up includes by Peter Maydell · 9 years ago
  29. f9f7492 axienet: Flush queued packets when rx is done by Fam Zheng · 10 years ago
  30. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  31. 57407ea net: remove all cleanup methods from NIC NetClientInfos by Paolo Bonzini · 10 years ago
  32. 2f719f1 hw: Consistently name Error * objects err, and not errp by Markus Armbruster · 11 years ago
  33. 93156ce Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' into staging by Peter Maydell · 11 years ago
  34. 24c12b7 xilinx: Fix typo in comment (Marvel -> Marvell) by Stefan Weil · 11 years ago
  35. f663faa net: xilinx_axienet.c: Add phy soft reset bit clearing by Nathan Rossi · 11 years ago
  36. 39f72ef qom: Add check() argument to object_property_add_link() by Stefan Hajnoczi · 11 years ago
  37. 9561fda qom: Make QOM link property unref optional by Stefan Hajnoczi · 11 years ago
  38. 5433a0a hw: Remove assert_no_error usages by Peter Crosthwaite · 11 years ago
  39. 213f0c4 qom: Pass available size to object_initialize() by Andreas Färber · 11 years ago
  40. eedfac6 hw/n*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  41. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  42. 4e298e4 xilinx_axienet: Fix bit mask code by Stefan Weil · 12 years ago
  43. 42bb9c9 stream: Remove app argument hack by Peter Crosthwaite · 12 years ago
  44. 3630ae9 xilinx_axienet/dma: Implement rx path flow control by Peter Crosthwaite · 12 years ago
  45. 35e60bf stream: Add flow control API by Peter Crosthwaite · 12 years ago
  46. 55b3e0c xilinx_axienet: Create Proxy object for stream by Peter Crosthwaite · 12 years ago
  47. b2d9dfe xilinx_axienet: converted init->realize by Peter Crosthwaite · 12 years ago
  48. 9ee0ceb xilinx_axienet: Register reset properly by Peter Crosthwaite · 12 years ago
  49. f0e7a81 xilinx_axienet: Defined and use type cast macro by Peter Crosthwaite · 12 years ago
  50. 545129e xilinx_axienet: typedef XilinxAXIEnet struct by Peter Crosthwaite · 12 years ago
  51. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/xilinx_axienet.c]
  52. 4dbb9ed xilinx_axienet: pump events as appropriate by Peter Crosthwaite · 12 years ago
  53. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  54. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  55. b15aaca xilinx_axienet.c: Assert no error when making link by Peter Crosthwaite · 12 years ago
  56. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  57. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  58. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  59. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  60. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  61. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  62. d4d230d xilinx_axienet: Implement R_IS behaviour by Peter Crosthwaite · 12 years ago
  63. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  64. 669b498 xilinx_axi*: Re-implemented interconnect by Peter A. G. Crosthwaite · 13 years ago
  65. a1e64eb xilinx_axienet: avoid useless self-assignment by Blue Swirl · 13 years ago
  66. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  67. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  68. cec6f8c xilinx_axienet: changed device name by Peter A. G. Crosthwaite · 13 years ago
  69. ab034c2 xilinx_axienet: droped the c_ on parameters by Peter A. G. Crosthwaite · 13 years ago
  70. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  71. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  72. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  73. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  74. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  75. 0dc31f3 xilinx_axienet: convert to memory API by Avi Kivity · 13 years ago
  76. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  77. 93f1e40 xilinx: Add AXIENET & DMA models by Edgar E. Iglesias · 14 years ago