aboutsummaryrefslogtreecommitdiff
path: root/hw/dp8393x.c
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2011-12-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-12-02sonic: fix typoHervé Poussineau
2011-11-24dp8393x: convert to memory APIAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2010-12-11Add endianness as io mem parameterAlexander Graf
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: convert dp8393x 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-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
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-05-22Introduce reset notifier orderJan Kiszka
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-04-15Implement sonic netcard (MIPS Jazz)aurel32