aboutsummaryrefslogtreecommitdiff
path: root/hw/mipsnet.c
AgeCommit message (Expand)Author
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-09-10mipsnet: use trace frameworkHervé Poussineau
2011-09-10mipsnet: convert to qdevHervé Poussineau
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2011-04-22vmstate: port mipsnetJuan Quintela
2010-10-03mipsnet: Fix compiler warning in debug codeStefan Weil
2010-07-06savevm: Add DeviceState paramAlex Williamson
2009-12-03net: convert mipsnet to NICStateMark McLoughlin
2009-12-03net: remove NICInfo::vcMark McLoughlin
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori
2008-03-28Fix mipsnet device ID, noticed by Vijay Kumar.aurel32
2007-11-17Break up vl.h.pbrook
2007-10-28Less debug noise from the mipsnet driver.ths
2007-10-17Second half of mipssim support, plus documentation improvements.ths