aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-04-19scsi: add SANITIZE commandPaolo Bonzini2-0/+2
2012-04-19SCSI emulation: should tell the guest that we actually support thin provisioningRonnie Sahlberg1-1/+1
2012-04-19SCSI emulation: Support unmap via WRITE_SAME_10.Ronnie Sahlberg1-2/+3
2012-04-19scsi: advertise DPOFUAPaolo Bonzini1-1/+2
2012-04-19scsi: small refactoring of MMC mode-sensePaolo Bonzini1-7/+12
2012-04-19scsi: support FUA on readsPaolo Bonzini1-10/+42
2012-04-19scsi: add a started field to SCSIDiskReqPaolo Bonzini1-0/+4
2012-04-19scsi: force unit access on VERIFYPaolo Bonzini1-4/+23
2012-04-19ide: convert ide_sector_write() to asynchronous I/OStefan Hajnoczi1-19/+42
2012-04-19ide: convert ide_sector_read() to asynchronous I/OStefan Hajnoczi2-21/+58
2012-04-19scsi: add support for FUA on writesPaolo Bonzini1-2/+47
2012-04-19scsi: move scsi_flush_complete aroundPaolo Bonzini1-18/+18
2012-04-19scsi: make code more homogeneous in AIO callback functionsPaolo Bonzini1-7/+4
2012-04-19scsi: add missing test for cancelled requestPaolo Bonzini1-1/+3
2012-04-19virtio-scsi: add multiqueue capabilityPaolo Bonzini1-10/+15
2012-04-19virtio: add virtio_queue_get_idPaolo Bonzini2-0/+8
2012-04-19virtio-scsi: prepare migration format for multiqueuePaolo Bonzini1-0/+5
2012-04-19scsi: fix memory leakPaolo Bonzini1-2/+5
2012-04-18Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-90/+49
2012-04-18Merge remote-tracking branch 'spice/spice.v52' into stagingAnthony Liguori2-2/+3
2012-04-18qxl-render: fix broken vnc+spice since commit f934493Alon Levy1-0/+1
2012-04-18qxl: set default values of vram*_size_mb to -1Alon Levy1-2/+2
2012-04-17xen: add a dummy xc_hvm_inject_msi for Xen < 4.2Stefano Stabellini3-1/+26
2012-04-17hw/ac97: add support for volume controlMarc-André Lureau1-0/+81
2012-04-17hw/ac97: the volume mask is not only 0x1fMarc-André Lureau1-1/+0
2012-04-17hw/ac97: remove USE_MIXER codeMarc-André Lureau1-121/+0
2012-04-17usb-ehci: drop assert()Gerd Hoffmann1-1/+0
2012-04-17usb-redir: Notify our peer when we reject a device due to a speed mismatchHans de Goede1-1/+7
2012-04-17usb-ehci: Drop unused sofv valueHans de Goede1-8/+0
2012-04-17usb-host: rewrite usb_linux_update_endp_tableGerd Hoffmann1-93/+101
2012-04-17usb: use USBDescriptor for endpoint descriptors.Gerd Hoffmann2-9/+20
2012-04-17usb: use USBDescriptor for interface descriptors.Gerd Hoffmann2-9/+20
2012-04-17usb: use USBDescriptor for config descriptors.Gerd Hoffmann2-10/+21
2012-04-17usb: use USBDescriptor for device qualifier descriptors.Gerd Hoffmann2-11/+22
2012-04-17usb: add USBDescriptor, use for device descriptors.Gerd Hoffmann2-19/+46
2012-04-17usb-ehci: frindex always is a 14 bits counterHans de Goede1-2/+6
2012-04-17usb-ehci: fix ehci_child_detachGerd Hoffmann1-1/+0
2012-04-17usb-hub: add tracepointsGerd Hoffmann1-2/+41
2012-04-17usb_packet_set_state: handle p->ep == NULLGerd Hoffmann1-6/+11
2012-04-17usb-host: add property to turn off pipeliningGerd Hoffmann1-1/+9
2012-04-17usb-host: add usb packet to request tracepointsGerd Hoffmann1-12/+14
2012-04-17usb-host: trace canceled requestsGerd Hoffmann1-1/+3
2012-04-17usb-host: trace emulated requestsGerd Hoffmann1-3/+9
2012-04-17Add bootindex support to usb-host and usb-redirGerd Hoffmann2-0/+6
2012-04-17usb-uhci: queuing fixGerd Hoffmann1-3/+10
2012-04-17usb-uhci: stop queue filling when we find a in-flight tdGerd Hoffmann1-0/+3
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann3-1/+25
2012-04-16Merge remote-tracking branch 'kiszka/queues/pending' into stagingAnthony Liguori3-1/+17
2012-04-16Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori7-294/+204
2012-04-16Merge remote-tracking branch 'sstabellini/for_anthony' into stagingAnthony Liguori5-8/+112