aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-18block: Use bdrv_do_drain_begin/end in bdrv_drain_all()Kevin Wolf2-18/+6
2018-06-18test-bdrv-drain: bdrv_drain() works with cross-AioContext eventsKevin Wolf2-5/+186
2018-06-15Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...Peter Maydell12-33/+146
2018-06-15Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-06-15...Peter Maydell2-12/+4
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell55-1668/+1692
2018-06-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180615'...Peter Maydell48-363/+4114
2018-06-15target/arm: Allow ARMv6-M Thumb2 instructionsJulia Suvorova1-5/+38
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell4-4/+140
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell12-13/+24
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell7-10/+30
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell2-0/+78
2018-06-15m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater1-0/+1
2018-06-15aspeed_scu: Implement RNG registerJoel Stanley1-0/+20
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson5-0/+154
2018-06-15target/arm: Implement SVE Integer Wide Immediate - Unpredicated GroupRichard Henderson4-0/+236
2018-06-15target/arm: Implement FDUP/DUPRichard Henderson2-0/+45
2018-06-15target/arm: Implement SVE Integer Compare - Scalars GroupRichard Henderson4-0/+140
2018-06-15target/arm: Implement SVE Predicate Count GroupRichard Henderson4-0/+176
2018-06-15target/arm: Implement SVE Partition Break GroupRichard Henderson4-0/+391
2018-06-15target/arm: Implement SVE Integer Compare - Immediate GroupRichard Henderson4-0/+221
2018-06-15target/arm: Implement SVE Integer Compare - Vectors GroupRichard Henderson4-0/+417
2018-06-15target/arm: Implement SVE Select Vectors GroupRichard Henderson4-0/+72
2018-06-15target/arm: Implement SVE vector splice (predicated)Richard Henderson4-0/+55
2018-06-15target/arm: Implement SVE reverse within elementsRichard Henderson4-7/+93
2018-06-15target/arm: Implement SVE copy to vector (predicated)Richard Henderson2-0/+25
2018-06-15target/arm: Implement SVE conditionally broadcast/extract elementRichard Henderson4-0/+362
2018-06-15target/arm: Implement SVE compress active elementsRichard Henderson4-0/+55
2018-06-15target/arm: Implement SVE Permute - Interleaving GroupRichard Henderson4-0/+172
2018-06-15target/arm: Implement SVE Permute - Predicates GroupRichard Henderson4-0/+434
2018-06-15target/arm: Implement SVE Permute - Unpredicated GroupRichard Henderson4-0/+297
2018-06-15target/arm: Extend vec_reg_offset to larger sizesRichard Henderson1-9/+17
2018-06-15exec.c: Use stn_p() and ldn_p() instead of explicit switchesPeter Maydell1-104/+8
2018-06-15exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()Peter Maydell1-1/+1
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell3-0/+71
2018-06-15CODING_STYLE: Define our preferred form for multiline commentsPeter Maydell1-0/+17
2018-06-15cputlb: Pass cpu_transaction_failed() the correct physaddrPeter Maydell3-17/+45
2018-06-15cpu-defs.h: Document CPUIOTLBEntry 'addr' fieldPeter Maydell2-0/+21
2018-06-15hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell2-3/+41
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell3-2/+29
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell2-27/+2
2018-06-15stellaris: Stop using armv7m_init()Peter Maydell1-2/+10
2018-06-15hw/char/parallel: Convert away from old_mmioPeter Maydell1-39/+11
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell1-6/+8
2018-06-15hw/watchdog/wdt_i6300esb: Convert away from old_mmioPeter Maydell1-12/+36
2018-06-15hw/block/pflash_cfi02: Convert away from old_mmioPeter Maydell1-79/+18
2018-06-15hw/m68k/mcf5206: Convert away from old_mmioPeter Maydell1-12/+36
2018-06-15hw/sh/sh7750: Convert away from old_mmioPeter Maydell1-8/+36
2018-06-15hw/arm/mps2-tz: Put ethernet controller behind PPCPeter Maydell1-9/+23
2018-06-15arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao1-2/+16
2018-06-15migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S2-2/+2