]> git.proxmox.com Git - qemu.git/history - hw/mcf_fec.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / mcf_fec.c
2011-07-23 Matthew FernandezCorrect spelling of licensed
2011-07-23 Jan Kiszkanet: Consistently use qemu_macaddr_default_if_unset
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2009-12-03 Mark McLoughlinnet: convert mcf_fec to NICState
2009-12-03 Mark McLoughlinnet: remove NICInfo::vc
2009-10-27 Mark McLoughlinnet: add receive_raw parameter to qemu_new_vlan_client()
2009-10-27 Mark McLoughlinnet: add a client type code
2009-10-15 Mark McLoughlinnet: allow NICs to be connected to netdevs
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
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-10 Anthony LiguoriMerge branch 'net-queue'
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-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
2009-01-07 aliguoriFix build breakage introduced by r6219
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriadd missing MAC address to info_str for some NICs ...
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-07 pbrookFix return type.
2007-06-04 pbrookColdFire Ethernet support.