aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-03-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-13/+215
2018-03-01Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180301-v2' into sta...Peter Maydell6-324/+126
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei1-0/+104
2018-03-01cryptodev: add vhost supportGonglei1-0/+70
2018-03-01vhost: fix incorrect check in vhost_verify_ring_mappingsJia He1-2/+2
2018-03-01vhost: avoid to start/stop virtqueue which is not readyJia He1-1/+17
2018-03-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180301'...Peter Maydell8-26/+250
2018-03-01vhost: fix memslot limit checkJay Zhou1-7/+12
2018-03-01intel-iommu: Accept 64-bit writes to FEADDRJan Kiszka1-2/+9
2018-03-01virtio-pci: trivial fixes in error messageGreg Kurz1-1/+1
2018-03-01Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell1-9/+11
2018-03-01arm/vexpress: Add proper display connector emulationLinus Walleij1-1/+5
2018-03-01hw/sii9022: Add support for Silicon Image SII9022Linus Walleij3-0/+197
2018-03-01hw/i2c-ddc: Do not fail writesLinus Walleij1-2/+2
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard1-17/+0
2018-03-01i2c: Fix some brace style issuesCorey Minyard1-2/+1
2018-03-01xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commandsFrancisco Iglesias1-1/+1
2018-03-01xilinx_spips: Enable only two slaves when reading/writing with stripeFrancisco Iglesias1-4/+37
2018-03-01hw: register: Run post_write hook on resetAlistair Francis1-0/+8
2018-03-01Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-21-2...Peter Maydell1-101/+0
2018-02-27loader: don't perform overlapping address check for memory region ROM imagesMark Cave-Ayland1-9/+11
2018-02-27Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180227-pull-request' ...Peter Maydell1-30/+441
2018-02-27Merge tag 'tags/s390-ccw-bios-2018-02-26' into s390-nextCornelia Huck2-3/+105
2018-02-26virtio-gpu-3d: add support for second capability set (v4)Dave Airlie2-1/+21
2018-02-26s390x/sclp: remove memory hotplug supportDavid Hildenbrand1-305/+5
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski2-3/+3
2018-02-26s390/stattrib: Make SaveVMHandlers data staticDr. David Alan Gilbert1-13/+13
2018-02-26usb-mtp: Advertise SendObjectInfo for write supportBandan Das1-2/+134
2018-02-26usb-mtp: Introduce write support for MTP objectsBandan Das1-2/+155
2018-02-26usb-mtp: Support delete of mtp objectsBandan Das1-0/+123
2018-02-26usb-mtp: print parent path in IN_IGNORED trace fnBandan Das1-3/+2
2018-02-26usb-mtp: Add one more argument when building resultsBandan Das1-23/+27
2018-02-26s390-ccw: interactive boot menu for scsiCollin L. Walling1-0/+2
2018-02-26s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling2-0/+6
2018-02-26s390-ccw: parse and set boot menu optionsCollin L. Walling2-2/+59
2018-02-26s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling2-3/+40
2018-02-22sdcard: simplify SD_SEND_OP_COND (ACMD41)Philippe Mathieu-Daudé1-30/+26
2018-02-22sdcard: simplify SEND_IF_COND (CMD8)Philippe Mathieu-Daudé1-15/+11
2018-02-22sdcard: warn if host uses an incorrect address for APP CMD (CMD55)Philippe Mathieu-Daudé1-0/+5
2018-02-22sdcard: check the card is in correct state for APP CMD (CMD55)Philippe Mathieu-Daudé1-0/+8
2018-02-22sdcard: handles more commands in SPI modePhilippe Mathieu-Daudé1-3/+26
2018-02-22sdcard: use a more descriptive label 'unimplemented_spi_cmd'Philippe Mathieu-Daudé1-9/+13
2018-02-22sdcard: handle the Security Specification commandsPhilippe Mathieu-Daudé1-0/+12
2018-02-22sdcard: handle CMD54 (SDIO)Philippe Mathieu-Daudé1-3/+2
2018-02-22sdcard: use the registerfields API for the CARD_STATUS register masksPhilippe Mathieu-Daudé1-3/+45
2018-02-22sdcard: use the correct masked OCR in the R3 replyPhilippe Mathieu-Daudé1-5/+16
2018-02-22sdcard: simplify using the ldst APIPhilippe Mathieu-Daudé1-29/+9
2018-02-22sdcard: remove commands from unsupported old MMC specificationPhilippe Mathieu-Daudé1-33/+0
2018-02-22sdcard: clean the SCR register and add few commentsPhilippe Mathieu-Daudé1-3/+6
2018-02-22sdcard: fix the 'maximum data transfer rate' to 25MHzPhilippe Mathieu-Daudé1-1/+1