summaryrefslogtreecommitdiffstats
path: root/hw/mipsnet.c
Commit message (Expand)AuthorAgeFilesLines
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-3/+3
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* Add missing const attributes for MemoryRegionOpsStefan Weil2012-03-111-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-9/+11
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-11/+20
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* mipsnet: use trace frameworkHervé Poussineau2011-09-101-20/+6
* mipsnet: convert to qdevHervé Poussineau2011-09-101-33/+47
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-231-1/+1
* vmstate: port mipsnetJuan Quintela2011-04-221-34/+19
* mipsnet: Fix compiler warning in debug codeStefan Weil2010-10-031-1/+1
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
* net: convert mipsnet to NICStateMark McLoughlin2009-12-031-18/+27
* net: remove NICInfo::vcMark McLoughlin2009-12-031-5/+5
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-271-1/+1
* net: add a client type codeMark McLoughlin2009-10-271-1/+2
* net: allow NICs to be connected to netdevsMark McLoughlin2009-10-151-2/+3
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-3/+3
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-2/+4
* 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
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+15
* Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori2009-04-171-3/+1
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-8/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Fix mipsnet device ID, noticed by Vijay Kumar.aurel322008-03-281-4/+2
* Break up vl.h.pbrook2007-11-171-1/+4
* Less debug noise from the mipsnet driver.ths2007-10-281-3/+3
* Second half of mipssim support, plus documentation improvements.ths2007-10-171-0/+269
OpenPOWER on IntegriCloud