qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-09 18:08:00 to 2018-05-22 08:41:05 UTC [more...]

[PATCH 00/27] iommu: support txattrs, support TCG execution, implement TZ MPC
 2018-05-22  8:40 UTC  (35+ messages)
` [PATCH 01/27] memory.h: Improve IOMMU related documentation
` [PATCH 02/27] Make tb_invalidate_phys_addr() take a MemTxAttrs argument
` [PATCH 03/27] Make address_space_translate{,_cached}() "
` [PATCH 04/27] Make address_space_map() "
` [PATCH 05/27] Make address_space_access_valid() "
` [PATCH 06/27] Make flatview_extend_translation() "
` [PATCH 07/27] Make memory_region_access_valid() "
` [PATCH 08/27] Make MemoryRegion valid.accepts callback "
` [PATCH 09/27] Make flatview_access_valid() "
` [PATCH 10/27] Make flatview_translate() "
` [PATCH 11/27] Make address_space_get_iotlb_entry() "
` [PATCH 12/27] Make flatview_do_translate() "
` [PATCH 13/27] Make address_space_translate_iommu "
` [PATCH 14/27] iommu: Add IOMMU index concept to IOMMU API
  ` [Qemu-devel] "
` [PATCH 15/27] iommu: Add IOMMU index argument to notifier APIs
` [PATCH 16/27] iommu: Add IOMMU index argument to translate method
` [PATCH 17/27] exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
` [PATCH 18/27] hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
` [PATCH 19/27] hw/misc/tz-mpc.c: Implement registers
` [PATCH 20/27] hw/misc/tz-mpc.c: Implement correct blocked-access behaviour
` [PATCH 21/27] hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate
` [PATCH 22/27] vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY
` [PATCH 23/27] hw/core/or-irq: Support more than 16 inputs to an OR gate
` [PATCH 24/27] hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUS
` [PATCH 25/27] hw/arm/iotkit: Instantiate MPC
` [PATCH 26/27] hw/arm/iotkit: Wire up MPC interrupt lines
` [PATCH 27/27] hw/arm/mps2-tz.c: Instantiate MPCs
` [Qemu-devel] [PATCH 00/27] iommu: support txattrs, support TCG execution, implement TZ MPC

[Qemu-arm] ARMv7-M MemManage vector trap
 2018-05-21 20:41 UTC  (6+ messages)

[Qemu-devel] [PATCH] target/arm: Honour FPCR.FZ in FRECPX
 2018-05-21 19:53 UTC  (2+ messages)
` [Qemu-arm] "

[Qemu-arm] [PATCH] disas/libvixl: Fix VIXL_FALLTHROUGH macro for QEMU
 2018-05-18 15:57 UTC  (11+ messages)
      ` [Qemu-devel] "

[PATCH v4 26/49] tests/tcg: move ARM specific tests into subdir
 2018-05-18 15:58 UTC  (25+ messages)
` [PATCH v4 27/49] tests/tcg: enable building for ARM
` [PATCH v4 28/49] tests/tcg/arm: fix up test-arm-iwmmxt test
` [PATCH v4 29/49] tests/tcg/arm: disable -p 32768 mmap test
` [PATCH v4 30/49] tests/tcg: enable building for AArch64
` [PATCH v4 31/49] tests/tcg/aarch64: add Makefile.target
` [PATCH v4 32/49] tests/tcg/arm: add fcvt test cases for AArch32/64
` [PATCH v4 49/49] tests/tcg: override runners for broken tests (!UPSTREAM)

[Qemu-arm] [PATCH] MAINTAINERS: Add entries for newer MPS2 boards and devices
 2018-05-18 15:31 UTC 

[Qemu-arm] [PATCH v3-a 00/27] target/arm: Scalable Vector Extension
 2018-05-18 12:16 UTC  (36+ messages)
