1. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  2. 3af6eb8 etraxfs: remove PROP_PTR usage by Marc-André Lureau · 5 years ago
  3. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  4. 56dff42 net: etraxfs_eth: add a reset method by Cédric Le Goater · 6 years ago
  5. c24828b net: etraxfs_eth: convert SysBus init method to a realize method by Cédric Le Goater · 6 years ago
  6. 4b46fdd hw/net/etraxfs_eth: Convert printf() calls to trace events by Philippe Mathieu-Daudé · 7 years ago
  7. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  8. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  9. e8d4046 hw/net: Clean up includes by Peter Maydell · 9 years ago
  10. 5a8de10 etraxfs_eth: Don't use hw_error() in init() method by Markus Armbruster · 9 years ago
  11. da69028 etraxfs_eth: Drop eth_can_receive by Fam Zheng · 10 years ago
  12. 57407ea net: remove all cleanup methods from NIC NetClientInfos by Paolo Bonzini · 10 years ago
  13. 1b111dc hw: cannot_instantiate_with_device_add_yet due to pointer props by Markus Armbruster · 11 years ago
  14. 5807649 etraxfs_eth: Rename fs_eth to ETRAXFSEthState by Andreas Färber · 11 years ago
  15. 8784dfa etraxfs_eth: QOM cast cleanup by Andreas Färber · 11 years ago
  16. eedfac6 hw/n*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  17. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  18. d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/etraxfs_eth.c]
  19. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  20. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  21. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  22. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  23. 9fc7577 trivial: etraxfs_eth: Eliminate checkpatch errors by Grant Likely · 12 years ago
  24. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  25. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  26. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  27. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 12 years ago
  28. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 12 years ago
  29. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  30. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  31. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  32. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  33. 73a511d etraxfs-dma: Model metadata and eop by Lars Persson · 13 years ago
  34. 0eeb06b etraxfs_eth: drop bogus cpu_unregister_io_memory() by Avi Kivity · 13 years ago
  35. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  36. 06dccb8 etrax-eth: Convert to MemoryRegion by Edgar E. Iglesias · 13 years ago
  37. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  38. d949396 etrax: QDevify the Ethernet MAC. by Edgar E. Iglesias · 13 years ago
  39. 1da005b etrax: Allocate DMA connections at board level. by Edgar E. Iglesias · 13 years ago
  40. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 13 years ago
  41. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  42. 9e84a47 etraxfs_eth: correct use of ! and & by Blue Swirl · 14 years ago
  43. cdcf9153 etrax: Update ethernet mgm-ctrl reg on writes by Edgar E. Iglesias · 14 years ago
  44. 0d84be5 cris: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  45. 163bf3a net: convert etrax to NICState by Mark McLoughlin · 15 years ago
  46. e13b10b net: remove NICInfo::vc by Mark McLoughlin · 15 years ago
  47. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  48. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  49. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  50. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  51. 99a0949 Get rid of _t suffix by malc · 15 years ago
  52. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  53. ae50b27 Don't leak VLANClientState on PCI hot remove by Mark McLoughlin · 16 years ago
  54. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  55. ba49431 etrax: Don't pass CPUState to peripherals. by Edgar E. Iglesias · 16 years ago
  56. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  57. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  58. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  59. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  60. 678fdca etrax: Remove unused eth irq line. by Edgar E. Iglesias · 16 years ago
  61. 4af6e40 ETRAX: Correct setting of ethernet station address. by Edgar E. Iglesias · 16 years ago
  62. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  63. cc53adb CRIS: Fix remaining build warnings. by edgar_igl · 16 years ago
  64. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  65. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  66. 94410b7 ETRAX: Let the ethernet PHY report the current link-state. by edgar_igl · 16 years ago
  67. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  68. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  69. 35ef81d ETRAX: Correct size of control-register area. by edgar_igl · 16 years ago
  70. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  71. aa25cf4 ETRAX-FS: Drop DMA polling for ethernet. by edgar_igl · 16 years ago
  72. c648826 ETRAX-FS: Correct ethernet PHY diagnostics register reads. by edgar_igl · 16 years ago
  73. d27b2e5 Avoid refering to CRIS specific cpu-state to be able to use these blocks with other cores. by edgar_igl · 17 years ago
  74. d297f46 Avoid CRIS related warnings by Jan Kiszka. by edgar_igl · 17 years ago
  75. 9bcd77d ETRAX: Avoid compiler warning. by edgar_igl · 17 years ago
  76. f6953f1 ETRAX: Add support for the ethernet receivers dest addr filters. by edgar_igl · 17 years ago
  77. 2e56350 ETRAX: Add some kind of support for simulating 802.3 auto-negotiation. by edgar_igl · 17 years ago
  78. a3ea5df Add limited support for the etrax ethernet controller. by edgar_igl · 17 years ago