aboutsummaryrefslogtreecommitdiffstats
path: root/hw/dp8393x.c
AgeCommit message (Expand)AuthorFilesLines
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