aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-3/+3
* Get rid of _t suffixmalc2009-10-011-3/+3
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-3/+3
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias2009-06-151-5/+1
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-3/+5
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-3/+3
* 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
* etrax: Remove unused eth irq line.Edgar E. Iglesias2009-05-181-3/+1
* ETRAX: Correct setting of ethernet station address.Edgar E. Iglesias2009-05-131-2/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+12
* CRIS: Fix remaining build warnings.edgar_igl2009-02-221-2/+1
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-8/+0
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* ETRAX: Let the ethernet PHY report the current link-state.edgar_igl2009-01-091-3/+20
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-1/+1
* ETRAX: Correct size of control-register area.edgar_igl2009-01-071-42/+18
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+0
* ETRAX-FS: Drop DMA polling for ethernet.edgar_igl2008-10-241-46/+4
* ETRAX-FS: Correct ethernet PHY diagnostics register reads.edgar_igl2008-09-221-4/+51
* Avoid refering to CRIS specific cpu-state to be able to use these blocks with...edgar_igl2008-06-301-6/+5
* Avoid CRIS related warnings by Jan Kiszka.edgar_igl2008-06-301-4/+6
* ETRAX: Avoid compiler warning.edgar_igl2008-05-271-3/+2
* ETRAX: Add support for the ethernet receivers dest addr filters.edgar_igl2008-05-181-45/+162
* ETRAX: Add some kind of support for simulating 802.3 auto-negotiation.edgar_igl2008-05-131-17/+55
* Add limited support for the etrax ethernet controller.edgar_igl2008-05-111-0/+453