summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-04-26usb-ehci: add missing usb_packet_init() callGerd Hoffmann2-0/+2
2012-04-26usb-ehci: remove hackGerd Hoffmann1-18/+0
2012-04-26hda: fix codec idsGerd Hoffmann1-6/+8
2012-04-26hda: add hda-micro codecGerd Hoffmann1-2/+141
2012-04-26hda: move input widgets from duplex to commonGerd Hoffmann1-50/+50
2012-04-24Limit ptimer rate to something achievablePeter Chubb1-0/+13
2012-04-24qom: Refine container_get() to allow using a custom rootAndreas Färber2-5/+6
2012-04-23Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-40/+100
2012-04-23Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-3/+3
2012-04-23fix BCD mask for date (Solaris 2.5 guest hang fix)Artyom Tarasenko1-3/+3
2012-04-23Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori4-81/+132
2012-04-23Merge remote-tracking branch 'sstabellini/build_fix' into stagingAnthony Liguori3-1/+26
2012-04-23Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-4/+3
2012-04-23Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori6-42/+171
2012-04-20versatiblepb: add NOR flash supportEric Benard1-0/+16
2012-04-20hw/arm_mptimer: Reset the qemu_timer at resetPeter Maydell1-0/+3
2012-04-20versatilepb: add ds1338 rtc deviceOskar Andero1-0/+6
2012-04-20realview: break out versatile i2c controller codeOskar Andero2-81/+107
2012-04-20e1000: Fix spelling (segmentaion -> segmentation) in debug outputStefan Weil1-1/+1
2012-04-20pflash_cfi01: remove redundant lineEric Bénard1-1/+0
2012-04-20qxl: Add missing GCC_FMT_ATTR and fix format specifierStefan Weil2-2/+2
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