summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bitsPeter Maydell2012-07-121-1/+1
* Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-096-17/+17
|\
| * consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-111-4/+4
| * change iov_* function prototypes to be more appropriateMichael Tokarev2012-06-075-11/+11
| * virtio-serial-bus: use correct lengths in control_out() messageMichael Tokarev2012-06-071-3/+3
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-07-091-54/+62
|\ \
| * | fdc: Drop broken code for user-defined floppy geometryMarkus Armbruster2012-07-091-3/+0
| * | fdc: fix interrupt handlingPavel Hrdina2012-07-091-13/+21
| * | fdc: rewrite seek and DSKCHG bit handlingPavel Hrdina2012-07-091-38/+41
* | | Merge remote-tracking branch 'kraxel/usb.55' into stagingAnthony Liguori2012-07-095-39/+82
|\ \ \
| * | | usb-host: add trace events for iso xfersGerd Hoffmann2012-07-091-4/+6
| * | | usb: fix interface initializationGerd Hoffmann2012-07-092-2/+4
| * | | usb: split endpoint init and resetGerd Hoffmann2012-07-093-4/+15
| * | | usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede2012-07-091-0/+2
| * | | ehci: Kick async schedule on wakeup in the non companion caseHans de Goede2012-07-091-2/+3
| * | | usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede2012-07-091-0/+1
| * | | ehci: don't flush cache on doorbell rings.Gerd Hoffmann2012-07-091-6/+29
| * | | ehci: fix td writebackGerd Hoffmann2012-07-091-2/+4
| * | | ehci: fix ehci_qh_do_overlayGerd Hoffmann2012-07-091-19/+18
| |/ /
* | | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2012-07-0910-37/+3640
|\ \ \ | |/ / |/| |
| * | scsi: Fix transfer length for READ POSITION commands.Christian Hoff2012-07-022-1/+23
| * | scsi: Add basic support for SCSI media changer commands.Christian Hoff2012-07-022-6/+43
| * | scsi: Ensure command and transfer lengths are set for all SCSI devicesPaolo Bonzini2012-07-021-7/+18
| * | scsi: Fix LOAD_UNLOADChristian Hoff2012-07-022-4/+4
| * | scsi: Fix data length == SCSI_SENSE_BUF_SIZEChristian Hoff2012-07-021-1/+1
| * | virtio-scsi: do not crash on adding buffers to the event queuePaolo Bonzini2012-07-021-1/+5
| * | megasas: LSI Megaraid SAS HBA emulationHannes Reinecke2012-07-023-0/+2201
| * | megasas: Add header fileHannes Reinecke2012-07-021-0/+1248
| * | ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg2012-07-021-8/+5
| * | scsi-disk: implement READ DISC INFORMATIONPaolo Bonzini2012-07-022-0/+41
| * | atapi: implement READ DISC INFORMATIONPaolo Bonzini2012-07-021-0/+31
| * | scsi: add a qdev property for the disk's WWNPaolo Bonzini2012-07-021-1/+13
| * | scsi: simplify handling of the VPD page length fieldPaolo Bonzini2012-07-021-8/+7
* | | hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_tPeter Maydell2012-07-041-2/+2
* | | i.MX31: KZM-ARM11-01 evaluation boardPeter Chubb2012-07-042-0/+155
* | | i.MX31: Interrupt ControllerPeter Chubb2012-07-042-1/+409
* | | i.MX31: TimersPeter Chubb2012-07-043-1/+698
* | | i.MX31: Clock Control ModulePeter Chubb2012-07-043-1/+332
* | | i.MX: UART supportPeter Chubb2012-07-043-0/+484
* | | Exynos4: add RTC deviceOleg Ogurtsov2012-07-043-0/+604
* | | hw/exynos4210.c: Fix misleading initialization of IROM mirrorEvgeny Voevodin2012-07-041-1/+1
* | | hw/exynos4210_pwm.c: Fix STOP status in tick handler.Evgeny Voevodin2012-07-041-1/+1
* | | ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.Stanislav Vorobiov2012-07-041-4/+0
|/ /
* | pseries: Implement IOMMU and DMA for PAPR PCI devicesDavid Gibson2012-06-274-18/+39
* | iommu: Allow PCI to use IOMMU infrastructureDavid Gibson2012-06-273-2/+18
* | pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson2012-06-279-341/+368
* | iommu: Introduce IOMMU emulation infrastructureDavid Gibson2012-06-271-3/+1
* | usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson2012-06-274-14/+15
* | ide/ahci: Use universal DMA helper functionsDavid Gibson2012-06-273-16/+23
* | iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson2012-06-273-4/+5
OpenPOWER on IntegriCloud