Age | Commit message (Expand) | Author |
2016-02-19 | qapi: Change visit_start_implicit_struct to visit_start_alternate | Eric Blake |
2016-02-19 | qapi: Don't box branches of flat unions | Eric Blake |
2016-02-19 | qapi: Don't box struct branch of alternate | Eric Blake |
2016-02-19 | qapi-visit: Use common idiom in gen_visit_fields_decl() | Eric Blake |
2016-02-19 | qapi: Emit structs used as variants in topological order | Eric Blake |
2016-02-19 | qapi: Adjust layout of FooList types | Eric Blake |
2016-02-19 | qapi-visit: Less indirection in visit_type_Foo_fields() | Eric Blake |
2016-02-19 | qapi-visit: Unify struct and union visit | Markus Armbruster |
2016-02-19 | qapi: Visit variants in visit_type_FOO_fields() | Eric Blake |
2016-02-19 | qapi-visit: Simplify how we visit common union members | Markus Armbruster |
2016-02-19 | qapi: Add tests of complex objects within alternate | Eric Blake |
2016-02-19 | qapi: Forbid 'any' inside an alternate | Eric Blake |
2016-02-19 | qapi: Forbid empty unions and useless alternates | Eric Blake |
2016-02-19 | qapi: Simplify excess input reporting in input visitors | Eric Blake |
2016-02-19 | qapi-visit: Honor prefix of discriminator enum | Eric Blake |
2016-02-18 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-... | Peter Maydell |
2016-02-18 | hw/timer: QOM'ify pxa2xx_timer | xiaoqiang.zhao |
2016-02-18 | hw/timer: QOM'ify pl031 | xiaoqiang.zhao |
2016-02-18 | hw/timer: QOM'ify exynos4210_rtc | xiaoqiang.zhao |
2016-02-18 | hw/timer: QOM'ify exynos4210_pwm | xiaoqiang.zhao |
2016-02-18 | hw/timer: QOM'ify exynos4210_mct | xiaoqiang.zhao |
2016-02-18 | hw/timer: QOM'ify arm_timer (pass 2) | xiaoqiang.zhao |
2016-02-18 | hw/timer: QOM'ify arm_timer (pass 1) | xiaoqiang.zhao |
2016-02-18 | hw/sd: use guest error logging rather than fprintf to stderr | Andrew Baumann |
2016-02-18 | hw/sd: model a power-up delay, as a workaround for an EDK2 bug | Andrew Baumann |
2016-02-18 | hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility | Andrew Baumann |
2016-02-18 | hw/sd/pxa2xx_mmci: Add reset function | Peter Maydell |
2016-02-18 | hw/sd/pxa2xx_mmci: Convert to VMStateDescription | Peter Maydell |
2016-02-18 | hw/sd/pxa2xx_mmci: Update to use new SDBus APIs | Peter Maydell |
2016-02-18 | hw/sd/pxa2xx_mmci: convert to SysBusDevice object | Peter Maydell |
2016-02-18 | sdhci_sysbus: Create SD card device in users, not the device itself | Peter Maydell |
2016-02-18 | hw/sd/sdhci.c: Update to use SDBus APIs | Peter Maydell |
2016-02-18 | hw/sd: Add QOM bus which SD cards plug in to | Peter Maydell |
2016-02-18 | hw/sd/sd.c: Convert sd_reset() function into Device reset method | Peter Maydell |
2016-02-18 | hw/sd/sd.c: QOMify | Peter Maydell |
2016-02-18 | hw/sd/sdhci.c: Remove x-drive property | Peter Maydell |
2016-02-18 | ARM: PL061: Cleaning field of PL061 device state | Wei Huang |
2016-02-18 | ARM: PL061: Clear PL061 device state after reset | Wei Huang |
2016-02-18 | target-arm: Add PMUSERENR_EL0 register | Alistair Francis |
2016-02-18 | target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registers | Alistair Francis |
2016-02-18 | target-arm: Add the pmceid0 and pmceid1 registers | Alistair Francis |
2016-02-18 | target-arm: UNDEF in the UNPREDICTABLE SRS-from-System case | Peter Maydell |
2016-02-18 | target-arm: Combine user-only and softmmu get/set_r13_banked() | Peter Maydell |
2016-02-18 | target-arm: Move bank_number() into internals.h | Peter Maydell |
2016-02-18 | target-arm: Move get/set_r13_banked() to op_helper.c | Peter Maydell |
2016-02-18 | target-arm: Clean up trap/undef handling of SRS | Peter Maydell |
2016-02-18 | target-arm: Report correct syndrome for FPEXC32_EL2 traps | Peter Maydell |
2016-02-18 | target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA traps | Peter Maydell |
2016-02-18 | target-arm: Implement MDCR_EL2.TDRA traps | Peter Maydell |
2016-02-18 | target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA traps | Peter Maydell |