qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 12:13:50 to 2021-05-25 16:52:08 UTC [more...]

[PATCH 0/6] tests: Fix some minor Coverity issues
 2021-05-25 16:14 UTC  (13+ messages)
` [PATCH 1/6] tests/qtest/bios-tables-test: Check for dup2() failure
` [PATCH 2/6] tests/qtest/e1000e-test: Check qemu_recv() succeeded
` [PATCH 3/6] tests/qtest/hd-geo-test: Fix checks on mkstemp() return value
` [PATCH 4/6] tests/qtest/pflash-cfi02-test: Avoid potential integer overflow
` [PATCH 5/6] tests/qtest/tpm-tests: Remove unnecessary NULL checks
` [PATCH 6/6] tests/unit/test-vmstate: Assert that dup() and mkstemp() succeed

[PULL 095/114] target/arm: Implement SVE2 FCVTLT
 2021-05-25 15:07 UTC  (15+ messages)
` [PULL 096/114] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PULL 098/114] target/arm: Share table of sve load functions
` [PULL 099/114] target/arm: Tidy do_ldrq
` [PULL 100/114] target/arm: Implement SVE2 LD1RO
` [PULL 101/114] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PULL 102/114] target/arm: Implement SVE2 bitwise shift immediate
` [PULL 103/114] target/arm: Move endian adjustment macros to vec_internal.h
` [PULL 104/114] target/arm: Implement SVE2 fp multiply-add long
` [PULL 107/114] target/arm: Remove unused fpst from VDOT_scalar
` [PULL 108/114] target/arm: Fix decode for VDOT (indexed)
` [PULL 109/114] target/arm: Split out do_neon_ddda
` [PULL 112/114] target/arm: Implement integer matrix multiply accumulate
` [PULL 113/114] linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
` [PULL 114/114] target/arm: Enable SVE2 "

[PATCH v2 00/28] Convert floatx80 and float128 to FloatParts
 2021-05-25 15:07 UTC  (29+ messages)
` [PATCH v2 01/28] softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc
` [PATCH v2 02/28] softfloat: Move int_to_float "
` [PATCH v2 03/28] softfloat: Move uint_to_float "
` [PATCH v2 04/28] softfloat: Move minmax_flags "
` [PATCH v2 05/28] softfloat: Move compare_floats "
` [PATCH v2 06/28] softfloat: Move scalbn_decomposed "
` [PATCH v2 07/28] softfloat: Move sqrt_float "
` [PATCH v2 08/28] softfloat: Split out parts_uncanon_normal
` [PATCH v2 09/28] softfloat: Reduce FloatFmt
` [PATCH v2 10/28] softfloat: Introduce Floatx80RoundPrec
` [PATCH v2 11/28] softfloat: Adjust parts_uncanon_normal for floatx80
` [PATCH v2 12/28] tests/fp/fp-test: Reverse order of floatx80 precision tests
` [PATCH v2 13/28] softfloat: Convert floatx80_add/sub to FloatParts
` [PATCH v2 14/28] softfloat: Convert floatx80_mul "
` [PATCH v2 15/28] softfloat: Convert floatx80_div "
` [PATCH v2 16/28] softfloat: Convert floatx80_sqrt "
` [PATCH v2 17/28] softfloat: Convert floatx80_round "
` [PATCH v2 18/28] softfloat: Convert floatx80_round_to_int "
` [PATCH v2 19/28] softfloat: Convert integer to floatx80 "
` [PATCH v2 20/28] softfloat: Convert floatx80 float conversions "
` [PATCH v2 21/28] softfloat: Convert floatx80 to integer "
` [PATCH v2 22/28] softfloat: Convert floatx80_scalbn "
` [PATCH v2 23/28] softfloat: Convert floatx80 compare "
` [PATCH v2 24/28] softfloat: Convert float32_exp2 "
` [PATCH v2 25/28] softfloat: Move floatN_log2 to softfloat-parts.c.inc
` [PATCH v2 26/28] softfloat: Convert modrem operations to FloatParts
` [PATCH v2 27/28] tests/fp: Enable more tests
` [PATCH v2 28/28] softfloat: Use hard-float for {u}int64_to_float{32, 64}

[PATCH] gitlab-ci: Be ready for new default 'main' branch name
 2021-05-25 15:38 UTC 

[PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins)
 2021-05-25 15:06 UTC  (5+ messages)
