aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pcnet.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-27pcnet: Preserve link state across device resetJan Kiszka1-1/+2
2012-01-13Add 'fall through' comments to case statements without breakStefan Weil1-0/+1
2011-11-01pcnet: Add link state supportJan Kiszka1-0/+7
2011-11-01pcnet: Move BCR defines to headerJan Kiszka1-18/+0
2011-04-01pcnet: Fix sign extension: make ipxe work with >2G RAMMichael Brown1-15/+15
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-03-13moving eeprom initializationWilliam Dauchy1-29/+30
2011-03-05hw/pcnet.c: Fix EPROM contents to suit AMD netware driversGerhard Wiesinger1-0/+16
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+4
2010-11-27Split out common pcnet codePaul Brook1-307/+4
2010-11-21pcnet: Do not receive external frames in loopback modeJan Kiszka1-2/+3
2010-07-11pcnet: address TODOsMichael S. Tsirkin1-14/+2
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-03-15pcnet: make subsystem vendor id match hardwareMichael S. Tsirkin1-0/+3
2010-03-08pcnet APROMWE bit location (retry)Chris Kilgour1-1/+1
2010-01-13pcnet: remove dead nested assignment, spotted by clangBlue Swirl1-1/+1
2009-12-23pcnet: switch to symbolic names for pci registersMichael S. Tsirkin1-9/+17
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-3/+1
2009-12-03net: convert pcnet to NICStateMark McLoughlin1-20/+23
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata1-2/+4
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-2/+2
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-2/+2
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-27pcnet: port to vmstateJuan Quintela1-69/+37
2009-10-27pcnet: split away lance.c (sparc32 code).Gerd Hoffmann1-145/+9
2009-10-27pcnet: use qdev properties for configuration.Gerd Hoffmann1-17/+50
2009-10-15pcnet: Extend hardware resetJan Kiszka1-0/+3
2009-10-08pcnet: Restart poll timer on pcnet_startJan Kiszka1-0/+1
2009-10-08pcnet: Drop unused recv_pos fieldJan Kiszka1-13/+8
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann1-2/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-29/+29
2009-10-01Get rid of _t suffixmalc1-29/+29
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-08-27pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev fieldJuan Quintela1-13/+26
2009-08-27pcnet: remove useless casts This are casts to the very type of the functionJuan Quintela1-6/+6
2009-08-27pcnet: Change casts to DO_UPCAST() for PCIPCNetStateJuan Quintela1-4/+4
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-5/+6
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-10/+10
2009-08-10qdev/prop: convert pcnet.c to helper macros.Gerd Hoffmann1-6/+2
2009-07-16qdev: rework device properties.Gerd Hoffmann1-3/+16
2009-07-09qdev: update pci device registration.Gerd Hoffmann1-1/+7
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-2/+5
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-5/+5
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-1/+1
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-1/+1
2009-05-26Remove qdev irq sink handlingPaul Brook1-1/+1