aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-09usb: Add basic code to emulate Chipidea USB IPAndrey Smirnov3-0/+193
2018-02-09i.MX: Add implementation of i.MX7 GPR IP blockAndrey Smirnov4-0/+157
2018-02-09i.MX: Add i.MX7 GPT variantAndrey Smirnov2-0/+26
2018-02-09i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov3-1/+148
2018-02-09i.MX: Add code to emulate i.MX7 SNVS IP-blockAndrey Smirnov3-0/+119
2018-02-09i.MX: Add code to emulate i.MX2 watchdog IP blockAndrey Smirnov3-0/+123
2018-02-09i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocksAndrey Smirnov3-0/+417
2018-02-09hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHCAndrey Smirnov1-1/+1
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov3-1/+265
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel2-0/+23
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel4-0/+103
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel4-3/+186
2018-02-09target/arm: implement SHA-3 instructionsArd Biesheuvel2-4/+145
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel4-1/+205
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell1-21/+94
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell1-16/+55
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell1-15/+49
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell1-16/+87
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell1-12/+23
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell4-15/+53
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell3-3/+80
2018-02-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180208' into stagingPeter Maydell25-495/+6969
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson3-47/+569
2018-02-08tcg/i386: Add vector operationsRichard Henderson3-54/+987
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson1-23/+5
2018-02-08target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson1-25/+129
2018-02-08target/arm: Use vector infrastructure for aa64 comparesRichard Henderson1-34/+59
2018-02-08target/arm: Use vector infrastructure for aa64 constant shiftsRichard Henderson1-73/+346
2018-02-08target/arm: Use vector infrastructure for aa64 dup/moviRichard Henderson1-48/+33
2018-02-08target/arm: Use vector infrastructure for aa64 mov/not/negRichard Henderson1-6/+36
2018-02-08target/arm: Use vector infrastructure for aa64 add/sub/logicRichard Henderson1-72/+128
2018-02-08target/arm: Align vector registersRichard Henderson1-1/+1
2018-02-08tcg/optimize: Handle vector opcodes during optimizeRichard Henderson1-73/+77
2018-02-08tcg: Add generic vector helpers with a scalar operandRichard Henderson4-2/+617
2018-02-08tcg: Add generic helpers for saturating arithmeticRichard Henderson4-0/+390
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson10-0/+111
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson9-0/+255
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson10-0/+575
2018-02-08tcg: Add generic vector expandersRichard Henderson13-18/+2024
2018-02-08tcg: Standardize integral arguments to expandersRichard Henderson2-29/+29
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson7-6/+543
2018-02-08tcg: Allow multiple word entries into the constant poolRichard Henderson1-21/+92
2018-02-08Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell33-829/+3580
2018-02-08Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-0/+1
2018-02-08docs: Add docs/devel/testing.rstFam Zheng2-89/+487
2018-02-08qapi: Add NVMe driver options to the schemaFam Zheng1-1/+16
2018-02-08docs: Add section for NVMe VFIO driverFam Zheng2-0/+38
2018-02-08block: Move NVMe constants to a separate headerFam Zheng3-703/+702
2018-02-08qemu-img: Map bench bufferFam Zheng1-1/+8
2018-02-08block/nvme: Implement .bdrv_(un)register_bufFam Zheng1-0/+24