summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* fdc: Move floppy geometry guessing back from block.cMarkus Armbruster2012-07-173-20/+123
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-07-141-1/+1
|\
| * megasas: mark mfi_frame_desc as 'static'Hannes Reinecke2012-07-131-1/+1
* | vga: Implement blinking of text cursorJan Kiszka2012-07-142-2/+14
* | hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddrPeter Maydell2012-07-141-2/+4
* | hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plxPeter Maydell2012-07-141-7/+1Star
* | esp: add AMD PCscsi emulation (PCI SCSI adapter)Hervé Poussineau2012-07-142-0/+367
* | pci: add some stubsHervé Poussineau2012-07-141-0/+15
* | esp: use trace framework instead of stderr outputHervé Poussineau2012-07-141-7/+6Star
* | esp: split esp code into generic chip emulation and sysbus layerHervé Poussineau2012-07-141-67/+95
* | esp: use hba_private field instead of a complex castHervé Poussineau2012-07-141-4/+4
* | esp: support future change of chip_idHervé Poussineau2012-07-141-1/+3
* | esp: implement Reset ATN commandHervé Poussineau2012-07-141-0/+4
* | esp: implement Disable selection commandHervé Poussineau2012-07-141-0/+6
* | esp: delay Transfer Information command if dma is not enabledHervé Poussineau2012-07-141-0/+5
* | esp: execute select commands immediately when it is a non-dma commandHervé Poussineau2012-07-141-3/+3
* | 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/+0Star
| * | 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/+18Star
| |/ /
* | | 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/+5Star
| * | 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/+7Star
* | | hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_tPeter Maydell2012-07-041-2/+2