summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-19qapi: Don't box branches of flat unionsEric Blake10-108/+24
2016-02-19qapi: Don't box struct branch of alternateEric Blake5-28/+58
2016-02-19qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake1-6/+5
2016-02-19qapi: Emit structs used as variants in topological orderEric Blake1-3/+20
2016-02-19qapi: Adjust layout of FooList typesEric Blake11-24/+24
2016-02-19qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake1-10/+10
2016-02-19qapi-visit: Unify struct and union visitMarkus Armbruster1-39/+6
2016-02-19qapi: Visit variants in visit_type_FOO_fields()Eric Blake1-52/+54
2016-02-19qapi-visit: Simplify how we visit common union membersMarkus Armbruster1-23/+4
2016-02-19qapi: Add tests of complex objects within alternateEric Blake4-4/+67
2016-02-19qapi: Forbid 'any' inside an alternateEric Blake6-1/+11
2016-02-19qapi: Forbid empty unions and useless alternatesEric Blake14-35/+27
2016-02-19qapi: Simplify excess input reporting in input visitorsEric Blake2-18/+8
2016-02-19qapi-visit: Honor prefix of discriminator enumEric Blake3-6/+13
2016-02-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-...Peter Maydell25-348/+1144
2016-02-18hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao1-15/+21
2016-02-18hw/timer: QOM'ify pl031xiaoqiang.zhao1-6/+5
2016-02-18hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao1-1/+1
2016-02-18hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao1-21/+19
2016-02-18hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann1-9/+12
2016-02-18hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann1-5/+76
2016-02-18hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann1-0/+37
2016-02-18hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell1-0/+30
2016-02-18hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell1-92/+64
2016-02-18hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell1-14/+66
2016-02-18hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell1-16/+54
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell4-26/+45
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2-31/+69
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell4-5/+252
2016-02-18hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell1-5/+5
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell2-22/+80
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell1-6/+0
2016-02-18ARM: PL061: Cleaning field of PL061 device stateWei Huang1-4/+2
2016-02-18ARM: PL061: Clear PL061 device state after resetWei Huang1-4/+27
2016-02-18target-arm: Add PMUSERENR_EL0 registerAlistair Francis1-0/+6
2016-02-18target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registersAlistair Francis1-0/+12
2016-02-18target-arm: Add the pmceid0 and pmceid1 registersAlistair Francis4-0/+22
2016-02-18target-arm: UNDEF in the UNPREDICTABLE SRS-from-System casePeter Maydell2-4/+13
2016-02-18target-arm: Combine user-only and softmmu get/set_r13_banked()Peter Maydell1-19/+0
2016-02-18target-arm: Move bank_number() into internals.hPeter Maydell2-26/+25
2016-02-18target-arm: Move get/set_r13_banked() to op_helper.cPeter Maydell2-33/+37
2016-02-18target-arm: Clean up trap/undef handling of SRSPeter Maydell1-5/+61
2016-02-18target-arm: Report correct syndrome for FPEXC32_EL2 trapsPeter Maydell3-2/+20
2016-02-18target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA trapsPeter Maydell1-9/+30
2016-02-18target-arm: Implement MDCR_EL2.TDRA trapsPeter Maydell1-3/+24
2016-02-18target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA trapsPeter Maydell2-1/+34
2016-02-18target-arm: Fix handling of SCR.SMDPeter Maydell1-5/+7