Statistics
| Branch: | Revision:

root / hw / net / stellaris_enet.c @ 5ce5944d

History | View | Annotate | Download (13.1 kB)

# Date Author Comment
2fa30aba 07/29/2013 10:06 pm Andreas Färber

stellaris_enet: QOM cast cleanup

Signed-off-by: Andreas Färber <>

0618db44 07/29/2013 10:06 pm Andreas Färber

stellaris_enet: Fix NetClientInfo::cleanup

Drop freeing stellaris_enet_state - that is done by QOM later on unref.

Both MemoryRegion init and savevm registration happen in SysBusDevice
initfn currently, so move them into an unrealizefn for now.

Signed-off-by: Andreas Färber <>

eedfac6f 07/04/2013 06:42 pm Paolo Bonzini

hw/n*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

d7e35d4a 04/08/2013 07:13 pm Paolo Bonzini

hw: move NICs to hw/net/, configure via default-configs/

Signed-off-by: Paolo Bonzini <>