aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-09bcm2835_property: implement "get board revision" querypull-target-arm-20160209Stephen Warren
2016-02-09hw/arm/virt: fix max-cpus checkAndrew Jones
2016-02-09sd: limit 'req.cmd' while using as an array indexPrasad J Pandit
2016-02-09target-arm: Implement checking of fired watchpointSergey Fedorov
2016-02-09cpu: Add callback to check architectural watchpoint matchSergey Fedorov
2016-02-09target-arm: Fix IL bit reported for Thumb VFP and Neon trapsPeter Maydell
2016-02-09target-arm: Fix IL bit reported for Thumb coprocessor trapsPeter Maydell
2016-02-09target-arm: Correct misleading 'is_thumb' syn_* parameter namesPeter Maydell
2016-02-09target-arm: Enable EL3 for Cortex-A53 and Cortex-A57Peter Maydell
2016-02-09target-arm: Implement NSACR trapping behaviourPeter Maydell
2016-02-09target-arm: Add isread parameter to CPAccessFnsPeter Maydell
2016-02-09target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3Peter Maydell
2016-02-09target-arm: Use access_trap_aa32s_el1() for SCR and MVBARPeter Maydell
2016-02-09target-arm: Implement MDCR_EL3 and SDCRPeter Maydell
2016-02-09target-arm: Fix typo in comment in arm_is_secure_below_el3()Peter Maydell
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...Peter Maydell
2016-02-09Merge remote-tracking branch 'remotes/stsquad/tags/pull-build-test-20160209' ...Peter Maydell
2016-02-09HACKING: Add a section on error handling and reportingMarkus Armbruster
2016-02-09error: Improve documentation some moreMarkus Armbruster
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into ...Peter Maydell
2016-02-09Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160209' into stagingPeter Maydell
2016-02-09tcg: Introduce temp_loadRichard Henderson
2016-02-09tcg: Change temp_save argument to TCGTempRichard Henderson
2016-02-09tcg: Change temp_sync argument to TCGTempRichard Henderson
2016-02-09tcg: Change temp_dead argument to TCGTempRichard Henderson
2016-02-09tcg: Change reg_to_temp to TCGTemp pointerRichard Henderson
2016-02-09tcg: Remove tcg_get_arg_str_i32/64Richard Henderson
2016-02-09tcg: More use of TCGReg where appropriateRichard Henderson
2016-02-09tcg: Work around clang bug wrt enum rangesRichard Henderson
2016-02-09tcg: Tidy temporary allocationRichard Henderson
2016-02-09tcg: Change ts->mem_reg to ts->mem_baseRichard Henderson
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson
2016-02-09tcg: Respect highwater in tcg_out_tb_finalizeRichard Henderson
2016-02-08MAINTAINERS: Add .travis.ymlAlex Bennée
2016-02-08.travis.yml: reduce the test matrix a littleAlex Bennée
2016-02-08.travis.yml: enable ccache for the buildsAlex Bennée
2016-02-08.travis.yml: enable each of the co-routine backendsAlex Bennée
2016-02-08.travis.yml: run make check for all matrix targetsAlex Bennée
2016-02-08qapi: Add missing JSON files in build dependenciesLluís Vilanova
2016-02-08qapi: Fix compilation failure on MIPS and SPARCEric Blake
2016-02-08qmp: Don't abuse stack to track qmp-output rootEric Blake
2016-02-08qmp: Fix reference-counting of qnull on empty output visitEric Blake
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake
2016-02-08qapi: Tighten qmp_input_end_list()Eric Blake
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake