aboutsummaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Clean some PCI defines (Stefan Weil)aliguori1-6/+0
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-19/+0
2009-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori1-1/+1
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori1-7/+8
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-2/+2
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori1-5/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-1/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+0
2008-07-18Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths1-2/+1
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-09-14Less magic constants, by Filip Navara.ths1-4/+5
2007-09-13Improved EEPRO 100 emulation, by Filip Navara.ths1-0/+4
2007-07-02E100 savevm/loadvm support, patch by Jason Wessel.balrog1-4/+98
2007-04-07Unify IRQ handling.pbrook1-2/+2
2007-04-02Eepro100 emulation, by Stefan Weil.ths1-0/+1714