` [Qemu-arm] [PATCH v3-a 01/27] target/arm: Introduce translate-a64.h
` [Qemu-devel] [PATCH v3-a 02/27] target/arm: Add SVE decode skeleton
` [Qemu-arm] [PATCH v3-a 03/27] target/arm: Implement SVE Bitwise Logical - Unpredicated Group
` [Qemu-devel] [PATCH v3-a 04/27] target/arm: Implement SVE load vector/predicate
` [Qemu-arm] [PATCH v3-a 05/27] target/arm: Implement SVE predicate test
` [Qemu-devel] [PATCH v3-a 06/27] target/arm: Implement SVE Predicate Logical Operations Group
` [Qemu-arm] [PATCH v3-a 07/27] target/arm: Implement SVE Predicate Misc Group
` [Qemu-arm] [PATCH v3-a 08/27] target/arm: Implement SVE Integer Binary Arithmetic - Predicated Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v3-a 09/27] target/arm: Implement SVE Integer Reduction Group
` [Qemu-arm] [PATCH v3-a 10/27] target/arm: Implement SVE bitwise shift by immediate (predicated)
` [Qemu-arm] [PATCH v3-a 11/27] target/arm: Implement SVE bitwise shift by vector (predicated)
` [Qemu-arm] [PATCH v3-a 12/27] target/arm: Implement SVE bitwise shift by wide elements (predicated)
` [Qemu-arm] [PATCH v3-a 13/27] target/arm: Implement SVE Integer Arithmetic - Unary Predicated Group
` [Qemu-devel] [PATCH v3-a 14/27] target/arm: Implement SVE Integer Multiply-Add Group
` [Qemu-devel] [PATCH v3-a 15/27] target/arm: Implement SVE Integer Arithmetic - Unpredicated Group
` [Qemu-arm] [PATCH v3-a 16/27] target/arm: Implement SVE Index Generation Group
` [Qemu-devel] [PATCH v3-a 17/27] target/arm: Implement SVE Stack Allocation Group
` [Qemu-devel] [PATCH v3-a 18/27] target/arm: Implement SVE Bitwise Shift - Unpredicated Group
` [Qemu-arm] [PATCH v3-a 19/27] target/arm: Implement SVE Compute Vector Address Group
` [Qemu-devel] [PATCH v3-a 20/27] target/arm: Implement SVE floating-point exponential accelerator
` [Qemu-arm] [PATCH v3-a 21/27] target/arm: Implement SVE floating-point trig select coefficient
` [Qemu-devel] [PATCH v3-a 22/27] target/arm: Implement SVE Element Count Group
` [Qemu-devel] [PATCH v3-a 23/27] target/arm: Implement SVE Bitwise Immediate Group
` [Qemu-devel] [PATCH v3-a 24/27] target/arm: Implement SVE Integer Wide Immediate - Predicated Group
` [Qemu-devel] [PATCH v3-a 25/27] target/arm: Implement SVE Permute - Extract Group
` [Qemu-arm] [PATCH v3-a 26/27] target/arm: Extend vec_reg_offset to larger sizes
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 27/27] target/arm: Implement SVE Permute - Unpredicated Group
` [Qemu-arm] [Qemu-devel] [PATCH v3-a 00/27] target/arm: Scalable Vector Extension

[PATCH v2 0/2] support reading of CNT[VCT|FRQ]_EL0 from user-space
 2018-05-18 11:44 UTC  (3+ messages)
` [PATCH v2 1/2] target/arm: "
` [PATCH v2 2/2] tests/tcg/aarch64: userspace system register test

[Qemu-arm] [PULL v2 00/28] softfloat patch roundup
 2018-05-18 10:39 UTC  (3+ messages)
` [PULL v2 09/28] target/arm: convert conversion helpers to fpst/ahp_flag

[PATCH v6 0/3] target/arm: Add a dynamic XML-description of the cp-registers to GDB
 2018-05-18 10:35 UTC  (6+ messages)

[Qemu-arm] [PATCH v3 00/22] More fully implement ARM PMUv3
 2018-05-17 19:31 UTC  (6+ messages)
` [Qemu-arm] [PATCH v3 15/22] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions

[Qemu-arm] [PATCH 0/2] ARM SMMUv3: Fix a couple of Coverity issues
 2018-05-17 15:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/2] hw/arm/smmuv3: Fix Coverity issue in smmuv3_record_event
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-arm] [PATCH 2/2] hw/arm/smmu-common: Fix coverity issue in get_block_pte_address
    ` [Qemu-devel] "
        ` [Qemu-arm] [Qemu-devel] "

