summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qapi: Forbid empty unions and useless alternatesEric Blake2019-11-2914-35/+27
* qapi: Simplify excess input reporting in input visitorsEric Blake2019-11-292-18/+8
* qapi-visit: Honor prefix of discriminator enumEric Blake2019-11-293-6/+13
* tests/vhost-user-bridge: add scattering of incoming packetsVictor Kaplansky2019-11-291-31/+61
* hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao2019-11-291-15/+21
* hw/timer: QOM'ify pl031xiaoqiang.zhao2019-11-291-6/+5
* hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao2019-11-291-1/+1
* hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao2019-11-291-21/+19
* hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann2019-11-291-9/+12
* hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann2019-11-291-5/+76
* hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann2019-11-291-0/+37
* hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell2019-11-291-0/+30
* hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell2019-11-291-92/+64
* hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell2019-11-291-14/+66
* hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell2019-11-291-16/+54
* sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell2019-11-294-26/+45
* hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2019-11-292-31/+69
* hw/sd: Add QOM bus which SD cards plug in toPeter Maydell2019-11-294-5/+252
* hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell2019-11-291-5/+5
* hw/sd/sd.c: QOMifyPeter Maydell2019-11-292-22/+80
* hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell2019-11-291-6/+0
* ARM: PL061: Cleaning field of PL061 device stateWei Huang2019-11-291-4/+2
* ARM: PL061: Clear PL061 device state after resetWei Huang2019-11-291-4/+27
* target-arm: Add PMUSERENR_EL0 registerAlistair Francis2019-11-291-0/+6
* target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registersAlistair Francis2019-11-291-0/+12
* target-arm: Add the pmceid0 and pmceid1 registersAlistair Francis2019-11-294-0/+22
* target-arm: UNDEF in the UNPREDICTABLE SRS-from-System casePeter Maydell2019-11-292-4/+13
* target-arm: Combine user-only and softmmu get/set_r13_banked()Peter Maydell2019-11-291-19/+0
* target-arm: Move bank_number() into internals.hPeter Maydell2019-11-292-26/+25
* target-arm: Move get/set_r13_banked() to op_helper.cPeter Maydell2019-11-292-33/+37
* target-arm: Clean up trap/undef handling of SRSPeter Maydell2019-11-291-5/+61
* target-arm: Report correct syndrome for FPEXC32_EL2 trapsPeter Maydell2019-11-293-2/+20
* target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA trapsPeter Maydell2019-11-291-9/+30
* target-arm: Implement MDCR_EL2.TDRA trapsPeter Maydell2019-11-291-3/+24
* target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA trapsPeter Maydell2019-11-292-1/+34
* target-arm: Fix handling of SCR.SMDPeter Maydell2019-11-291-5/+7
* target-arm: correct CNTFRQ access rightsPeter Maydell2019-11-292-3/+38
* vhost-user interrupt management fixesVictor Kaplansky2019-11-295-8/+32
* hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth2019-11-291-0/+1
* rules: filter out irrelevant filesMichael S. Tsirkin2019-11-291-1/+1
* pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson2019-11-291-0/+1
* cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau2019-11-291-23/+0
* cuda: remove GET_6805_ADDR commandHervé Poussineau2019-11-291-3/+0
* cuda: port SET_TIME command to new frameworkHervé Poussineau2019-11-291-6/+18
* cuda: port GET_TIME command to new frameworkHervé Poussineau2019-11-291-8/+21
* cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau2019-11-291-3/+16
* cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau2019-11-291-1/+16
OpenPOWER on IntegriCloud