1. 1116582 Move stdbool.h by Paul Brook · 15 years ago
  2. 8bbd1ce eepro100: convert to new capability API by Michael S. Tsirkin · 15 years ago
  3. f62719c eepro100: fix PCI interrupt pin configuration regression by Stefan Weil · 15 years ago
  4. 269eba0 eepro100: fix mapping of flash memory by Stefan Weil · 15 years ago
  5. ae543b4 eepro100: Set power management capability using pci_reserve_capability by Stefan Weil · 15 years ago
  6. 3dec59a eepro100: Set configuration bit for standard TCB by Stefan Weil · 15 years ago
  7. db667a1 eepro100: Add new device variant i82801 by Stefan Weil · 15 years ago
  8. 558c863 eepro100: Simplified device instantiation by Stefan Weil · 15 years ago
  9. 75f5a6c eepro100: Simplify status handling by Stefan Weil · 15 years ago
  10. e74818f eepro100: Don't allow writing SCBStatus by Stefan Weil · 15 years ago
  11. 15e89f5 eepro100: address pci todo's, use pci_set_xx by Michael S. Tsirkin · 15 years ago
  12. 78728c9 eepro100: Keep includes sorted by Stefan Weil · 15 years ago
  13. e7493b2 eepro100: Remove C++ comments by Stefan Weil · 15 years ago
  14. f80a7fc eepro100: Add diagnose command by Stefan Weil · 15 years ago
  15. 3d0f4b9 eepro100: New function for reading command block by Stefan Weil · 15 years ago
  16. ec1d02d eepro100: Use tx.status by Stefan Weil · 15 years ago
  17. cc02c66 eepro100: Prettify code (no functional changes) by Stefan Weil · 15 years ago
  18. cb25a3f eepro100: Fix CU Start command by Stefan Weil · 15 years ago
  19. e824012 eepro100: Support RNR interrupt by Stefan Weil · 15 years ago
  20. e715c8e eepro100: Replace variable name to fix a compiler warning by Stefan Weil · 15 years ago
  21. b1e8701 eepro100: Use symbolic names for bits in EEPROM id by Stefan Weil · 15 years ago
  22. c5bac30 eepro100: Remove old unused code by Stefan Weil · 15 years ago
  23. ced5296 eepro100: Use symbolic names and BIT macros in binary operations by Stefan Weil · 15 years ago
  24. 762401e eepro100: Add device descriptions by Stefan Weil · 15 years ago
  25. 230a167 eepro100: Update copyright notice by Stefan Weil · 15 years ago
  26. ba19f2d eepro100: Add TODO list by Stefan Weil · 15 years ago
  27. da51e79 eepro100: Support gpxe boot for all eepro100 devices by Stefan Weil · 15 years ago
  28. 6cded3a eepro100: Fix PXE boot by Stefan Weil · 15 years ago
  29. 0908bba eepro100: Add missing SCB register names by Stefan Weil · 15 years ago
  30. ce0e58b eepro100: Fix compiler errors from debug messages by Stefan Weil · 15 years ago
  31. 7b8737d eepro100: Fix multicast support by Stefan Weil · 15 years ago
  32. f3a52e5 eepro100: Restructure code (new function tx_command) by Stefan Weil · 15 years ago
  33. 938a632 eepro100: Update ROM file support by Stefan Weil · 15 years ago
  34. 6170240 eepro100: Fix initial value for PCI_STATUS by Stefan Weil · 15 years ago
  35. 508cc6b eepro100: symbolic names for pci registers by Michael S. Tsirkin · 15 years ago
  36. b8f6ba0 eepro100: Improve debug messages by Stefan Weil · 15 years ago
  37. ec16928 eepro100: Allocate a larger buffer for regname() by David Benjamin · 15 years ago
  38. e00e365 net: convert eepro100 to NICState by Mark McLoughlin · 15 years ago
  39. 6a90e30 eepro100: Add missing .exit initialisation by Stefan Weil · 15 years ago
  40. 4e9df06 eepro100: Fix boot ROM support by Stefan Weil · 15 years ago
  41. ba42b64 eepro100: Improve support for different devices by Stefan Weil · 15 years ago
  42. 89e8b13 pci: introduce FMT_PCIBUS for printf format for pcibus_t. by Isaku Yamahata · 15 years ago
  43. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  44. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  45. 151b298 eepro100: port to vmstate by Juan Quintela · 15 years ago
  46. 508ef93 eepro100: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  47. 5fa9a0a eepro100: Restructure code by Stefan Weil · 15 years ago
  48. 3706c43 eepro100: Remove unused device status entries by Stefan Weil · 15 years ago
  49. dbbaaff eepro100: support 16 bit read from SCBCmd (== 2) by =?UTF-8?q?Reimar=20D=C3=B6ffinger?= · 15 years ago
  50. f4e94df Set revision in eeprom correctly for 82557 versions. by =?UTF-8?q?Reimar=20D=C3=B6ffinger?= · 15 years ago
  51. 7f1e9d4 eepro100: Don't allow guests to fail assertions by Kevin Wolf · 15 years ago
  52. e3936fa pci: move unregister from PCIDevice to PCIDeviceInfo by Gerd Hoffmann · 15 years ago
  53. 4e3db91 Revert "eepro100: Remove unused device status entries" by Aurelien Jarno · 15 years ago
  54. c4c270e eepro100: Add more i825xx devices by Stefan Weil · 15 years ago
  55. 3031efa eepro100: Remove unused device status entries by Stefan Weil · 15 years ago
  56. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  57. 99a0949 Get rid of _t suffix by malc · 15 years ago
  58. 067d01d eepro100: Fix format strings in debug messages by Stefan Weil · 15 years ago
  59. 41cbc23 eepro100: Replace sprintf by snprintf by Stefan Weil · 15 years ago
  60. fd9ae2e eepro100: Remove unused code by Stefan Weil · 15 years ago
  61. aac443e eepro100: Enhanced logging and comments by Stefan Weil · 15 years ago
  62. 6a0b9cc Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is enabled const. by Reimar Döffinger · 15 years ago
  63. 0859df6 Fix for commit 3f9cb1c14dc368f41447db5f78d6248c4f100ad4 by Naphtali Sprei · 15 years ago
  64. d6fd1e6 eepro100: Clean code which sets the PCI device id by Stefan Weil · 15 years ago
  65. b84a5c6 Remove typedef for bool from eepro100.c by Amit Shah · 16 years ago
  66. 273a214 eepro100: Remove unused indirection of PCIDevice by Juan Quintela · 16 years ago
  67. 769cf7a eepro100: cast a void * makes no sense by Juan Quintela · 16 years ago
  68. d986bd5 eepro100: convert casts to DO_UPCAST() by Juan Quintela · 16 years ago
  69. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  70. 24e6f35 fix stack buffer overflows in eepro100.c tx by Reimar Döffinger · 16 years ago
  71. 3f9cb1c hw/eepro100.c: Use extended TBD only where applicable by Naphtali Sprei · 16 years ago
  72. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  73. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  74. 0aab0d3 qdev: update pci device registration. by Gerd Hoffmann · 16 years ago
  75. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  76. 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
  77. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  78. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  79. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  80. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  81. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  82. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  83. 9d07d75 PCI network qdev conversion by Paul Brook · 16 years ago
  84. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  85. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  86. aff427a Pci nic: pci_register_device can fail by Chris Wright · 17 years ago
  87. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  88. 32a8f6a Use NICInfo::model for eepro100 savevm ID string (Mark McLoughlin) by aliguori · 16 years ago
  89. cef3017 Clean some PCI defines (Stefan Weil) by aliguori · 16 years ago
  90. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  91. a770dc7 Add and use remaining #defines for PCI device IDs (Stuart Brady) by aliguori · 16 years ago
  92. 72da420 qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti) by aliguori · 16 years ago
  93. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  94. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  95. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  96. 7cb7434b Add qemu_format_nic_info_str() (Mark McLoughlin) by aliguori · 16 years ago
  97. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  98. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  99. 18fdb1c Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka. by ths · 17 years ago
  100. 87ecb68 Break up vl.h. by pbrook · 17 years ago