summaryrefslogtreecommitdiffstats
path: root/hw/pcnet.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_get_queue()Jason Wang2013-02-011-3/+4
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-17/+17
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-3/+3
* pcnet: Properly handle TX requests during Link FailJan Kiszka2012-04-161-0/+11
* pcnet: Clear ERR in CSR0 on stopJan Kiszka2012-04-161-1/+1
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* pcnet: Preserve link state across device resetJan Kiszka2012-01-271-1/+2
* Add 'fall through' comments to case statements without breakStefan Weil2012-01-131-0/+1
* pcnet: Add link state supportJan Kiszka2011-11-011-0/+7
* pcnet: Move BCR defines to headerJan Kiszka2011-11-011-18/+0
* 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
OpenPOWER on IntegriCloud