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. a348f10 Add missing const attributes for MemoryRegionOps by Stefan Weil · 13 years ago
  4. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  5. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  6. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  7. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  8. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  9. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  10. 83818f7 mipsnet: use trace framework by Hervé Poussineau · 13 years ago
  11. d118d64 mipsnet: convert to qdev by Hervé Poussineau · 13 years ago
  12. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  13. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 14 years ago
  14. c7298ab vmstate: port mipsnet by Juan Quintela · 14 years ago
  15. a4a7767 mipsnet: Fix compiler warning in debug code by Stefan Weil · 14 years ago
  16. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  17. 1f30d10 net: convert mipsnet to NICState by Mark McLoughlin · 15 years ago
  18. e13b10b net: remove NICInfo::vc by Mark McLoughlin · 15 years ago
  19. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  20. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  21. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  22. ae50b27 Don't leak VLANClientState on PCI hot remove by Mark McLoughlin · 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. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  28. ad06714 Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin) by aliguori · 16 years ago
  29. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  30. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  31. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  32. 7cb7434b Add qemu_format_nic_info_str() (Mark McLoughlin) by aliguori · 16 years ago
  33. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  34. 9b59539 Fix mipsnet device ID, noticed by Vijay Kumar. by aurel32 · 17 years ago
  35. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  36. 57ba97d Less debug noise from the mipsnet driver. by ths · 17 years ago
  37. f0fc6f8 Second half of mipssim support, plus documentation improvements. by ths · 17 years ago