summaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
Commit message (Expand)AuthorAgeFilesLines
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-6/+19
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-3/+3
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-7/+8
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* PCI network qdev conversionPaul Brook2009-05-141-18/+21
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+3
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+22
* Use NICInfo::model for eepro100 savevm ID string (Mark McLoughlin)aliguori2009-04-171-8/+6
* Clean some PCI defines (Stefan Weil)aliguori2009-03-281-6/+0
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-19/+0
* Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori2009-03-131-1/+1
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-7/+8
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-2/+2
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-5/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-1/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+0
* Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths2008-07-181-2/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Less magic constants, by Filip Navara.ths2007-09-141-4/+5
* Improved EEPRO 100 emulation, by Filip Navara.ths2007-09-131-0/+4
* E100 savevm/loadvm support, patch by Jason Wessel.balrog2007-07-021-4/+98
* Unify IRQ handling.pbrook2007-04-071-2/+2
* Eepro100 emulation, by Stefan Weil.ths2007-04-021-0/+1714
OpenPOWER on IntegriCloud