vmstate: Add pre/post_save() hooks
[qemu] / hw / etraxfs_eth.c
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-09 Mark McLoughlinDon't leak VLANClientState on PCI hot remove
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-15 Edgar E. Iglesiasetrax: Don't pass CPUState to peripherals.
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-05-18 Edgar E. Iglesiasetrax: Remove unused eth irq line.
2009-05-13 Edgar E. IglesiasETRAX: Correct setting of ethernet station address.
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-02-22 edgar_iglCRIS: Fix remaining build warnings.
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
2009-01-09 edgar_iglETRAX: Let the ethernet PHY report the current link...
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2009-01-07 edgar_iglETRAX: Correct size of control-register area.
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-10-24 edgar_iglETRAX-FS: Drop DMA polling for ethernet.
2008-09-22 edgar_iglETRAX-FS: Correct ethernet PHY diagnostics register...
2008-06-30 edgar_iglAvoid refering to CRIS specific cpu-state to be able...
2008-06-30 edgar_iglAvoid CRIS related warnings by Jan Kiszka.
2008-05-27 edgar_iglETRAX: Avoid compiler warning.
2008-05-18 edgar_iglETRAX: Add support for the ethernet receivers dest...
2008-05-13 edgar_iglETRAX: Add some kind of support for simulating 802...
2008-05-11 edgar_iglAdd limited support for the etrax ethernet controller.