[Qemu-devel] [PATCH 0/3] ARM SMMUv3: IOTLB Emulation and VHOST Support
 2018-05-17  9:43 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] hw/arm/smmuv3: Cache/invalidate config data
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH 2/3] hw/arm/smmuv3: IOTLB emulation
` [Qemu-arm] [PATCH 3/3] hw/arm/smmuv3: Add notifications on invalidation

[Qemu-arm] [RFC v2 0/6] hw/arm: Add support for non-contiguous iova regions
 2018-05-16 15:20 UTC  (7+ messages)
` [Qemu-arm] [RFC v2 1/6] hw/vfio: Retrieve valid iova ranges from kernel
` [Qemu-arm] [RFC v2 2/6] hw/arm/virt: Enable dynamic generation of guest RAM memory regions
` [Qemu-devel] [RFC v2 3/6] hw/arm/virt: Add pc-dimm mem hotplug framework
` [Qemu-arm] [RFC v2 4/6] hw/arm: Changes required to accommodate non-contiguous DT mem nodes
` [Qemu-arm] [RFC v2 5/6] hw/arm: ACPI SRAT changes to accommodate non-contiguous mem
` [Qemu-arm] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions

[Qemu-arm] [PATCH] hw/arm/mps2-tz: Put ethernet controller behind PPC
 2018-05-15 17:14 UTC 

[Qemu-arm] [RFC v2 0/7] KVM/ARM: Relax the max 123 vcpus limitation along with KVM GICv3
 2018-05-13 14:35 UTC  (8+ messages)
` [Qemu-arm] [RFC v2 1/7] linux-headers: Partial update for KVM/ARM multiple redistributor region registration
` [Qemu-arm] [RFC v2 2/7] target/arm: Allow KVM device address overwriting
` [Qemu-arm] [RFC v2 3/7] hw/intc/arm_gicv3: Introduce redist-region-count array property
` [Qemu-arm] [RFC v2 4/7] hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions
` [Qemu-arm] [RFC v2 5/7] hw/arm/virt: GICv3 DT node with one or two redistributor regions
` [Qemu-arm] [RFC v2 6/7] hw/arm/virt-acpi-build: Advertise one or two GICR structures
` [Qemu-arm] [RFC v2 7/7] hw/arm/virt: Register two redistributor regions when necessary

[Qemu-arm] [PULL 00/28] Bulk target patches
 2018-05-11 16:30 UTC  (15+ messages)
` [Qemu-arm] [PULL 15/28] target/sparc: convert to TranslatorOps
` [Qemu-devel] [PULL 16/28] target/mips: use lookup_and_goto_ptr on BS_STOP
` [Qemu-devel] [PULL 17/28] target/mips: convert to DisasJumpType
` [Qemu-devel] [PULL 18/28] target/mips: convert to DisasContextBase
` [Qemu-devel] [PULL 20/28] target/mips: convert to TranslatorOps
` [Qemu-devel] [PULL 21/28] target/s390x: convert to DisasJumpType
` [Qemu-arm] [PULL 22/28] target/s390x: convert to DisasContextBase
` [Qemu-devel] [PULL 23/28] target/s390x: convert to TranslatorOps
` [Qemu-devel] [PULL 24/28] target/openrisc: convert to DisasContextBase
` [Qemu-arm] [PULL 25/28] target/openrisc: convert to TranslatorOps
` [Qemu-arm] [PULL 26/28] target/riscv: convert to DisasJumpType
` [Qemu-devel] [PULL 27/28] target/riscv: convert to DisasContextBase
` [Qemu-devel] [PULL 28/28] target/riscv: convert to TranslatorOps

[Qemu-devel] [PATCH v1 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
 2018-05-10 18:09 UTC  (5+ messages)
` [Qemu-arm] [PATCH v1 1/2] target-arm: Add the Cortex-R5F
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v1 2/2] xlnx-zynqmp: Swap Cortex-R5 for Cortex-R5F

[Qemu-devel] [PATCH v2 00/14] target/arm: Fixups for ARM_FEATURE_V8_FP16
 2018-05-10 17:09 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 01/14] target/arm: Implement vector shifted SCVF/UCVF for fp16
` [Qemu-arm] [PATCH v2 02/14] target/arm: Implement vector shifted FCVT "
` [Qemu-arm] [PATCH v2 05/14] target/arm: Implement FMOV (general) "
` [Qemu-arm] [PATCH v2 08/14] target/arm: Introduce and use read_fp_hreg
` [PATCH v2 11/14] target/arm: Implement FCMP for fp16
` [PATCH v2 12/14] target/arm: Implement FCSEL "
` [PATCH v2 13/14] target/arm: Implement FMOV (immediate) "
` [Qemu-arm] [PATCH v2 00/14] target/arm: Fixups for ARM_FEATURE_V8_FP16

[PATCH] fpu/softfloat: Don't set Invalid for float-to-int(MAXINT)
 2018-05-10 15:20 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] fix fp16 tininess
 2018-05-10 15:07 UTC  (4+ messages)
` [Qemu-arm] "

[PATCH v3 0/5] refactor float-to-float and fix AHP
 2018-05-10 14:50 UTC  (12+ messages)
` [PATCH v3 1/5] fpu/softfloat: int_to_float ensure r fully initialised
` [PATCH v3 2/5] fpu/softfloat: re-factor float to float conversions
` [PATCH v3 3/5] fpu/softfloat: support ARM Alternative half-precision
` [PATCH v3 4/5] target/arm: convert conversion helpers to fpst/ahp_flag
` [PATCH v3 5/5] target/arm: squash FZ16 behaviour for conversions


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).