summaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
Commit message (Expand)AuthorAgeFilesLines
...
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-2/+4
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-2/+2
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-8/+10
* eepro100: port to vmstateJuan Quintela2009-10-271-134/+60
* eepro100: use qdev properties for configuration.Gerd Hoffmann2009-10-271-14/+64
* eepro100: Restructure codeStefan Weil2009-10-271-24/+30
* eepro100: Remove unused device status entriesStefan Weil2009-10-151-74/+20
* eepro100: support 16 bit read from SCBCmd (== 2)=?UTF-8?q?Reimar=20D=C3=B6ffinger?=2009-10-061-0/+1
* Set revision in eeprom correctly for 82557 versions.=?UTF-8?q?Reimar=20D=C3=B6ffinger?=2009-10-051-0/+2
* eepro100: Don't allow guests to fail assertionsKevin Wolf2009-10-051-11/+35
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-2/+3
* Revert "eepro100: Remove unused device status entries"Aurelien Jarno2009-10-051-16/+62
* eepro100: Add more i825xx devicesStefan Weil2009-10-041-8/+94
* eepro100: Remove unused device status entriesStefan Weil2009-10-041-62/+16
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-27/+27
* Get rid of _t suffixmalc2009-10-011-27/+27
* eepro100: Fix format strings in debug messagesStefan Weil2009-09-261-7/+7
* eepro100: Replace sprintf by snprintfStefan Weil2009-09-261-3/+3
* eepro100: Remove unused codeStefan Weil2009-09-261-4/+0
* eepro100: Enhanced logging and commentsStefan Weil2009-09-261-85/+130
* Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is ...Reimar Döffinger2009-09-121-3/+3
* Fix for commit 3f9cb1c14dc368f41447db5f78d6248c4f100ad4Naphtali Sprei2009-09-091-1/+6
* eepro100: Clean code which sets the PCI device idStefan Weil2009-09-091-8/+7
* Remove typedef for bool from eepro100.cAmit Shah2009-09-041-2/+1
* eepro100: Remove unused indirection of PCIDeviceJuan Quintela2009-08-271-34/+23
* eepro100: cast a void * makes no senseJuan Quintela2009-08-271-3/+3
* eepro100: convert casts to DO_UPCAST()Juan Quintela2009-08-271-4/+4
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-7/+8
* fix stack buffer overflows in eepro100.c txReimar Döffinger2009-08-271-1/+5
* hw/eepro100.c: Use extended TBD only where applicableNaphtali Sprei2009-08-271-3/+3
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* 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
OpenPOWER on IntegriCloud