vmstate: Add pre/post_save() hooks
[qemu] / hw / mipsnet.c
2009-07-09 Mark McLoughlinDon't leak VLANClientState on PCI hot remove
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-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-17 aliguoriRemove NICInfo from e1000 and mipsnet state (Mark McLou...
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-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd qemu_format_nic_info_str() (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2008-03-28 aurel32Fix mipsnet device ID, noticed by Vijay Kumar.
2007-11-17 pbrookBreak up vl.h.
2007-10-28 thsLess debug noise from the mipsnet driver.
2007-10-17 thsSecond half of mipssim support, plus documentation...