aboutsummaryrefslogtreecommitdiffstats
path: root/hw/dp8393x.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2011-12-02sonic: fix typoHervé Poussineau1-1/+1
2011-11-24dp8393x: convert to memory APIAvi Kivity1-15/+15
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-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin1-2/+2
2009-12-03net: convert dp8393x to NICStateMark McLoughlin1-16/+25
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-1/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-9/+9
2009-10-01Get rid of _t suffixmalc1-9/+9
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin1-2/+3
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-3/+5
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-6/+6
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-2/+2
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-5/+5
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-4/+16
2009-04-15Implement sonic netcard (MIPS Jazz)aurel321-0/+888