aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel
2018-02-09target/arm: implement SHA-3 instructionsArd Biesheuvel
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell
2018-02-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180208' into stagingPeter Maydell
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson
2018-02-08tcg/i386: Add vector operationsRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 comparesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 constant shiftsRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 dup/moviRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 mov/not/negRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 add/sub/logicRichard Henderson
2018-02-08target/arm: Align vector registersRichard Henderson
2018-02-08tcg/optimize: Handle vector opcodes during optimizeRichard Henderson
2018-02-08tcg: Add generic vector helpers with a scalar operandRichard Henderson
2018-02-08tcg: Add generic helpers for saturating arithmeticRichard Henderson
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson
2018-02-08tcg: Add generic vector expandersRichard Henderson
2018-02-08tcg: Standardize integral arguments to expandersRichard Henderson
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson
2018-02-08tcg: Allow multiple word entries into the constant poolRichard Henderson
2018-02-08Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2018-02-08Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2018-02-08docs: Add docs/devel/testing.rstFam Zheng
2018-02-08qapi: Add NVMe driver options to the schemaFam Zheng
2018-02-08docs: Add section for NVMe VFIO driverFam Zheng
2018-02-08block: Move NVMe constants to a separate headerFam Zheng
2018-02-08qemu-img: Map bench bufferFam Zheng
2018-02-08block/nvme: Implement .bdrv_(un)register_bufFam Zheng
2018-02-08block: Introduce buf register APIFam Zheng
2018-02-08block: Add VFIO based NVMe driverFam Zheng
2018-02-08util: Introduce vfio helpersFam Zheng
2018-02-08stubs: Add stubs for ram block APIFam Zheng
2018-02-08curl: convert to CoQueuePaolo Bonzini
2018-02-08coroutine-lock: make qemu_co_enter_next thread-safePaolo Bonzini
2018-02-08coroutine-lock: convert CoQueue to use QemuLockablePaolo Bonzini
2018-02-08lockable: add QemuLockablePaolo Bonzini