summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-12-03scsi: move status to SCSIRequest.Gerd Hoffmann4-15/+27
2009-12-03scsi: move dinfo to SCSIDeviceGerd Hoffmann3-44/+43
2009-12-03scsi: move sense to SCSIDevice, create SCSISense struct.Gerd Hoffmann3-4/+23
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: remove VLANClientState members now in NetClientInfoMark McLoughlin2-3/+3
2009-12-03net: convert xen to NICStateMark McLoughlin1-17/+29
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-03qdev: move DO_UPCAST() into osdep.hMark McLoughlin1-10/+0
2009-12-03net: remove NICInfo::vcMark McLoughlin5-27/+27
2009-12-03ac97: port to vmstateJuan Quintela1-57/+44
2009-12-03ac97: up savevm version and remove active from stateJuan Quintela1-9/+4
2009-12-03ac97: recalculate active after loadvmJuan Quintela1-0/+3
2009-12-03ac97: sizeof needs %zdJuan Quintela1-2/+2
2009-12-03gus: port to vmstateJuan Quintela1-30/+17
2009-12-03c4231a: port to vmstateJuan Quintela1-28/+30
2009-12-03es1370: port to vmstateJuan Quintela1-41/+36
2009-12-03sb16: port to vmstateJuan Quintela1-107/+61
2009-12-03qdev: Use QError for 'device not found' errorLuiz Capitulino1-2/+2
2009-12-02fix I2C slave addressingJuha Riihimäki1-2/+4
2009-12-02Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann2-2/+2
2009-12-02Fix qemu_malloc/qemu_free use in rtl8139.cJean-Christophe DUBOIS1-2/+2
2009-12-02Fix free use in xen_backend.cJean-Christophe DUBOIS1-1/+1
2009-12-02Fix qemu_free use in scsi-generic.cJean-Christophe DUBOIS1-2/+2
2009-12-02Fix qemu_free use in nseries.cJean-Christophe DUBOIS1-1/+1
2009-12-02Fix qemu_free use in bt-l2cap.cJean-Christophe DUBOIS1-1/+1