aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-03scsi: add scsi-defs.hGerd Hoffmann
2009-12-03scsi: move blocksize from SCSIGenericState to SCSIDeviceGerd Hoffmann
2009-12-03scsi: move scsi command buffer from SCSIGenericReq to SCSIRequest.Gerd Hoffmann
2009-12-03scsi: move SCSIRequest management to common code.Gerd Hoffmann
2009-12-03scsi: move request lists to QTAILQ.Gerd Hoffmann
2009-12-03scsi: create common SCSIRequest structure.Gerd Hoffmann
2009-12-03scsi: add/fix header protection.Gerd Hoffmann
2009-12-03net: fix vnet_hdr handling in solaris tap codeMark McLoughlin
2009-12-03net: initialize vnet_hdr in net_init_tap()Mark McLoughlin
2009-12-03net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau
2009-12-03net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau
2009-12-03net: print correct error for '-netdev ""'Mark McLoughlin
2009-12-03net: fix qemu_announce_self()Mark McLoughlin
2009-12-03net: add qemu_foreach_nic()Mark McLoughlin
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: remove qemu_new_vlan_client()Mark McLoughlin
2009-12-03net: convert xen to NICStateMark McLoughlin
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin
2009-12-03net: convert xilinx_ethlite to NICStateMark McLoughlin
2009-12-03net: convert usb-net to NICStateMark McLoughlin
2009-12-03net: convert stellaris to NICStateMark McLoughlin
2009-12-03net: convert smc91c111 to NICStateMark McLoughlin
2009-12-03net: convert musicpal to NICStateMark McLoughlin
2009-12-03net: convert mipsnet to NICStateMark McLoughlin
2009-12-03net: convert mcf_fec to NICStateMark McLoughlin
2009-12-03net: convert LAN9118 to NICStateMark McLoughlin
2009-12-03net: convert etrax to NICStateMark McLoughlin
2009-12-03net: convert dp8393x to NICStateMark McLoughlin
2009-12-03net: convert eepro100 to NICStateMark McLoughlin
2009-12-03net: convert pcnet to NICStateMark McLoughlin
2009-12-03net: convert ne2000 to NICStateMark McLoughlin
2009-12-03net: convert rtl8139 to NICStateMark McLoughlin
2009-12-03net: convert e1000 to NICStateMark McLoughlin
2009-12-03net: convert virtio to NICStateMark McLoughlin
2009-12-03net: introduce NICState and qemu_new_nic()Mark McLoughlin
2009-12-03net: convert dump to NetClientInfoMark McLoughlin
2009-12-03net: convert socket to NetClientInfoMark McLoughlin
2009-12-03net: convert vde to NetClientInfoMark McLoughlin
2009-12-03net: convert slirp to NetClientInfoMark McLoughlin
2009-12-03net: convert tap-win32 to NetClientInfoMark McLoughlin
2009-12-03net: convert tap to NetClientInfoMark McLoughlin
2009-12-03qdev: move DO_UPCAST() into osdep.hMark McLoughlin
2009-12-03net: introduce qemu_new_net_client()Mark McLoughlin
2009-12-03net: introduce NetClientInfoMark McLoughlin
2009-12-03net: remove NICInfo::privateMark McLoughlin
2009-12-03net: remove NICInfo::vcMark McLoughlin
2009-12-03net: clean up includes in net.cMark McLoughlin
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin