summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori6-17/+17
2012-07-09Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-54/+62
2012-07-09Merge remote-tracking branch 'kraxel/usb.55' into stagingAnthony Liguori5-39/+82
2012-07-09Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori10-37/+3640
2012-07-09fdc: Drop broken code for user-defined floppy geometryMarkus Armbruster1-3/+0
2012-07-09fdc: fix interrupt handlingPavel Hrdina1-13/+21
2012-07-09fdc: rewrite seek and DSKCHG bit handlingPavel Hrdina1-38/+41
2012-07-09usb-host: add trace events for iso xfersGerd Hoffmann1-4/+6
2012-07-09usb: fix interface initializationGerd Hoffmann2-2/+4
2012-07-09usb: split endpoint init and resetGerd Hoffmann3-4/+15
2012-07-09usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede1-0/+2
2012-07-09ehci: Kick async schedule on wakeup in the non companion caseHans de Goede1-2/+3
2012-07-09usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede1-0/+1
2012-07-09ehci: don't flush cache on doorbell rings.Gerd Hoffmann1-6/+29
2012-07-09ehci: fix td writebackGerd Hoffmann1-2/+4
2012-07-09ehci: fix ehci_qh_do_overlayGerd Hoffmann1-19/+18
2012-07-04hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_tPeter Maydell1-2/+2
2012-07-04i.MX31: KZM-ARM11-01 evaluation boardPeter Chubb2-0/+155
2012-07-04i.MX31: Interrupt ControllerPeter Chubb2-1/+409
2012-07-04i.MX31: TimersPeter Chubb3-1/+698
2012-07-04i.MX31: Clock Control ModulePeter Chubb3-1/+332
2012-07-04i.MX: UART supportPeter Chubb3-0/+484
2012-07-04Exynos4: add RTC deviceOleg Ogurtsov3-0/+604
2012-07-04hw/exynos4210.c: Fix misleading initialization of IROM mirrorEvgeny Voevodin1-1/+1
2012-07-04hw/exynos4210_pwm.c: Fix STOP status in tick handler.Evgeny Voevodin1-1/+1
2012-07-04ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.Stanislav Vorobiov1-4/+0
2012-07-02scsi: Fix transfer length for READ POSITION commands.Christian Hoff2-1/+23
2012-07-02scsi: Add basic support for SCSI media changer commands.Christian Hoff2-6/+43
2012-07-02scsi: Ensure command and transfer lengths are set for all SCSI devicesPaolo Bonzini1-7/+18
2012-07-02scsi: Fix LOAD_UNLOADChristian Hoff2-4/+4
2012-07-02scsi: Fix data length == SCSI_SENSE_BUF_SIZEChristian Hoff1-1/+1
2012-07-02virtio-scsi: do not crash on adding buffers to the event queuePaolo Bonzini1-1/+5
2012-07-02megasas: LSI Megaraid SAS HBA emulationHannes Reinecke3-0/+2201
2012-07-02megasas: Add header fileHannes Reinecke1-0/+1248
2012-07-02ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg1-8/+5
2012-07-02scsi-disk: implement READ DISC INFORMATIONPaolo Bonzini2-0/+41
2012-07-02atapi: implement READ DISC INFORMATIONPaolo Bonzini1-0/+31
2012-07-02scsi: add a qdev property for the disk's WWNPaolo Bonzini1-1/+13
2012-07-02scsi: simplify handling of the VPD page length fieldPaolo Bonzini1-8/+7
2012-06-27pseries: Implement IOMMU and DMA for PAPR PCI devicesDavid Gibson4-18/+39
2012-06-27iommu: Allow PCI to use IOMMU infrastructureDavid Gibson3-2/+18
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson9-341/+368
2012-06-27iommu: Introduce IOMMU emulation infrastructureDavid Gibson1-3/+1
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson4-14/+15
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson3-16/+23
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson3-4/+5
2012-06-27usb-ohci: Use universal DMA helper functionsDavid Gibson1-42/+51
2012-06-27iommu: Add universal DMA helper functionsDavid Gibson1-9/+12
2012-06-27Better support for dma_addr_t variablesDavid Gibson1-0/+12
2012-06-27rtl8139: validate rx ring before receiving packetsJason Wang1-10/+12