1. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  2. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  3. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  4. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  5. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  6. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  7. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  8. f070e1e stellaris_enet: convert to memory API by Avi Kivity · 14 years ago
  9. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  10. 58160ba stellaris_enet: convert to memory API by Avi Kivity · 14 years ago
  11. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  12. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  13. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  14. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  15. 8c9b63b net: convert stellaris to NICState by Mark McLoughlin · 15 years ago
  16. 540f006 stellaris_enet: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  17. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  18. 99a0949 Get rid of _t suffix by malc · 15 years ago
  19. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  20. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  21. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  22. 57b452a Fix stellaris ethernet by Paul Brook · 16 years ago
  23. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  24. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  25. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  26. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  27. a558046 Stellaris ethernet qdev conversion by Paul Brook · 16 years ago
  28. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  29. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  30. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  31. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  32. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  33. 96d5e20 add missing MAC address to info_str for some NICs (Mark McLoughlin) by aliguori · 16 years ago
  34. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  35. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  36. 23e3929 Save/restore for stellaris boards. by pbrook · 17 years ago
  37. eea589c Stellaris ethernet support. by pbrook · 17 years ago