` [PATCH v1 3/8] gitlab: add special rule for the hexagon container

[PULL 0/7] testing, gdbstub and plugin updates
 2021-05-25 15:05 UTC  (3+ messages)

[PULL 000/114] target-arm queue
 2021-05-25 15:03 UTC  (95+ messages)
` [PULL 001/114] hw/arm/smmuv3: Another range invalidation fix
` [PULL 002/114] hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logic
` [PULL 003/114] hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524
` [PULL 004/114] hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specific
` [PULL 005/114] hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMs
` [PULL 006/114] hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARD
` [PULL 007/114] hw/arm/mps2-tz: Allow board to specify a boot RAM size
` [PULL 008/114] hw/arm: Model TCMs in the SSE-300, not the AN547
` [PULL 009/114] target/arm: Use correct SP in M-profile exception return
` [PULL 010/114] accel/tcg: Replace g_new() + memcpy() by g_memdup()
` [PULL 011/114] accel/tcg: Pass length argument to tlb_flush_range_locked()
` [PULL 012/114] accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeData
` [PULL 013/114] accel/tcg: Remove {encode,decode}_pbm_to_runon
` [PULL 014/114] accel/tcg: Add tlb_flush_range_by_mmuidx()
` [PULL 015/114] accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()
` [PULL 016/114] accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
` [PULL 017/114] accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0
` [PULL 018/114] accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]
` [PULL 019/114] target/arm: Add support for FEAT_TLBIRANGE
` [PULL 020/114] target/arm: Add support for FEAT_TLBIOS
` [PULL 021/114] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type
` [PULL 022/114] disas/libvixl: Protect C system header for C++ compiler
` [PULL 023/114] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PULL 024/114] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PULL 025/114] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PULL 026/114] target/arm: Implement SVE2 integer unary operations (predicated)
` [PULL 027/114] target/arm: Split out saturating/rounding shifts from neon
` [PULL 028/114] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PULL 029/114] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PULL 030/114] target/arm: Implement SVE2 integer pairwise arithmetic
` [PULL 031/114] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PULL 032/114] target/arm: Implement SVE2 integer add/subtract long
` [PULL 033/114] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PULL 034/114] target/arm: Implement SVE2 integer add/subtract wide
` [PULL 035/114] target/arm: Implement SVE2 integer multiply long
` [PULL 036/114] target/arm: Implement SVE2 PMULLB, PMULLT
` [PULL 037/114] target/arm: Implement SVE2 bitwise shift left long
` [PULL 038/114] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PULL 039/114] target/arm: Implement SVE2 bitwise permute
` [PULL 040/114] target/arm: Implement SVE2 complex integer add
` [PULL 041/114] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PULL 042/114] target/arm: Implement SVE2 integer add/subtract long with carry
` [PULL 043/114] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PULL 044/114] target/arm: Implement SVE2 bitwise shift and insert
` [PULL 045/114] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PULL 046/114] target/arm: Implement SVE2 saturating extract narrow
` [PULL 047/114] target/arm: Implement SVE2 floating-point pairwise
` [PULL 048/114] target/arm: Implement SVE2 SHRN, RSHRN
` [PULL 049/114] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PULL 050/114] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PULL 051/114] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PULL 052/114] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PULL 053/114] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PULL 054/114] target/arm: Implement SVE2 bitwise ternary operations
` [PULL 055/114] target/arm: Implement SVE2 MATCH, NMATCH
` [PULL 056/114] target/arm: Implement SVE2 saturating multiply-add long
` [PULL 057/114] target/arm: Implement SVE2 saturating multiply-add high
` [PULL 058/114] target/arm: Implement SVE2 integer multiply-add long
` [PULL 059/114] target/arm: Implement SVE2 complex integer multiply-add
` [PULL 060/114] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PULL 061/114] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PULL 062/114] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PULL 063/114] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PULL 064/114] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PULL 065/114] target/arm: Implement SVE2 XAR
` [PULL 066/114] target/arm: Implement SVE2 scatter store insns
` [PULL 067/114] target/arm: Implement SVE2 gather load insns
` [PULL 068/114] target/arm: Implement SVE2 FMMLA
` [PULL 069/114] target/arm: Implement SVE2 SPLICE, EXT
` [PULL 070/114] target/arm: Use correct output type for gvec_sdot_*_b
` [PULL 071/114] target/arm: Pass separate addend to {U, S}DOT helpers
` [PULL 072/114] target/arm: Pass separate addend to FCMLA helpers
` [PULL 073/114] target/arm: Split out formats for 2 vectors + 1 index
` [PULL 074/114] target/arm: Split out formats for 3 "
` [PULL 075/114] target/arm: Implement SVE2 integer multiply (indexed)
` [PULL 076/114] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PULL 077/114] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PULL 078/114] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PULL 079/114] target/arm: Implement SVE2 saturating multiply (indexed)
` [PULL 080/114] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PULL 081/114] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PULL 082/114] target/arm: Implement SVE2 multiply-add long (indexed)
` [PULL 083/114] target/arm: Implement SVE2 integer multiply "
` [PULL 084/114] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PULL 085/114] target/arm: Implement SVE2 complex integer dot product
` [PULL 086/114] target/arm: Macroize helper_gvec_{s,u}dot_{b,h}
` [PULL 087/114] target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}
` [PULL 088/114] target/arm: Implement SVE mixed sign dot product (indexed)
` [PULL 089/114] target/arm: Implement SVE mixed sign dot product
` [PULL 090/114] target/arm: Implement SVE2 crypto unary operations
` [PULL 091/114] target/arm: Implement SVE2 crypto destructive binary operations
` [PULL 092/114] target/arm: Implement SVE2 crypto constructive "
` [PULL 093/114] target/arm: Implement SVE2 TBL, TBX
` [PULL 094/114] target/arm: Implement SVE2 FCVTNT

