aboutsummaryrefslogtreecommitdiffstats
path: root/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-gpu-3d: add support for second capability set (v4)Dave Airlie2018-02-262-1/+21
* sdcard: simplify SD_SEND_OP_COND (ACMD41)Philippe Mathieu-Daudé2018-02-221-30/+26
* sdcard: simplify SEND_IF_COND (CMD8)Philippe Mathieu-Daudé2018-02-221-15/+11
* sdcard: warn if host uses an incorrect address for APP CMD (CMD55)Philippe Mathieu-Daudé2018-02-221-0/+5
* sdcard: check the card is in correct state for APP CMD (CMD55)Philippe Mathieu-Daudé2018-02-221-0/+8
* sdcard: handles more commands in SPI modePhilippe Mathieu-Daudé2018-02-221-3/+26
* sdcard: use a more descriptive label 'unimplemented_spi_cmd'Philippe Mathieu-Daudé2018-02-221-9/+13
* sdcard: handle the Security Specification commandsPhilippe Mathieu-Daudé2018-02-221-0/+12
* sdcard: handle CMD54 (SDIO)Philippe Mathieu-Daudé2018-02-221-3/+2
* sdcard: use the registerfields API for the CARD_STATUS register masksPhilippe Mathieu-Daudé2018-02-221-3/+45
* sdcard: use the correct masked OCR in the R3 replyPhilippe Mathieu-Daudé2018-02-221-5/+16
* sdcard: simplify using the ldst APIPhilippe Mathieu-Daudé2018-02-221-29/+9
* sdcard: remove commands from unsupported old MMC specificationPhilippe Mathieu-Daudé2018-02-221-33/+0
* sdcard: clean the SCR register and add few commentsPhilippe Mathieu-Daudé2018-02-221-3/+6
* sdcard: fix the 'maximum data transfer rate' to 25MHzPhilippe Mathieu-Daudé2018-02-221-1/+1
* sdcard: update the CSD CRC register regardless the CSD structure versionPhilippe Mathieu-Daudé2018-02-221-2/+1
* sdcard: Don't always set the high capacity bitPhilippe Mathieu-Daudé2018-02-221-1/+4
* sdcard: use the registerfields API to access the OCR registerPhilippe Mathieu-Daudé2018-02-221-8/+13
* sdcard: use G_BYTE from cutilsPhilippe Mathieu-Daudé2018-02-221-1/+2
* sdcard: define SDMMC_CMD_MAX instead of using the magic '64'Philippe Mathieu-Daudé2018-02-222-6/+31
* sdcard: add more trace eventsPhilippe Mathieu-Daudé2018-02-222-6/+39
* sdcard: replace fprintf() by qemu_hexdump()Philippe Mathieu-Daudé2018-02-221-15/+1
* sdcard: add a trace event for command responsesPhilippe Mathieu-Daudé2018-02-222-3/+25
* sdcard: replace DPRINTF() by trace eventsPhilippe Mathieu-Daudé2018-02-222-6/+32
* sdcard: reorder SDState struct membersPhilippe Mathieu-Daudé2018-02-221-7/+9
* hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the busPhilippe Mathieu-Daudé2018-02-221-13/+19
* hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé2018-02-221-17/+21
* hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()Philippe Mathieu-Daudé2018-02-221-12/+16
* hw/sd/milkymist-memcard: use qemu_log_mask()Philippe Mathieu-Daudé2018-02-221-7/+10
* Fix ast2500 protection register emulationHugo Landau2018-02-222-2/+12
* hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun2018-02-221-4/+8
* raspi: Add "raspi3" machine typePekka Enberg2018-02-221-0/+23
* Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2018-02-203-6/+6
|\
| * 9p: fix leak in synth_name_to_path()Marc-André Lureau2018-02-191-0/+1
| * 9p: v9fs_path_copy() readabilityMarc-André Lureau2018-02-192-6/+5
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into stagingPeter Maydell2018-02-191-2/+2
|\ \ | |/ |/|
| * trace: avoid SystemTap "char const" warningsStefan Hajnoczi2018-02-191-2/+2
* | hw/rdma: Implementation of PVRDMA deviceYuval Shaia2018-02-193-1/+676
* | hw/rdma: PVRDMA commands and data-path opsYuval Shaia2018-02-197-0/+1243
* | hw/rdma: Implementation of generic rdma device layersYuval Shaia2018-02-196-1/+1535
* | hw/rdma: Definitions for rdma device and rdma resource managerYuval Shaia2018-02-192-0/+166
* | hw/rdma: Add wrappers and macrosYuval Shaia2018-02-194-0/+98
|/
* ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan2018-02-162-0/+1185
* ppc/spapr-caps: Disallow setting workaround for spapr-cap-ibsSuraj Jitindar Singh2018-02-161-2/+4
* spapr: consolidate the VCPU id numbering logic in a single placeGreg Kurz2018-02-161-7/+23
* spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz2018-02-161-8/+8
* spapr: move VCPU calculation to core machine codeGreg Kurz2018-02-162-7/+21
* spapr: use spapr->vsmt to compute VCPU idsGreg Kurz2018-02-161-14/+10
* ppc/spapr-caps: Change migration macro to take full spapr-cap nameSuraj Jitindar Singh2018-02-161-15/+15
* hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-164-160/+121