summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-13sdhci: check Spec v3 capabilities qtestPhilippe Mathieu-Daudé
2018-02-13hw/arm/xilinx_zynqmp: enable the UHS-I modePhilippe Mathieu-Daudé
2018-02-13hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheetPhilippe Mathieu-Daudé
2018-02-13hw/arm/fsl-imx6: implement SDHCI Spec. v3Philippe Mathieu-Daudé
2018-02-13hw/arm/bcm2835_peripherals: change maximum block size to 1kBPhilippe Mathieu-Daudé
2018-02-13hw/arm/bcm2835_peripherals: implement SDHCI Spec v3Philippe Mathieu-Daudé
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé
2018-02-13sdbus: add trace eventsPhilippe Mathieu-Daudé
2018-02-13sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé
2018-02-13sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé
2018-02-13sdhci: add support for v3 capabilitiesPhilippe Mathieu-Daudé
2018-02-13hw/arm/xilinx_zynq: fix the capabilities register to match the datasheetPhilippe Mathieu-Daudé
2018-02-13hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)Philippe Mathieu-Daudé
2018-02-13hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()Philippe Mathieu-Daudé
2018-02-13sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé
2018-02-13sdhci: Fix 64-bit ADMA2Sai Pavan Boddu
2018-02-13sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé
2018-02-13sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé
2018-02-13sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé
2018-02-13sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé
2018-02-13sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé
2018-02-13sdhci: add qtest to check the SD Spec versionPhilippe Mathieu-Daudé
2018-02-13sdhci: add a check_capab_sdma() qtestPhilippe Mathieu-Daudé
2018-02-13sdhci: add a check_capab_baseclock() qtestPhilippe Mathieu-Daudé
2018-02-13sdhci: add check_capab_readonly() qtestPhilippe Mathieu-Daudé
2018-02-13sdhci: add qtest to check the SD capabilities registerPhilippe Mathieu-Daudé
2018-02-13sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé
2018-02-13build-sys: check static linking of UBSANMarc-André Lureau
2018-02-13build-sys: remove useless extra*flags variablesMarc-André Lureau
2018-02-13hw/net/can: interrupt cleanupPaolo Bonzini
2018-02-13net/can: documentationPavel Pisa
2018-02-13hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulationDeniz Eren
2018-02-13hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulationDeniz Eren
2018-02-13hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulationPavel Pisa
2018-02-13hw/net/can: SJA1000 chip register level emulation for QEMUPavel Pisa
2018-02-13net/can: support for connecting to Linux host SocketCAN interface.Pavel Pisa
2018-02-13net/can: simple messages transport implementation for QEMUPavel Pisa
2018-02-13hax: Support guest RAM sizes of 4GB or moreYu Ning
2018-02-13make: fix help message reference to bogus V=0 variableDaniel P. Berrange
2018-02-13Revert "build-sys: silence make by default or V=0"Daniel P. Berrange
2018-02-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180212' int...Peter Maydell
2018-02-12Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2018-02-12Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-02-09' into st...Peter Maydell
2018-02-11misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland
2018-02-11cuda: factor out timebase-derived counter value and load timeMark Cave-Ayland
2018-02-11cuda: set timer 1 frequency property to CUDA_TIMER_FREQMark Cave-Ayland
2018-02-11cuda: don't call cuda_update() when writing to ACR registerMark Cave-Ayland
2018-02-11cuda: minor cosmetic tidy-ups to get_next_irq_time()Mark Cave-Ayland
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland