tcg: fix size of local variables in tcg_gen_bswap64_i64
[qemu] / hw / mcf_fec.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-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.