1. 1dd58ae mipsnet: Flush queued packets when receiving is enabled by Fam Zheng · 10 years ago
  2. 57407ea net: remove all cleanup methods from NIC NetClientInfos by Paolo Bonzini · 10 years ago
  3. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  4. a4dbb8b mipsnet: QOM cast cleanup by Andreas Färber · 12 years ago
  5. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  6. eedfac6 hw/n*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  7. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  8. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/mipsnet.c]
  9. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  10. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  11. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  12. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  13. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  14. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  15. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  16. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  17. a348f10 Add missing const attributes for MemoryRegionOps by Stefan Weil · 13 years ago
  18. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  19. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  20. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  21. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  22. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  23. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  24. 83818f7 mipsnet: use trace framework by Hervé Poussineau · 13 years ago
  25. d118d64 mipsnet: convert to qdev by Hervé Poussineau · 13 years ago
  26. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  27. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 14 years ago
  28. c7298ab vmstate: port mipsnet by Juan Quintela · 14 years ago
  29. a4a7767 mipsnet: Fix compiler warning in debug code by Stefan Weil · 14 years ago
  30. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  31. 1f30d10 net: convert mipsnet to NICState by Mark McLoughlin · 15 years ago
  32. e13b10b net: remove NICInfo::vc by Mark McLoughlin · 15 years ago
  33. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  34. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  35. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  36. ae50b27 Don't leak VLANClientState on PCI hot remove by Mark McLoughlin · 16 years ago
  37. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  38. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  39. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  40. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  41. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  42. ad06714 Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin) by aliguori · 16 years ago
  43. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  44. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  45. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  46. 7cb7434b Add qemu_format_nic_info_str() (Mark McLoughlin) by aliguori · 16 years ago
  47. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  48. 9b59539 Fix mipsnet device ID, noticed by Vijay Kumar. by aurel32 · 17 years ago
  49. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  50. 57ba97d Less debug noise from the mipsnet driver. by ths · 17 years ago
  51. f0fc6f8 Second half of mipssim support, plus documentation improvements. by ths · 17 years ago