1. e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 6 months ago
  2. 1de81b4 hw/net: Constify VMState by Richard Henderson · 1 year, 2 months ago
  3. 7d0fefd net: Provide MemReentrancyGuard * to qemu_new_nic() by Akihiko Odaki · 1 year, 9 months ago
  4. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible 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. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  8. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  9. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  10. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  11. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  12. b11ff5e net: stellaris_enet: add a reset method by Cédric Le Goater · 6 years ago
  13. bb4d585 net: stellaris_enet: convert SysBus init method to a realize method by Cédric Le Goater · 6 years ago
  14. f6de995 hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error by Philippe Mathieu-Daudé · 7 years ago
  15. 5786e35 hw/net/stellaris_enet: Fix a typo by Philippe Mathieu-Daudé · 7 years ago
  16. d05a862 arm: stellaris: make MII accesses complete immediately by Michael Davidsaver · 8 years ago
  17. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  18. 3a15cc0 net: stellaris_enet: check packet length against receive buffer by Prasad J Pandit · 9 years ago
  19. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  20. 1ef4a60 stellaris_enet: Flush queued packets when read done by Fam Zheng · 10 years ago
  21. 57407ea net: remove all cleanup methods from NIC NetClientInfos by Paolo Bonzini · 10 years ago
  22. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  23. 2e11986 hw/net/stellaris_enet: Convert to vmstate by Peter Maydell · 11 years ago
  24. 889ac2a hw/net/stellaris_enet: Get rid of rx_fifo pointer by Peter Maydell · 11 years ago
  25. eacd606 hw/net/stellaris_enet: Fix debug format strings by Peter Maydell · 11 years ago
  26. a9171c4 hw/net/stellaris_enet: Correctly implement the TR and THR registers by Peter Maydell · 11 years ago
  27. c6fa443 hw/net/stellaris_enet: Rewrite tx fifo handling code by Peter Maydell · 11 years ago
  28. 7fd5f06 hw/net/stellaris_enet: Correct handling of packet padding by Peter Maydell · 11 years ago
  29. 5c10495 hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrun by Peter Maydell · 11 years ago
  30. 106a73b hw/net/stellaris_enet: Avoid unintended sign extension by Peter Maydell · 11 years ago
  31. 0618db4 stellaris_enet: Fix NetClientInfo::cleanup by Andreas Färber · 12 years ago
  32. 2fa30ab stellaris_enet: QOM cast cleanup by Andreas Färber · 12 years ago
  33. eedfac6 hw/n*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  34. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  35. d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/stellaris_enet.c]
  36. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  37. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  38. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  39. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  40. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  41. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  42. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  43. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  44. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  45. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  46. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  47. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  48. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  49. f070e1e stellaris_enet: convert to memory API by Avi Kivity · 14 years ago
  50. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  51. 58160ba stellaris_enet: convert to memory API by Avi Kivity · 14 years ago
  52. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  53. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  54. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  55. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  56. 8c9b63b net: convert stellaris to NICState by Mark McLoughlin · 15 years ago
  57. 540f006 stellaris_enet: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  58. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  59. 99a0949 Get rid of _t suffix by malc · 15 years ago
  60. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  61. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  62. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  63. 57b452a Fix stellaris ethernet by Paul Brook · 16 years ago
  64. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  65. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  66. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  67. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  68. a558046 Stellaris ethernet qdev conversion by Paul Brook · 16 years ago
  69. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  70. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  71. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  72. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  73. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  74. 96d5e20 add missing MAC address to info_str for some NICs (Mark McLoughlin) by aliguori · 16 years ago
  75. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  76. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  77. 23e3929 Save/restore for stellaris boards. by pbrook · 17 years ago
  78. eea589c Stellaris ethernet support. by pbrook · 17 years ago