qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 10:20:20 to 2021-05-25 16:21:24 UTC [more...]

[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

[PATCH v2 00/28] Convert floatx80 and float128 to FloatParts
 2021-05-25 15:07 UTC  (12+ messages)
` [PATCH v2 01/28] softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc
` [PATCH v2 04/28] softfloat: Move minmax_flags "
` [PATCH v2 07/28] softfloat: Move sqrt_float "
` [PATCH v2 09/28] softfloat: Reduce FloatFmt
` [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 16/28] softfloat: Convert floatx80_sqrt "
` [PATCH v2 17/28] softfloat: Convert floatx80_round "
` [PATCH v2 19/28] softfloat: Convert integer to floatx80 "
` [PATCH v2 28/28] softfloat: Use hard-float for {u}int64_to_float{32, 64}

[PULL 0/7] testing, gdbstub and plugin updates
 2021-05-25 15:05 UTC  (10+ messages)
` [PULL 1/7] gitlab: explicitly reference the upstream registry
` [PULL 2/7] gitlab: add special rule for the hexagon container
` [PULL 3/7] gdbstub: Constify GdbCmdParseEntry
` [PULL 4/7] gdbstub: Replace GdbCmdContext with plain g_array()
` [PULL 5/7] hmp-commands: expand type of icount to "l" in replay commands
` [PULL 6/7] gdbstub: tidy away reverse debugging check into function
` [PULL 7/7] plugins/syscall: Added a table-like summary output

[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  (22+ messages)
` [PATCH 1/9] gitlab-ci: Extract all default build/test jobs to buildtest.yml
` [PATCH 2/9] gitlab-ci: Move current job set to qemu-project.yml
` [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 5/9] gitlab-ci: explicitly reference the upstream registry
` [PATCH 6/9] gitlab-ci: Split gprof-gcov job
` [PATCH 7/9] gitlab-ci: Keep Avocado reports during 1 week
` [PATCH 8/9] gitlab-ci: Run Avocado tests manually (except mainstream CI)

[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  (22+ 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/9] accel/tcg: Add tlb_flush interface for a range of pages

[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/6] tests: Fix some minor Coverity issues
 2021-05-25 14:02 UTC  (11+ 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

[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  (6+ messages)
` [PATCH v5 1/4] target/ppc: used ternary operator when registering MAS
` [PATCH v5 2/4] target/ppc: added ifdefs around TCG-only code
` [PATCH v5 3/4] target/ppc: created tcg-stub.c file
` [PATCH v5 4/4] target/ppc: updated meson.build to support disable-tcg

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

9pfs: scope of rename_lock?
 2021-05-25 11:41 UTC  (3+ messages)

[RFC PATCH] configure: Do not add --warn-common to the linker flags anymore
 2021-05-25 11:11 UTC 

[PATCH v4 0/5] target/ppc: add support to disable-tcg
 2021-05-25 11:08 UTC  (4+ messages)
` [PATCH v4 1/5] target/ppc: moved ppc_cpu_do_interrupt to cpu.c

[PATCH v2 0/7] block-copy: protect block-copy internal structures
 2021-05-25 11:00 UTC  (13+ messages)
` [PATCH v2 4/7] block-copy: add a CoMutex to the BlockCopyTask list
` [PATCH v2 5/7] block-copy: add QemuMutex lock for BlockCopyCallState list
` [PATCH v2 7/7] block-copy: protect BlockCopyState .method fields

[PATCH 0/3] meson: Minor improvements
 2021-05-25 10:46 UTC  (4+ messages)
` [PATCH 1/3] meson: Only build virtfs-proxy-helper if all requisites are found
` [PATCH 2/3] meson: List if X11 dependency is detected
` [PATCH 3/3] meson: List modules built in summary

[PATCH v2 1/4] migration/rdma: cleanup rmda in rdma_start_incoming_migration error path
 2021-05-25 10:26 UTC  (3+ messages)
` [PATCH v2 4/4] migration/rdma: source: poll cm_event from return path


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