]> git.proxmox.com Git - qemu.git/history - hw/rtl8139.c
Add endianness as io mem parameter
[qemu.git] / hw / rtl8139.c
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-07-13 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-12 Michael S. TsirkinMerge branch 'master' into pci
2010-07-11 Michael S. Tsirkinrtl8139: address TODOs
2010-07-11 Isaku Yamahatapci: don't overwrite multi functio bit in pci header...
2010-02-23 Frediano Zigliorewrote timer implementation for rtl8139.
2010-01-19 Igor V. Kovalenkortl8139: fix clang reporting unused assignment of VLAN...
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Michael S. Tsirkinrtl: switch to symbolic names for pci registers
2009-12-18 Gerd Hoffmannpci romfiles: add property, add default to PCIDeviceInfo
2009-12-18 Anthony LiguoriSupport PCI based option rom loading
2009-12-03 Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-12-03 Mark McLoughlinnet: convert rtl8139 to NICState
2009-12-02 Jean-Christophe... Fix qemu_malloc/qemu_free use in rtl8139.c
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-10-27 Juan Quintelartl8139: port to vmstate
2009-10-27 Juan Quintelartl8139: port TallyCounters to vmstate
2009-10-27 Gerd Hoffmannrtl8139: use qdev properties for configuration.
2009-10-05 Michael S. Tsirkinqemu/qdev: type safety in reset handler
2009-10-05 Gerd Hoffmannpci: move unregister from PCIDevice to PCIDeviceInfo
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-09 Gerd Hoffmannqdev: convert rtl8139 to reset
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan Quintelartl8139: remove pointless cast from void *
2009-08-28 Juan Quintelartl8139: Remove unneeded double indirection of PCIRTL81...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-31 Blue SwirlFix Sparse warnings: "Using plain integer as NULL pointer"
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-17 Blue SwirlRevert "Update irqs on reset and device load"
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Blue SwirlUpdate irqs on reset and device load
2009-06-09 Blue SwirlRegister reset functions for e1000 and rtl8139
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-05-01 Chris WrightPci nic: pci_register_device can fail
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-13 aliguoriRTL8139: Latch C+ mode state instead of inferring it...
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd qemu_format_nic_info_str() (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-06 thsAdd qemu_realloc(), by Gerd Hoffmann.
2008-07-18 thsVarious NICs: Fix suspend/resume of multiple instances...
2008-03-13 aurel32rtl8139: fix endianness on big endian targets
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-09 thsFix typo, spotted by Samuel Thibault.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-01 thsFix rtl8139 checksum calculation, by Tim Deegan.
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-04-07 pbrookUnify IRQ handling.
2007-04-07 pbrookRemove dead code.
2007-03-19 thsFix big endian host operation, by Ben Taylor and Igor...
2007-01-10 thsDevfn number for network PCI cards, by Aurelien Jarno.
2006-08-17 bellardPCI save/restore changes
2006-07-10 bellardfixed for TCP segmentation offloading - removed depende...
2006-07-04 bellardrtl8139 fixes (Igor Kovalenko)
2006-07-01 bellarddisable unimplemented C+ mode (aka windows xp 64 fix)
2006-02-05 pbrookAllow selection of emulated network card.