aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev: rework device properties.Gerd Hoffmann2009-07-161-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-4/+6
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-1/+1
* smc91c111 qdev conversionPaul Brook2009-05-141-10/+31
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-5/+14
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* add missing MAC address to info_str for some NICs (Mark McLoughlin)aliguori2009-01-071-0/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* Fix 64-bit host printf format mismatches.pbrook2007-11-101-2/+2
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Unify IRQ handling.pbrook2007-04-071-5/+3
* Random bug fixes from code inspection, by Wang Cheng Yeh.ths2007-04-021-3/+3
* Avoid "unused variable" compiler warning.ths2006-12-211-1/+2
* Spelling fixes, thanks to Stefan Weil.ths2006-12-071-1/+1
* Avoid buffer overflow when sending slirp packets.pbrook2006-02-041-1/+13
* smc91c111 fixes (Paul Brook)bellard2005-12-181-5/+27
* NIC emulation for qemu arm-softmmu (Paul Brook)bellard2005-12-041-0/+680