aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell52-304/+3715
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell39-393/+468
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský2-1/+3
2018-02-13acpi-test: update FADTMichael S. Tsirkin2-0/+0
2018-02-13lpc: drop pcie host dependencyMichael S. Tsirkin1-1/+0
2018-02-13tests: acpi: fix FADT not being compared to reference tableIgor Mammedov1-2/+33
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum2-7/+21
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie2-14/+122
2018-02-13libvhost-user: Fix resource leakYongji Xie1-0/+14
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie1-0/+1
2018-02-13travis: use libgcc-4.8-dev (libgcc-6-dev is not available on Ubuntu 14.04)Philippe Mathieu-Daudé1-1/+1
2018-02-13memory: unify loops to sync dirty log bitmapPaolo Bonzini1-21/+2
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini9-43/+20
2018-02-13memory: remove memory_region_test_and_clear_dirtyPaolo Bonzini2-29/+3
2018-02-13g364fb: switch to using DirtyBitmapSnapshotPaolo Bonzini1-4/+6
2018-02-13sdhci: add Spec v4.2 register definitionsPhilippe Mathieu-Daudé2-1/+24
2018-02-13sdhci: add a check_capab_v3() qtestPhilippe Mathieu-Daudé1-0/+17
2018-02-13sdhci: check Spec v3 capabilities qtestPhilippe Mathieu-Daudé2-0/+13
2018-02-13hw/arm/xilinx_zynqmp: enable the UHS-I modePhilippe Mathieu-Daudé1-0/+1
2018-02-13hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheetPhilippe Mathieu-Daudé1-11/+18
2018-02-13hw/arm/fsl-imx6: implement SDHCI Spec. v3Philippe Mathieu-Daudé1-0/+7
2018-02-13hw/arm/bcm2835_peripherals: change maximum block size to 1kBPhilippe Mathieu-Daudé1-1/+1
2018-02-13hw/arm/bcm2835_peripherals: implement SDHCI Spec v3Philippe Mathieu-Daudé1-8/+13
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé6-0/+62
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé6-1/+55
2018-02-13sdbus: add trace eventsPhilippe Mathieu-Daudé2-2/+17
2018-02-13sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé3-3/+30
2018-02-13sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé2-22/+22
2018-02-13sdhci: add support for v3 capabilitiesPhilippe Mathieu-Daudé2-2/+65
2018-02-13hw/arm/xilinx_zynq: fix the capabilities register to match the datasheetPhilippe Mathieu-Daudé2-24/+34
2018-02-13hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)Philippe Mathieu-Daudé1-0/+12
2018-02-13hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()Philippe Mathieu-Daudé1-1/+1
2018-02-13sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé2-9/+19
2018-02-13sdhci: Fix 64-bit ADMA2Sai Pavan Boddu1-2/+2
2018-02-13sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé1-8/+10
2018-02-13sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé3-2/+116
2018-02-13sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé2-16/+8
2018-02-13sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé1-58/+16
2018-02-13sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé3-6/+27
2018-02-13sdhci: add qtest to check the SD Spec versionPhilippe Mathieu-Daudé1-0/+24
2018-02-13sdhci: add a check_capab_sdma() qtestPhilippe Mathieu-Daudé1-0/+11
2018-02-13sdhci: add a check_capab_baseclock() qtestPhilippe Mathieu-Daudé1-0/+14
2018-02-13sdhci: add check_capab_readonly() qtestPhilippe Mathieu-Daudé1-0/+24
2018-02-13sdhci: add qtest to check the SD capabilities registerPhilippe Mathieu-Daudé2-0/+146
2018-02-13sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé1-2/+6
2018-02-13build-sys: check static linking of UBSANMarc-André Lureau1-1/+9
2018-02-13build-sys: remove useless extra*flags variablesMarc-André Lureau1-6/+0
2018-02-13hw/net/can: interrupt cleanupPaolo Bonzini2-41/+45
2018-02-13net/can: documentationPavel Pisa1-0/+107
2018-02-13hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulationDeniz Eren2-0/+263