summaryrefslogtreecommitdiffstats
path: root/hw/sd
Commit message (Expand)AuthorAgeFilesLines
...
* | sd: Hide the qdev-but-not-quite thing created by sd_init()Markus Armbruster2020-06-151-11/+27
* | sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" deviceMarkus Armbruster2020-06-151-0/+1
|/
* error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-272-4/+4
* qdev: Unrealize must not failMarkus Armbruster2020-05-153-5/+5
* various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2020-04-291-1/+1
* hw/sd/ssi-sd: fix error handling in ssi_sd_realizeVladimir Sementsov-Ogievskiy2020-03-171-2/+14
* hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank2020-03-123-0/+862
* hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-201-10/+5Star
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-5/+5
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-302-2/+2
* hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery2020-01-301-2/+9
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-3/+3
* hw/sd: drop extra whitespace in sdhci_sysbus_realize() headerVladimir Sementsov-Ogievskiy2019-12-181-1/+1
* hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé2019-10-221-0/+65
* hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functionsPhilippe Mathieu-Daudé2019-10-221-1/+2
* hw/sd/aspeed_sdhci: New deviceEddie James2019-10-152-0/+199
* trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé2019-09-181-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-166-2/+4
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-166-6/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-167-0/+7
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-166-0/+7
* sd: Fix out-of-bounds assertionsLidong Chen2019-06-211-2/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-129-0/+9
* hw/sd: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-062-2/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-2/+3
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-6/+6
* hw/sd/sdhci: Move PCI-related code into a separate fileThomas Huth2019-03-125-94/+132
* sd: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+2
* ssi: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+1
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+3
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+11
* hw: sd: set category of the sd memory cardkumar sourav2019-01-301-0/+1
* hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()Peter Maydell2018-12-141-4/+1Star
* ssi-sd: Make devices picking up backends unavailable with -deviceMarkus Armbruster2018-10-241-0/+2
* sdhci: add i.MX SD Stable Clock bitHans-Erik Floryd2018-08-202-0/+10
* hw/sd/bcm2835_sdhost: Fix PIO mode writesGuenter Roeck2018-07-231-4/+16
* hw/sd/omap_mmc: Split 'pseudo-reset' from 'power-on-reset'Philippe Mathieu-Daudé2018-07-091-3/+11
* hw/sd: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-022-5/+5
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-022-3/+3
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2018-06-301-1/+1
|\
| * sdcard: Reduce sdcard_set_blocklen() trace digitsPhilippe Mathieu-Daudé2018-06-291-1/+1
* | sdcard: Use the ldst APIPhilippe Mathieu-Daudé2018-06-296-35/+19Star
* | sd: Don't trace SDRequest crc fieldPeter Maydell2018-06-292-2/+2
|/
* hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé2018-06-261-4/+9
* sdcard: Disable CMD19/CMD23 for Spec v2Philippe Mathieu-Daudé2018-06-081-0/+6
* sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé2018-06-081-2/+5
* sdcard: Disable SEND_IF_COND (CMD8) for Spec v1Philippe Mathieu-Daudé2018-06-081-1/+3
* sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé2018-06-081-3/+20