aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-03scsi: add xfer modeGerd Hoffmann3-39/+54
2009-12-03scsi: use command defines in scsi-disk.cGerd Hoffmann1-20/+20
2009-12-03scsi: add request parsing helpers to common code.Gerd Hoffmann3-132/+191
2009-12-03scsi: move type from SCSIGenericState to SCSIDeviceGerd Hoffmann3-7/+8
2009-12-03scsi: add scsi-defs.hGerd Hoffmann3-31/+174
2009-12-03scsi: move blocksize from SCSIGenericState to SCSIDeviceGerd Hoffmann3-12/+13
2009-12-03scsi: move scsi command buffer from SCSIGenericReq to SCSIRequest.Gerd Hoffmann2-9/+12
2009-12-03scsi: move SCSIRequest management to common code.Gerd Hoffmann4-40/+52
2009-12-03scsi: move request lists to QTAILQ.Gerd Hoffmann4-105/+41
2009-12-03scsi: create common SCSIRequest structure.Gerd Hoffmann3-107/+114
2009-12-03scsi: add/fix header protection.Gerd Hoffmann3-69/+7
2009-12-03net: fix vnet_hdr handling in solaris tap codeMark McLoughlin1-0/+11
2009-12-03net: initialize vnet_hdr in net_init_tap()Mark McLoughlin1-1/+1
2009-12-03net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau1-0/+5
2009-12-03net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau1-0/+2
2009-12-03net: print correct error for '-netdev ""'Mark McLoughlin1-5/+11
2009-12-03net: fix qemu_announce_self()Mark McLoughlin1-13/+13
2009-12-03net: add qemu_foreach_nic()Mark McLoughlin2-0/+22
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin5-40/+27
2009-12-03net: remove qemu_new_vlan_client()Mark McLoughlin2-57/+0
2009-12-03net: convert xen to NICStateMark McLoughlin1-17/+29
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin4-34/+95
2009-12-03net: convert xilinx_ethlite to NICStateMark McLoughlin1-15/+20
2009-12-03net: convert usb-net to NICStateMark McLoughlin1-26/+31
2009-12-03net: convert stellaris to NICStateMark McLoughlin1-15/+19
2009-12-03net: convert smc91c111 to NICStateMark McLoughlin1-15/+20
2009-12-03net: convert musicpal to NICStateMark McLoughlin1-13/+18
2009-12-03net: convert mipsnet to NICStateMark McLoughlin1-18/+27
2009-12-03net: convert mcf_fec to NICStateMark McLoughlin1-25/+33
2009-12-03net: convert LAN9118 to NICStateMark McLoughlin1-20/+25
2009-12-03net: convert etrax to NICStateMark McLoughlin1-18/+27
2009-12-03net: convert dp8393x to NICStateMark McLoughlin1-16/+25
2009-12-03net: convert eepro100 to NICStateMark McLoughlin1-19/+24
2009-12-03net: convert pcnet to NICStateMark McLoughlin3-26/+38
2009-12-03net: convert ne2000 to NICStateMark McLoughlin3-23/+36
2009-12-03net: convert rtl8139 to NICStateMark McLoughlin1-19/+24
2009-12-03net: convert e1000 to NICStateMark McLoughlin1-21/+26
2009-12-03net: convert virtio to NICStateMark McLoughlin1-34/+39
2009-12-03net: introduce NICState and qemu_new_nic()Mark McLoughlin2-0/+32
2009-12-03net: convert dump to NetClientInfoMark McLoughlin1-21/+28
2009-12-03net: convert socket to NetClientInfoMark McLoughlin1-29/+45
2009-12-03net: convert vde to NetClientInfoMark McLoughlin1-17/+28
2009-12-03net: convert slirp to NetClientInfoMark McLoughlin1-24/+37
2009-12-03net: convert tap-win32 to NetClientInfoMark McLoughlin1-16/+23
2009-12-03net: convert tap to NetClientInfoMark McLoughlin1-37/+45
2009-12-03qdev: move DO_UPCAST() into osdep.hMark McLoughlin2-10/+10
2009-12-03net: introduce qemu_new_net_client()Mark McLoughlin2-21/+54
2009-12-03net: introduce NetClientInfoMark McLoughlin1-0/+11
2009-12-03net: remove NICInfo::privateMark McLoughlin1-1/+0
2009-12-03net: remove NICInfo::vcMark McLoughlin6-28/+27