aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: remove VLANClientState members now in NetClientInfoMark McLoughlin2009-12-031-2/+2
* net: convert dp8393x to NICStateMark McLoughlin2009-12-031-16/+25
* net: remove NICInfo::vcMark McLoughlin2009-12-031-5/+5
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-271-1/+1
* net: add a client type codeMark McLoughlin2009-10-271-1/+2
* net: allow NICs to be connected to netdevsMark McLoughlin2009-10-151-1/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
* Get rid of _t suffixmalc2009-10-011-9/+9
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-2/+3
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-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-3/+5
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-6/+6
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-2/+2
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-2/+2
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-5/+5
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-4/+16
* Implement sonic netcard (MIPS Jazz)aurel322009-04-151-0/+888