1. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  2. 83f58e5 rtl8139: preserve link state across device reset by Amos Kong · 12 years ago
  3. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  4. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  5. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  6. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  7. 1bebb0a rtl8139: convert PIO to new memory api read/write by Alexander Graf · 12 years ago
  8. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  9. 9e12c5a rtl8139: implement 8139cp link status by Jason Wang · 12 years ago
  10. 4be403c Make target_phys_addr_t 64 bits unconditionally by Avi Kivity · 12 years ago
  11. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  12. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  13. 5e59b02 Merge branch pci into master by Michael S. Tsirkin · 13 years ago
  14. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  15. 23797df Merge remote-tracking branch 'mjt/mjt-iov2' into staging by Anthony Liguori · 13 years ago
  16. f90c2bc pci: convert PCIUnregisterFunc to void by Alex Williamson · 13 years ago
  17. fcce6fd rtl8139: validate rx ring before receiving packets by Jason Wang · 13 years ago
  18. df6606f Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 13 years ago
  19. dcf6f5e change iov_* function prototypes to be more appropriate by Michael Tokarev · 13 years ago
  20. fee9d34 rtl8139: honor RxOverflow flag in can_receive method by Fernando Luis Vazquez Cao · 13 years ago
  21. 721589d Revert "Revert "rtl8139: do the network/host communication only in normal operating mode"" by Anthony Liguori · 13 years ago
  22. 9c92bf7 Revert "rtl8139: do the network/host communication only in normal operating mode" by Jason Wang · 13 years ago
  23. bdc62e6 rtl8139: fix regression in TxStatus/TxAddr read by Avi Kivity · 13 years ago
  24. 3e48dd4 rtl8139: do not assume TxStatus[] and TxAddr[] are adjacent by Stefan Hajnoczi · 13 years ago
  25. ff71f2e rtl8139: do the network/host communication only in normal operating mode by Jason Wang · 13 years ago
  26. eb46c5e rtl8139: correctly check the opmode by Jason Wang · 13 years ago
  27. 7fc8d91 net: move compute_mcast_idx() to net.h by Jason Wang · 13 years ago
  28. afe0a59 rtl8139: support byte read to TxStatus registers by Jason Wang · 13 years ago
  29. b44ce45 rtl8139: remove unused marco by Jason Wang · 13 years ago
  30. cde31a0 rtl8139: limit transmission buffer size in c+ mode by Jason Wang · 13 years ago
  31. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  32. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  33. 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  34. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  35. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  36. 9423a2e Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging by Anthony Liguori · 13 years ago
  37. 26404ed hw: Fix spelling in comments by Stefan Weil · 13 years ago
  38. a6a29ee Remove unnecessary casts from PCI DMA code in rtl8139 by David Gibson · 13 years ago
  39. 4abf12f rtl8139: Fix invalid IO access alignment by Julian Pidancet · 13 years ago
  40. 3ada003 rtl8139: Use PCI DMA stub functions by Eduard - Gabriel Munteanu · 13 years ago
  41. 817e0b6 pci: interrupt pin documentation update by Michael S. Tsirkin · 13 years ago
  42. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  43. e824b2c pci: rename pci_register_bar_region() to pci_register_bar() by Avi Kivity · 14 years ago
  44. bd80f3f rtl8139: convert to memory API by Avi Kivity · 14 years ago
  45. befeac4 Merge remote-tracking branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  46. 7cba16a hw/rtl8139.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  47. ebabb67 Fix typo in code and comments by Stefan Weil · 14 years ago
  48. 5300f1a Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  49. c6a0487 rtl8139: Fix compilation for w32/w64 by Stefan Weil · 14 years ago
  50. ec48c77 rtl8139: add format attribute to DPRINTF by Benjamin Poirier · 14 years ago
  51. 7cdeb31 rtl8139: use variadic macro for debug statements by Benjamin Poirier · 14 years ago
  52. afcd9c0 rtl8139: use TARGET_FMT_plx in debug messages by Benjamin Poirier · 14 years ago
  53. 5ee8ad7 PXE: Use consistent naming for PXE ROMs by Alex Williamson · 14 years ago
  54. f5de212 rtl8139: convert to pci_register_bar_simple() by Avi Kivity · 14 years ago
  55. bf6b87a rtl8139: add vlan tag insertion by Benjamin Poirier · 14 years ago
  56. 18dabfd rtl8139: add vlan tag extraction by Benjamin Poirier · 14 years ago
  57. 2c406b8 rtl8139: cleanup FCS calculation by Benjamin Poirier · 14 years ago
  58. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  59. 7165448 moving eeprom initialization by William Dauchy · 14 years ago
  60. c574ba5 rtl8139: Use subsection to restrict migration after hotplug by Alex Williamson · 14 years ago
  61. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  62. 5cf7a3c rtl8139: Declare as little endian by Alexander Graf · 14 years ago
  63. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  64. fdac1d9 rtl8139: address TODOs by Michael S. Tsirkin · 15 years ago
  65. b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
  66. 0544780 rewrote timer implementation for rtl8139. by Frediano Ziglio · 15 years ago
  67. 4ef1a3d rtl8139: fix clang reporting unused assignment of VLAN tagging data by Igor V. Kovalenko · 15 years ago
  68. 0b5b354 rtl: switch to symbolic names for pci registers by Michael S. Tsirkin · 15 years ago
  69. 8c52c8f pci romfiles: add property, add default to PCIDeviceInfo by Gerd Hoffmann · 15 years ago
  70. c2039bd Support PCI based option rom loading by Anthony Liguori · 15 years ago
  71. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  72. 1673ad5 net: convert rtl8139 to NICState by Mark McLoughlin · 15 years ago
  73. 2bc6f59 Fix qemu_malloc/qemu_free use in rtl8139.c by Jean-Christophe DUBOIS · 15 years ago
  74. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  75. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  76. c169998 v3: don't call reset functions on cpu initialization by Glauber Costa · 15 years ago
  77. 060110c rtl8139: port to vmstate by Juan Quintela · 15 years ago
  78. 9d29cde rtl8139: port TallyCounters to vmstate by Juan Quintela · 15 years ago
  79. 254111e rtl8139: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  80. 7f23f81 qemu/qdev: type safety in reset handler by Michael S. Tsirkin · 15 years ago
  81. e3936fa pci: move unregister from PCIDevice to PCIDeviceInfo by Gerd Hoffmann · 15 years ago
  82. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  83. 99a0949 Get rid of _t suffix by malc · 15 years ago
  84. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  85. f82de8f qdev: convert rtl8139 to reset by Gerd Hoffmann · 15 years ago
  86. 6597ebb rtl8139: remove pointless cast from void * by Juan Quintela · 16 years ago
  87. efd6dd4 rtl8139: Remove unneeded double indirection of PCIRTL8139State by Juan Quintela · 16 years ago
  88. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  89. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  90. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  91. 0aab0d3 qdev: update pci device registration. by Gerd Hoffmann · 16 years ago
  92. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  93. bc26e55 Revert "Update irqs on reset and device load" by Blue Swirl · 16 years ago
  94. 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
  95. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  96. f8e76fb Merge branch 'net-queue' by Anthony Liguori · 16 years ago
  97. 3dcd219 Update irqs on reset and device load by Blue Swirl · 16 years ago
  98. 32c86e9 Register reset functions for e1000 and rtl8139 by Blue Swirl · 16 years ago
  99. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  100. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago