summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-3121-607/+1188
|\
| * scsi-disk: add scsi-block for device passthroughPaolo Bonzini2011-10-281-0/+118
| * scsi: push request restart to SCSIDevicePaolo Bonzini2011-10-283-69/+68
| * scsi-generic: bump SCSIRequest reference count until aio completion runsPaolo Bonzini2011-10-281-0/+18
| * scsi-disk: bump SCSIRequest reference count until aio completion runsPaolo Bonzini2011-10-281-3/+45
| * scsi: do not call transfer_data after canceling a requestPaolo Bonzini2011-10-282-4/+20
| * scsi: pass cdb to alloc_reqPaolo Bonzini2011-10-284-5/+5
| * scsi: export scsi_generic_reqopsPaolo Bonzini2011-10-282-1/+4
| * scsi: make reqops constPaolo Bonzini2011-10-284-11/+10
| * scsi: move max_lba to SCSIDevicePaolo Bonzini2011-10-283-8/+10
| * scsi-disk: small clean up to INQUIRYPaolo Bonzini2011-10-281-25/+21
| * scsi-disk: remove cluster_sizePaolo Bonzini2011-10-281-19/+16
| * scsi-disk: do not duplicate BlockDriverState memberPaolo Bonzini2011-10-281-47/+45
| * scsi-generic: snoop READ CAPACITY commands to get block sizePaolo Bonzini2011-10-281-41/+25
| * scsi-generic: look at host statusPaolo Bonzini2011-10-281-4/+16
| * scsi-generic: check ioctl statuses when SG_IO succeedsPaolo Bonzini2011-10-281-4/+4
| * scsi-generic: remove scsi_req_fixupPaolo Bonzini2011-10-281-15/+0
| * scsi-generic: drop SCSIGenericStatePaolo Bonzini2011-10-281-50/+40
| * scsi-disk: fix retrying a flushPaolo Bonzini2011-10-281-6/+3
| * scsi-disk: fail READ CAPACITY if LBA != 0 but PMI == 0Paolo Bonzini2011-10-281-0/+6
| * scsi: add channel to addressingPaolo Bonzini2011-10-285-21/+25
| * scsi: allow arbitrary LUNsPaolo Bonzini2011-10-286-24/+75
| * scsi: implement REPORT LUNS for arbitrary LUNsPaolo Bonzini2011-10-281-10/+39
| * scsi: remove devs array from SCSIBusPaolo Bonzini2011-10-286-52/+50
| * qdev: switch children device list to QTAILQPaolo Bonzini2011-10-288-28/+28
| * scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)Paolo Bonzini2011-10-287-32/+39
| * scsi-disk: report media changed via GET EVENT STATUS NOTIFICATIONPaolo Bonzini2011-10-281-4/+53
| * scsi-disk: support READ DVD STRUCTUREPaolo Bonzini2011-10-281-1/+101
| * scsi-disk: support DVD profile in GET CONFIGURATIONPaolo Bonzini2011-10-281-8/+42
| * atapi/scsi-disk: make mode page values coherent between the twoPaolo Bonzini2011-10-282-16/+31
| * scsi-disk: store valid mode pages in a tablePaolo Bonzini2011-10-281-12/+13
| * scsi-disk: add stubs for more MMC commandsPaolo Bonzini2011-10-282-5/+65
| * scsi-disk: fix coding style issues (braces)Paolo Bonzini2011-10-281-25/+46
| * scsi-disk: report media changed via unit attention sense codesPaolo Bonzini2011-10-283-1/+35
| * scsi: notify the device when unit attention is reportedPaolo Bonzini2011-10-282-5/+29
| * atapi: cleanup/fix mode sense resultsPaolo Bonzini2011-10-281-4/+6
| * atapi: move GESN definitions to scsi-defs.hPaolo Bonzini2011-10-282-37/+27
| * atapi/scsi: unify definitions for MMCPaolo Bonzini2011-10-287-104/+101
| * scsi: pass correct sense code for ENOMEDIUMPaolo Bonzini2011-10-281-0/+3
| * ide: Fix off-by-one error in array index checkKevin Wolf2011-10-281-1/+1
* | Merge remote-tracking branch 'aneesh/for-upstream-7' into stagingAnthony Liguori2011-10-319-136/+842
|\ \
| * | hw/9pfs: Replace rwlocks with RCU variants of interfaces.Harsh Prateek Bora2011-10-311-16/+13
| * | hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V2011-10-313-0/+630
| * | hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V2011-10-317-128/+160
| * | hw/9pfs: Read-only support for 9p exportM. Mohan Kumar2011-10-311-0/+50
| * | hw/9pfs: Fix error handling in local_mknodAneesh Kumar K.V2011-10-311-8/+5
* | | Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-10-314-279/+140
|\ \ \
| * | | qapi: Convert query-pciLuiz Capitulino2011-10-273-215/+126
| * | | qapi: Convert query-balloonLuiz Capitulino2011-10-271-64/+14
| | |/ | |/|
* | | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-10-312-7/+11
|\ \ \
OpenPOWER on IntegriCloud