summaryrefslogtreecommitdiff
path: root/hw/net/stellaris_enet.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-8/+0
2014-05-13hw/net/stellaris_enet: Convert to vmstatePeter Maydell1-68/+80
2014-05-13hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell1-21/+19
2014-05-13hw/net/stellaris_enet: Fix debug format stringsPeter Maydell1-3/+3
2014-05-13hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell1-2/+15
2014-05-13hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell1-42/+77
2014-05-13hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell1-1/+1
2014-05-13hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell1-4/+6
2014-02-26hw/net/stellaris_enet: Avoid unintended sign extensionPeter Maydell1-1/+2
2013-07-29stellaris_enet: Fix NetClientInfo::cleanupAndreas Färber1-5/+11
2013-07-29stellaris_enet: QOM cast cleanupAndreas Färber1-9/+15
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini1-0/+450