summaryrefslogtreecommitdiffstats
path: root/hw/ne2000.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-3/+3
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-2/+1
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-2/+1
* | Avoid returning voidBlue Swirl2012-07-281-4/+4
* | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
|/
* net: move compute_mcast_idx() to net.hJason Wang2012-03-161-24/+0
* nic: zap obsolote romloading bits from ne2k + pcnetGerd Hoffmann2012-02-241-8/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-7/+9
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-13/+22
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-2/+1
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-1/+1
* ne2000: convert to memory APIAvi Kivity2011-08-081-24/+53
* hw/ne2000.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-3/+3
* PXE: Use consistent naming for PXE ROMsAlex Williamson2011-04-181-1/+1
* Add bootindex for option roms.Gleb Natapov2010-12-111-1/+1
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+3
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* ne2000: switch to symbolic names for pci registersMichael S. Tsirkin2009-12-231-1/+2
* Add "static" to please SparseBlue Swirl2009-12-041-1/+1
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-2/+1
* net: convert ne2000 to NICStateMark McLoughlin2009-12-031-14/+21
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-1/+1
* ne2000: port to vmstateJuan Quintela2009-10-271-85/+48
* ne2k_pci: use qdev properties for configuration.Gerd Hoffmann2009-10-271-8/+33
* ne2k_isa: use qdev properties for configuration.Gerd Hoffmann2009-10-271-3/+3
* Compile ne2000 only onceBlue Swirl2009-09-201-1/+0
* qdev/isa: convert ne2000Gerd Hoffmann2009-09-101-87/+12
* Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela2009-08-271-15/+28
* We need PCINE2000State for save/load functionsJuan Quintela2009-08-271-5/+5
* ne2000: Change casts to DO_UPCAST() for PCINE2000StateJuan Quintela2009-08-271-2/+2
* ne2000: pci_dev has this very value with the right typeJuan Quintela2009-08-271-1/+1
* ne2000: remove casts from void *Juan Quintela2009-08-271-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-3/+3
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-1/+1
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-6/+9
* 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-2/+2
OpenPOWER on IntegriCloud