Install keymaps from new location
[qemu] / hw / eepro100.c
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-01 Chris WrightPci nic: pci_register_device can fail
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-17 aliguoriUse NICInfo::model for eepro100 savevm ID string (Mark...
2009-03-28 aliguoriClean some PCI defines (Stefan Weil)
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-13 aliguoriAdd and use remaining #defines for PCI device IDs ...
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-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-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-07-18 thsVarious NICs: Fix suspend/resume of multiple instances...
2007-11-17 pbrookBreak up vl.h.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-14 thsLess magic constants, by Filip Navara.
2007-09-13 thsImproved EEPRO 100 emulation, by Filip Navara.
2007-07-02 balrogE100 savevm/loadvm support, patch by Jason Wessel.
2007-04-07 pbrookUnify IRQ handling.
2007-04-02 thsEepro100 emulation, by Stefan Weil.