1. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  2. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 12 years ago
  3. ef45c91 pcnet: Properly handle TX requests during Link Fail by Jan Kiszka · 13 years ago
  4. 6655124 pcnet: Clear ERR in CSR0 on stop by Jan Kiszka · 13 years ago
  5. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  6. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  7. 9f2a8d7 pcnet: Preserve link state across device reset by Jan Kiszka · 13 years ago
  8. 0b0404b Add 'fall through' comments to case statements without break by Stefan Weil · 13 years ago
  9. e1c2008 pcnet: Add link state support by Jan Kiszka · 13 years ago
  10. 488a1a5 pcnet: Move BCR defines to header by Jan Kiszka · 13 years ago
  11. 366c933 pcnet: Fix sign extension: make ipxe work with >2G RAM by Michael Brown · 14 years ago
  12. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  13. 7165448 moving eeprom initialization by William Dauchy · 14 years ago
  14. 219982e hw/pcnet.c: Fix EPROM contents to suit AMD netware drivers by Gerhard Wiesinger · 14 years ago
  15. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  16. a4c75a2 Split out common pcnet code by Paul Brook · 14 years ago
  17. c1ded3d pcnet: Do not receive external frames in loopback mode by Jan Kiszka · 14 years ago
  18. 9dd749a pcnet: address TODOs by Michael S. Tsirkin · 15 years ago
  19. b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
  20. 7a7e5db pcnet: make subsystem vendor id match hardware by Michael S. Tsirkin · 15 years ago
  21. 1a8e2aa pcnet APROMWE bit location (retry) by Chris Kilgour · 15 years ago
  22. 884a0c7 pcnet: remove dead nested assignment, spotted by clang by Blue Swirl · 15 years ago
  23. 9752622 pcnet: switch to symbolic names for pci registers by Michael S. Tsirkin · 15 years ago
  24. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  25. 1fa5148 net: convert pcnet to NICState by Mark McLoughlin · 15 years ago
  26. 89e8b13 pci: introduce FMT_PCIBUS for printf format for pcibus_t. by Isaku Yamahata · 15 years ago
  27. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  28. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  29. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago
  30. 3d86505 pcnet: port to vmstate by Juan Quintela · 15 years ago
  31. 94e1a91 pcnet: split away lance.c (sparc32 code). by Gerd Hoffmann · 15 years ago
  32. 7622483 pcnet: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  33. de41ac9 pcnet: Extend hardware reset by Jan Kiszka · 15 years ago
  34. ad32308 pcnet: Restart poll timer on pcnet_start by Jan Kiszka · 15 years ago
  35. efb56cf pcnet: Drop unused recv_pos field by Jan Kiszka · 15 years ago
  36. e3936fa pci: move unregister from PCIDevice to PCIDeviceInfo by Gerd Hoffmann · 15 years ago
  37. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  38. 99a0949 Get rid of _t suffix by malc · 15 years ago
  39. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  40. 0abaa7c pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev field by Juan Quintela · 15 years ago
  41. 9fdab57 pcnet: remove useless casts This are casts to the very type of the function by Juan Quintela · 15 years ago
  42. 1f235a7 pcnet: Change casts to DO_UPCAST() for PCIPCNetState by Juan Quintela · 15 years ago
  43. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  44. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  45. 186507b qdev/prop: convert pcnet.c to helper macros. by Gerd Hoffmann · 15 years ago
  46. ee6847d qdev: rework device properties. by Gerd Hoffmann · 15 years ago
  47. 0aab0d3 qdev: update pci device registration. by Gerd Hoffmann · 16 years ago
  48. 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
  49. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  50. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  51. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  52. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  53. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  54. 067a3dd Remove qdev irq sink handling by Paul Brook · 16 years ago
  55. 4856fcf Fix lance segfaults by Paul Brook · 16 years ago
  56. 9d07d75 PCI network qdev conversion by Paul Brook · 16 years ago
  57. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  58. aff427a Pci nic: pci_register_device can fail by Chris Wright · 17 years ago
  59. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  60. f1afe02 pcnet: Avoid double conversion via PHYSADDR by aurel32 · 16 years ago
  61. 72da420 qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti) by aliguori · 16 years ago
  62. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  63. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  64. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  65. 5653494 Remove unused info_str parameter to pcnet_common_init() by blueswir1 · 16 years ago
  66. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  67. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  68. 7cb7434b Add qemu_format_nic_info_str() (Mark McLoughlin) by aliguori · 16 years ago
  69. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  70. e64d7d5 Remove address masking by blueswir1 · 16 years ago
  71. b6c4f71 Resurrect the safe part of r5274 by blueswir1 · 16 years ago
  72. 2ca83a8 Revert r5274 which breaks savevm/loadvm by blueswir1 · 16 years ago
  73. 67d8cec Add signed versions of save/load functions by blueswir1 · 16 years ago
  74. 841c26a hw/pcnet: use qemu_socket.h by aurel32 · 16 years ago
  75. d317b92 hw/pcnet.c: windows compile fix by aurel32 · 16 years ago
  76. 89b190a pcnet: add loopback mode emulation by aurel32 · 16 years ago
  77. cb3df91 Fix debug message address formats by blueswir1 · 16 years ago
  78. 3c924ac Fix wrong function names in debug messages (Stefan Weil) by blueswir1 · 16 years ago
  79. 18fdb1c Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka. by ths · 16 years ago
  80. 9bd0d29 PCnet: Allow more then two TMDs (Jan Kiszka) by blueswir1 · 17 years ago
  81. 7c56045 Register only valid register access widths by blueswir1 · 17 years ago
  82. 69b3497 Fix miscellaneous minor things, by Andre Przywara. by ths · 17 years ago
  83. bee8d68 qemu_put signedness fixes, by Andre Przywara. by ths · 17 years ago
  84. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  85. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  86. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  87. 7f27bae Remove obsolete comment. by ths · 17 years ago
  88. 2d069ba Use qemu_irq for a reset signal between DMA and ESP/Lance by blueswir1 · 17 years ago
  89. 5a84a5d Fix Lance on 32-bit hosts by blueswir1 · 18 years ago
  90. dbe06e1 Handle unconnected vlan case in lance by blueswir1 · 18 years ago
  91. 70c0de9 Use qemu_irqs between dma controllers and esp, lance by blueswir1 · 18 years ago
  92. 5aca8c3 Split DMA controller in two Fix register size related bugs by blueswir1 · 18 years ago
  93. 5dcb6b9 Use full 36-bit physical address space on SS10 by blueswir1 · 18 years ago
  94. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  95. 6d2980f Fix unportable bitfields use which broke pcnet for big endian hosts. by ths · 18 years ago
  96. abcebc7 Devfn number for network PCI cards, by Aurelien Jarno. by ths · 18 years ago
  97. 9b94dc3 better PCNET endianness support by bellard · 18 years ago
  98. 03c1847 endianness fixes by bellard · 18 years ago
  99. 91cc029 initial sparc32 lance and pcnet merge by bellard · 18 years ago
  100. 29b9a34 win32 compilation fixes by bellard · 18 years ago