[Bug 1896298] [NEW] memory leak
 2021-05-25 14:51 UTC  (2+ messages)
` [Bug 1896298] Re: TCG memory leak with FreeDOS 'edit'

[PATCH 0/3] testing block device blocksizes
 2021-05-25 14:46 UTC  (6+ messages)
` [PATCH 1/3] block/blkdebug: add blocksize parameter
` [PATCH 2/3] tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks test
` [PATCH 3/3] block/blkdebug: add log-blocksize and phys-blocksize parameters

[PATCH] configure: Check whether we can compile the s390-ccw bios with -msoft-float
 2021-05-25 14:40 UTC  (3+ messages)

[PATCH 0/9] gitlab-ci: Make mainstream CI green again
 2021-05-25 14:35 UTC  (9+ messages)
` [PATCH 3/9] gitlab-ci: Document how forks can use different set of jobs
` [PATCH 4/9] gitlab-ci: Extract cross-container jobs to container-cross.yml
` [PATCH 6/9] gitlab-ci: Split gprof-gcov job
` [PATCH 7/9] gitlab-ci: Keep Avocado reports during 1 week

[PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS
 2021-05-25 14:32 UTC  (2+ messages)

[PATCH 0/9] accel/tcg: Add tlb_flush interface for a range of pages
 2021-05-25 14:32 UTC  (18+ messages)
` [PATCH 1/9] accel/tcg: Replace g_new() + memcpy() by g_memdup()
` [PATCH 3/9] accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeData
` [PATCH 4/9] accel/tcg: Add tlb_flush_range_by_mmuidx()
` [PATCH 5/9] accel/tcg: Add tlb_flush_page_bits_by_mmuidx_all_cpus()
` [PATCH 6/9] accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
` [PATCH 7/9] accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0
` [PATCH 8/9] accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]
` [PATCH 9/9] accel/tcg: Remove tlb_flush_page_bits_by_mmuidx_async_1() ???

[PATCH v2 0/3] vhost-user: warn when guest RAM is not shared
 2021-05-25 14:28 UTC  (4+ messages)
` [PATCH v2 1/3] tests/qtest/vhost-user-test: use share=on with memfd
` [PATCH v2 2/3] memory: add memory_region_is_mapped_shared()
` [PATCH v2 3/3] vhost-user: warn when guest RAM is not shared

[PATCH] target/nios2: fix page-fit instruction count
 2021-05-25 14:28 UTC  (3+ messages)

[PATCH] target/arm: don't clobber ID_AA64ISAR1 pointer auth
 2021-05-25 14:26 UTC  (3+ messages)
` [PATCHv2] target/arm: make pointer authentication a switchable feature

[PATCH 00/11] exec: Restrict various system emulation specific headers (to sysemu)
 2021-05-25 14:13 UTC  (2+ messages)

[PATCH v6 00/25] python: create installable package
 2021-05-25 14:12 UTC  (4+ messages)
` [PATCH v6 07/25] python: add MANIFEST.in

[PATCH v7 00/23] cpu: Introduce SysemuCPUOps structure
 2021-05-25 14:12 UTC  (2+ messages)

[PATCH 0/2] Fix for the 'testing, gdbstub and plugin updates' pull request
 2021-05-25 13:24 UTC  (3+ messages)
` [PATCH 1/2] !fixup gitlab: add special rule for the hexagon container
` [PATCH 2/2] gitlab-ci: Convert check-dco/check-patch jobs to the 'rules' syntax

[PATCH v2 0/3] testing block device blocksizes
 2021-05-25 13:15 UTC  (4+ messages)
` [PATCH v2 1/3] block/blkdebug: add blocksize parameter
` [PATCH v2 2/3] tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks test
` [PATCH v2 3/3] block/blkdebug: add log-blocksize and phys-blocksize parameters

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-05-25 13:10 UTC  (2+ messages)

[PATCH v5 0/4] target/ppc: add support to disable-tcg
 2021-05-25 13:02 UTC  (3+ messages)
` [PATCH v5 2/4] target/ppc: added ifdefs around TCG-only code

[PATCH v7 00/92] target/arm: Implement SVE2
 2021-05-25 12:33 UTC  (2+ messages)

[PATCH 0/2] vvfat: fix two crashes
 2021-05-25 12:10 UTC  (8+ messages)


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).