aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mipsnet.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+11
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-11/+20
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-09-10mipsnet: use trace frameworkHervé Poussineau1-20/+6
2011-09-10mipsnet: convert to qdevHervé Poussineau1-33/+47
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka1-1/+1
2011-04-22vmstate: port mipsnetJuan Quintela1-34/+19
2010-10-03mipsnet: Fix compiler warning in debug codeStefan Weil1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2009-12-03net: convert mipsnet to NICStateMark McLoughlin1-18/+27
2009-12-03net: remove NICInfo::vcMark McLoughlin1-5/+5
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin1-1/+1
2009-10-27net: add a client type codeMark McLoughlin1-1/+2
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin1-2/+3
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin1-3/+3
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-2/+4
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-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-1/+15
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori1-3/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori1-8/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-2/+2
2008-03-28Fix mipsnet device ID, noticed by Vijay Kumar.aurel321-4/+2
2007-11-17Break up vl.h.pbrook1-1/+4
2007-10-28Less debug noise from the mipsnet driver.ths1-3/+3
2007-10-17Second half of mipssim support, plus documentation improvements.ths1-0/+269