messages from 2018-05-01 09:44:05 to 2018-05-10 14:12:10 UTC [more...]
[PATCH] fix fp16 tininess
2018-05-10 14:11 UTC (2+ messages)
` [Qemu-arm] "
[PATCH] fpu/softfloat: Don't set Invalid for float-to-int(MAXINT)
2018-05-10 14:01 UTC
[PATCH v3 0/5] refactor float-to-float and fix AHP
2018-05-10 13:34 UTC (11+ 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
[PATCH v6 0/3] target/arm: Add a dynamic XML-description of the cp-registers to GDB
2018-05-10 13:12 UTC (10+ messages)
` [PATCH v6 3/3] target/arm: Add the XML dynamic generation
` ping Re: [PATCH v6 0/3] target/arm: Add a dynamic XML-description of the cp-registers to GDB
[Qemu-arm] [PULL 00/28] Bulk target patches
2018-05-09 17:54 UTC (29+ messages)
` [Qemu-devel] [PULL 01/28] target/riscv: avoid integer overflow in next_page PC check
` [Qemu-arm] [PULL 02/28] target/cris: "
` [Qemu-devel] [PULL 03/28] target/lm32: "
` [Qemu-arm] [PULL 04/28] target/xtensa: "
` [Qemu-arm] [PULL 05/28] target/unicore32: "
` [Qemu-arm] [PULL 06/28] target/tilegx: "
` [Qemu-arm] [PULL 07/28] target/microblaze: "
` [Qemu-arm] [PULL 08/28] target/arm: "
` [Qemu-devel] [PULL 09/28] target/s390x: "
` [Qemu-arm] [PULL 10/28] target/mips: "
` [Qemu-devel] [PULL 11/28] translator: merge max_insns into DisasContextBase
` [Qemu-devel] [PULL 12/28] target/sh4: convert to TranslatorOps
` [Qemu-devel] [PULL 13/28] target/sparc: convert to DisasJumpType
` [Qemu-arm] [PULL 14/28] target/sparc: convert to DisasContextBase
` [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-arm] [PULL 19/28] target/mips: use *ctx for DisasContext
` [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-arm] [RFC PATCH] tests/device-introspect: Test devices with all machines, not only with "none"
2018-05-09 11:36 UTC (18+ messages)
` [Qemu-arm] [Qemu-devel] "
` "
` [Qemu-arm] [Qemu-devel] Running QEMU without default devices / kernel / bios (was: Test devices with all machines, not only with "none")
` [Qemu-devel] Running QEMU without default devices / kernel / bios
` [Qemu-arm] [Qemu-ppc] "
` [Qemu-devel] [Qemu-ppc] "
[Qemu-arm] [PATCH v2 01/14] sdcard: Use the ldst API
2018-05-09 3:46 UTC (2+ messages)
` [Qemu-devel] [PATCH v2 11/14] sdcard: Add sd_frame48_init(), replace SDRequest by a raw buffer
[Qemu-devel] [RFC PATCH 0/4] qemu/typedefs.h cleanup
2018-05-08 22:39 UTC (4+ messages)
` [Qemu-devel] [RFC PATCH 2/4] hw/pcmcia: Remove PCMCIACardState from qemu/typedefs.h
` [Qemu-devel] [RFC PATCH 3/4] hw/ssi: Remove SSIBus "
` [Qemu-arm] "
[Qemu-arm] [PATCH v4 0/4] arm: isolate and clean up dtb generation
2018-05-08 14:19 UTC (6+ messages)
` [Qemu-arm] [PATCH v4 1/4] pc: simplify MachineClass::get_hotplug_handler handling
` [Qemu-arm] [PATCH v4 2/4] platform-bus-device: use device plug callback instead of machine_done notifier
` [Qemu-arm] [PATCH v4 3/4] arm/boot: split load_dtb() from arm_load_kernel()
` [Qemu-devel] [PATCH v4 4/4] make sure that we aren't overwriting mc->get_hotplug_handler by accident
[Qemu-arm] [PATCH v2 00/10] target/arm: Implement v8.1-Atomics
2018-05-08 14:09 UTC (14+ messages)
` [Qemu-devel] [PATCH v2 01/10] tcg: Introduce helpers for integer min/max
` [Qemu-arm] [PATCH v2 02/10] target/arm: Use new min/max expanders
` [Qemu-arm] [PATCH v2 03/10] target/xtensa: "
` [Qemu-arm] [PATCH v2 04/10] tcg: Introduce atomic helpers for integer min/max
` [Qemu-arm] [PATCH v2 05/10] tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic add
` [Qemu-arm] [PATCH v2 06/10] target/riscv: Use new atomic min/max expanders
` [Qemu-devel] [PATCH v2 07/10] target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
` [Qemu-arm] [PATCH v2 08/10] target/arm: Fill in disas_ldst_atomic
` [Qemu-devel] [PATCH v2 09/10] target/arm: Implement CAS and CASP
` [Qemu-arm] [PATCH v2 10/10] target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only
` [Qemu-devel] [PATCH v2 00/10] target/arm: Implement v8.1-Atomics
` [Qemu-arm] [PATCH v3 08/10] target/arm: Fill in disas_ldst_atomic
[PATCH] softfloat: Handle default NaN mode after pickNaNMulAdd, not before
2018-05-08 13:59 UTC (4+ messages)
` [Qemu-devel] "
[Qemu-arm] [PATCH] hw/arm/iotkit.c: fix minor memory leak
2018-05-08 13:04 UTC (4+ messages)
` [Qemu-devel] "
` [Qemu-arm] [Qemu-devel] "
[Qemu-arm] [PATCH 0/2] arm: Add nRF51 SoC and micro:bit machine
2018-05-08 12:08 UTC (12+ messages)
` [Qemu-devel] [PATCH 1/2] arm: Add Nordic Semiconductor nRF51 SoC
` [Qemu-arm] "
` [Qemu-arm] [PATCH 2/2] arm: Add BBC micro:bit machine
` [Qemu-devel] "
` [Qemu-arm] [Qemu-devel] [PATCH 0/2] arm: Add nRF51 SoC and "
` "
[Qemu-arm] [PATCH v3 0/5] arm: isolate and clean up dtb generation
2018-05-07 7:51 UTC (13+ messages)
` [Qemu-arm] [PATCH v3 1/5] pc: simplify MachineClass::get_hotplug_handler handling
` [Qemu-arm] [PATCH v3 2/5] platform-bus-device: use device plug callback instead of machine_done notifier
` [Qemu-arm] [PATCH v3 3/5] arm/boot: split load_dtb() from arm_load_kernel()
` [Qemu-arm] [PATCH v3 4/5] arm: boot: set boot_info starting from first_cpu
` [Qemu-arm] [PATCH v3 5/5] make sure that we aren't overwriting mc->get_hotplug_handler by accident
[Qemu-devel] [PATCH v12 00/17] ARM SMMUv3 Emulation Support
2018-05-04 16:52 UTC (3+ messages)
` [Qemu-arm] "
[Qemu-arm] [PATCH] hw/arm: Don't fail qtest due to missing SD card in -nodefaults mode
2018-05-04 16:33 UTC (4+ messages)
[Qemu-devel] [PATCH 0/9] target/arm: Implement v8.1-Atomics
2018-05-04 16:06 UTC (23+ messages)
` [Qemu-arm] [PATCH 1/9] tcg: Introduce helpers for integer min/max
` [Qemu-arm] [PATCH 2/9] target/arm: Use new min/max expanders
` [Qemu-devel] "
` [Qemu-arm] [PATCH 4/9] tcg: Introduce atomic helpers for integer min/max
` [Qemu-devel] [PATCH 6/9] target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
` [Qemu-arm] "
` [Qemu-arm] [PATCH 7/9] target/arm: Fill in disas_ldst_atomic
` [Qemu-devel] [PATCH 8/9] target/arm: Implement CAS and CASP
` [Qemu-arm] "
` [Qemu-arm] [PATCH 9/9] target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only
[Qemu-devel] [PATCH 05/20] sdcard: Use the sd_prepare_request*() functions
2018-05-04 15:59 UTC
[Qemu-arm] [PATCH] tcg/i386: Fix dup_vec in non-AVX2 codepath
2018-05-04 15:55 UTC (2+ messages)
[PATCH v2 0/3] refactor float-to-float conversions and fix AHP
2018-05-04 15:36 UTC (12+ messages)
` [PATCH v2 1/3] fpu/softfloat: re-factor float to float conversions
` [PATCH v2 2/3] fpu/softfloat: support ARM Alternative half-precision
` [PATCH v2 3/3] tests/tcg/aarch64: add fcvt test cases for AArch64 (!UPSTREAM)
` [Qemu-devel] [PATCH v2 0/3] refactor float-to-float conversions and fix AHP
[Qemu-devel] [PATCH v2 00/14] target/arm: Fixups for ARM_FEATURE_V8_FP16
2018-05-02 22:33 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-devel] [PATCH v2 03/14] target/arm: Fix float16 to/from int16
` [Qemu-devel] [PATCH v2 04/14] target/arm: Clear SVE high bits for FMOV
` [Qemu-arm] [PATCH v2 05/14] target/arm: Implement FMOV (general) for fp16
` [Qemu-devel] [PATCH v2 06/14] target/arm: Implement FCVT (scalar, integer) "
` [Qemu-arm] [PATCH v2 07/14] target/arm: Implement FCVT (scalar, fixed-point) "
` [Qemu-arm] [PATCH v2 08/14] target/arm: Introduce and use read_fp_hreg
` [Qemu-devel] [PATCH v2 09/14] target/arm: Implement FP data-processing (2 source) for fp16
` [Qemu-arm] [PATCH v2 10/14] target/arm: Implement FP data-processing (3 "
` [PATCH v2 11/14] target/arm: Implement FCMP "
` [PATCH v2 12/14] target/arm: Implement FCSEL "
` [PATCH v2 13/14] target/arm: Implement FMOV (immediate) "
` [PATCH v2 14/14] target/arm: Fix sqrt_f16 exception raising
` [Qemu-arm] [Qemu-devel] [PATCH v2 00/14] target/arm: Fixups for ARM_FEATURE_V8_FP16
[Qemu-arm] [PATCH] target/arm: Implement v8M VLLDM and VLSTM
2018-05-03 17:57 UTC (2+ messages)
` [Qemu-arm] [Qemu-devel] "
[Qemu-devel] [PATCH v1 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
2018-05-03 15:59 UTC (7+ 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] "
[Qemu-arm] [PATCH 0/2] target/arm: Coverity fixups
2018-05-03 15:05 UTC (6+ messages)
` [Qemu-arm] [PATCH 1/2] target/arm: Tidy conditions in handle_vec_simd_shri
` [Qemu-arm] [PATCH 2/2] target/arm: Tidy condition in disas_simd_two_reg_misc
[Qemu-arm] Expand ECAM region in machvirt 2_13?
2018-05-02 15:30 UTC (7+ messages)
` [Qemu-arm] [Qemu-devel] "
[Qemu-arm] [PATCH v2] timer/aspeed: fix vmstate version id
2018-05-02 13:56 UTC (4+ messages)
[Qemu-arm] [PATCH 0/2] arm: convert a couple of devices away from old_mmio
2018-05-01 19:17 UTC (5+ messages)
` [Qemu-arm] [PATCH 1/2] hw/usb/tusb6010: Convert "
` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH 2/2] hw/net/smc91c111: "
` [Qemu-devel] "
[Qemu-arm] [PATCH for-2.13 v2 0/5] arm: isolate and clean up dtb generation
2018-05-01 9:43 UTC (4+ messages)
` [Qemu-arm] [PATCH for-2.13 v2 5/5] arm/boot: split load_dtb() from arm_load_kernel()
` [Qemu-arm] [Qemu-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).