aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-19qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake
2016-02-19qapi: Don't box branches of flat unionsEric Blake
2016-02-19qapi: Don't box struct branch of alternateEric Blake
2016-02-19qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake
2016-02-19qapi: Emit structs used as variants in topological orderEric Blake
2016-02-19qapi: Adjust layout of FooList typesEric Blake
2016-02-19qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake
2016-02-19qapi-visit: Unify struct and union visitMarkus Armbruster
2016-02-19qapi: Visit variants in visit_type_FOO_fields()Eric Blake
2016-02-19qapi-visit: Simplify how we visit common union membersMarkus Armbruster
2016-02-19qapi: Add tests of complex objects within alternateEric Blake
2016-02-19qapi: Forbid 'any' inside an alternateEric Blake
2016-02-19qapi: Forbid empty unions and useless alternatesEric Blake
2016-02-19qapi: Simplify excess input reporting in input visitorsEric Blake
2016-02-19qapi-visit: Honor prefix of discriminator enumEric Blake
2016-02-18tests/vhost-user-bridge: add scattering of incoming packetsVictor Kaplansky
2016-02-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-...Peter Maydell
2016-02-18hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao
2016-02-18hw/timer: QOM'ify pl031xiaoqiang.zhao
2016-02-18hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao
2016-02-18hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao
2016-02-18hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao
2016-02-18hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao
2016-02-18hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao
2016-02-18hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann
2016-02-18hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann
2016-02-18hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann
2016-02-18hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell
2016-02-18hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell
2016-02-18ARM: PL061: Cleaning field of PL061 device stateWei Huang
2016-02-18ARM: PL061: Clear PL061 device state after resetWei Huang
2016-02-18target-arm: Add PMUSERENR_EL0 registerAlistair Francis
2016-02-18target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registersAlistair Francis
2016-02-18target-arm: Add the pmceid0 and pmceid1 registersAlistair Francis
2016-02-18target-arm: UNDEF in the UNPREDICTABLE SRS-from-System casePeter Maydell
2016-02-18target-arm: Combine user-only and softmmu get/set_r13_banked()Peter Maydell
2016-02-18target-arm: Move bank_number() into internals.hPeter Maydell
2016-02-18target-arm: Move get/set_r13_banked() to op_helper.cPeter Maydell
2016-02-18target-arm: Clean up trap/undef handling of SRSPeter Maydell
2016-02-18target-arm: Report correct syndrome for FPEXC32_EL2 trapsPeter Maydell
2016-02-18target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA trapsPeter Maydell
2016-02-18target-arm: Implement MDCR_EL2.TDRA trapsPeter Maydell