summaryrefslogtreecommitdiffstats
path: root/hw/pcnet.c
Commit message (Expand)AuthorAgeFilesLines
* pcnet: Fix sign extension: make ipxe work with >2G RAMMichael Brown2011-04-011-15/+15
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* moving eeprom initializationWilliam Dauchy2011-03-131-29/+30
* hw/pcnet.c: Fix EPROM contents to suit AMD netware driversGerhard Wiesinger2011-03-051-0/+16
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+4
* Split out common pcnet codePaul Brook2010-11-271-307/+4
* pcnet: Do not receive external frames in loopback modeJan Kiszka2010-11-211-2/+3
* pcnet: address TODOsMichael S. Tsirkin2010-07-111-14/+2
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* pcnet: make subsystem vendor id match hardwareMichael S. Tsirkin2010-03-151-0/+3
* pcnet APROMWE bit location (retry)Chris Kilgour2010-03-081-1/+1
* pcnet: remove dead nested assignment, spotted by clangBlue Swirl2010-01-131-1/+1
* pcnet: switch to symbolic names for pci registersMichael S. Tsirkin2009-12-231-9/+17
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-3/+1
* net: convert pcnet to NICStateMark McLoughlin2009-12-031-20/+23
* 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-2/+2
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* pcnet: port to vmstateJuan Quintela2009-10-271-69/+37
* pcnet: split away lance.c (sparc32 code).Gerd Hoffmann2009-10-271-145/+9
* pcnet: use qdev properties for configuration.Gerd Hoffmann2009-10-271-17/+50
* pcnet: Extend hardware resetJan Kiszka2009-10-151-0/+3
* pcnet: Restart poll timer on pcnet_startJan Kiszka2009-10-081-0/+1
* pcnet: Drop unused recv_pos fieldJan Kiszka2009-10-081-13/+8
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-2/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-29/+29
* Get rid of _t suffixmalc2009-10-011-29/+29
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev fieldJuan Quintela2009-08-271-13/+26
* pcnet: remove useless casts This are casts to the very type of the functionJuan Quintela2009-08-271-6/+6
* pcnet: Change casts to DO_UPCAST() for PCIPCNetStateJuan Quintela2009-08-271-4/+4
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-5/+6
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-10/+10
* qdev/prop: convert pcnet.c to helper macros.Gerd Hoffmann2009-08-101-6/+2
* qdev: rework device properties.Gerd Hoffmann2009-07-161-3/+16
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-2/+5
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-5/+5
* 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
* Remove qdev irq sink handlingPaul Brook2009-05-261-1/+1
* Fix lance segfaultsPaul Brook2009-05-221-3/+6
* PCI network qdev conversionPaul Brook2009-05-141-69/+64
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+4
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-9/+49
* pcnet: Avoid double conversion via PHYSADDRaurel322009-04-081-10/+10
OpenPOWER on IntegriCloud