qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 21:59:13 to 2020-06-18 09:34:09 UTC [more...]

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2020-06-18  9:23 UTC  (3+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images
` [Bug 1805256] Update Released

[PATCH] crypto/linux_keyring: fix 'secret_keyring' configure test
 2020-06-18  9:26 UTC 

[PATCH RESEND v2] nvme: allow cmb and pmr emulation on same device
 2020-06-18  9:25 UTC  (3+ messages)
` [PATCH RESEND v2 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH 0/7] python: create installable package
 2020-06-18  9:23 UTC  (4+ messages)

[PATCH] target/arm/kvm: Check supported feature per accelerator (not per vCPU)
 2020-06-18  9:22 UTC  (5+ messages)

[PATCH v2] arm/virt: Add memory hot remove support
 2020-06-18  9:19 UTC  (4+ messages)

[PATCH] hw/audio/gus: Fix registers 32-bit access
 2020-06-18  9:13 UTC  (7+ messages)

[PATCH 2/2] scripts/tracetool: Add plainlog backend
 2020-06-18  9:07 UTC  (3+ messages)

[PATCH v3 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-06-18  9:04 UTC  (4+ messages)
` [PATCH v3 2/5] virtio-iommu: Implement RESV_MEM probe request

[PATCH 0/3] Add OpenSBI dynamic firmware support
 2020-06-18  8:56 UTC  (6+ messages)
` [PATCH 1/3] riscv: Unify Qemu's reset vector code path
` [PATCH 2/3] RISC-V: Copy the fdt in dram instead of ROM

[PATCH v2 0/2] iotests: Make _filter_img_create more active
 2020-06-18  8:41 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iotests: filter few more luks specific create options

ovmf / PCI passthrough impaired due to very limiting PCI64 aperture
 2020-06-18  8:29 UTC  (18+ messages)

[PATCH v9 0/5] vhost-user block device backend implementation
 2020-06-18  8:28 UTC  (5+ messages)

[PATCH] softmmu/vl: Remove the check for colons in -accel parameters
 2020-06-18  8:24 UTC  (3+ messages)

[PATCH v4 0/5] vTPM/aarch64 ACPI support
 2020-06-18  7:50 UTC  (5+ messages)
` [PATCH v4 1/5] acpi: Convert build_tpm2() to build_append* API

[Qemu-devel] [Bug 1829682] [NEW] QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX
 2020-06-18  7:36 UTC  (3+ messages)
` [Bug 1829682] "

[PATCH v3] block: Factor out bdrv_run_co()
 2020-06-18  7:49 UTC  (5+ messages)

[PATCH v8 00/21] Add virtual device fuzzing support
 2020-06-18  7:34 UTC  (3+ messages)
` [PATCH v8 13/21] main: keep rcu_atfork callback enabled for qtest

[PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts
 2020-06-18  7:27 UTC  (14+ messages)
` [PATCH v4 2/8] tpm: Extend TPMIfClass with get_irqnum() function
` [PATCH v4 4/8] tpm: Split TPM_TIS_IRQ into TPM_TIS_ISA_IRQ and TPM_TIS_SYSBUS_IRQ
` [PATCH v4 5/8] acpi: Enable TPM IRQ
` [PATCH v4 6/8] tests: Add updated DSDT
` [PATCH v4 7/8] tpm: Guard irq related ops in case interrupts are disabled
` [PATCH v4 8/8] tpm: Disable interrupt support for TIS on sysbus

[PATCH] softmmu/vl: Do not recommend to use -M accel=... anymore
 2020-06-18  7:19 UTC  (3+ messages)

Memory leak in spapr_machine_init()?
 2020-06-18  6:55 UTC 

Memory leak in transfer_memory_block()?
 2020-06-18  6:49 UTC  (2+ messages)

[PATCH] tests: fix a memory in test_socket_unix_abstract_good
 2020-06-18  6:12 UTC  (2+ messages)

[PATCH v2 000/100] target/arm: Implement SVE2
 2020-06-18  5:55 UTC  (103+ messages)
` [PATCH v2 001/100] tcg: Save/restore vecop_list around minmax fallback
` [PATCH v2 002/100] qemu/int128: Add int128_lshift
` [PATCH v2 003/100] target/arm: Split out gen_gvec_fn_zz
` [PATCH v2 004/100] target/arm: Split out gen_gvec_fn_zzz, do_zzz_fn
` [PATCH v2 005/100] target/arm: Rearrange {sve, fp}_check_access assert
` [PATCH v2 006/100] target/arm: Merge do_vector2_p into do_mov_p
` [PATCH v2 007/100] target/arm: Clean up 4-operand predicate expansion
` [PATCH v2 008/100] target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_pppp
` [PATCH v2 009/100] target/arm: Split out gen_gvec_ool_zzzp
` [PATCH v2 010/100] target/arm: Merge helper_sve_clr_* and helper_sve_movz_*
` [PATCH v2 011/100] target/arm: Split out gen_gvec_ool_zzp
` [PATCH v2 012/100] target/arm: Split out gen_gvec_ool_zzz
` [PATCH v2 013/100] target/arm: Split out gen_gvec_ool_zz
` [PATCH v2 014/100] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v2 015/100] target/arm: Enable SVE2 and some extensions
` [PATCH v2 016/100] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v2 017/100] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v2 018/100] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v2 019/100] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v2 020/100] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v2 021/100] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v2 022/100] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v2 023/100] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v2 024/100] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v2 025/100] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v2 026/100] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v2 027/100] target/arm: Implement SVE2 integer multiply long
` [PATCH v2 028/100] target/arm: Implement PMULLB and PMULLT
` [PATCH v2 029/100] target/arm: Tidy SVE tszimm shift formats
` [PATCH v2 030/100] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v2 031/100] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v2 032/100] target/arm: Implement SVE2 bitwise permute
` [PATCH v2 033/100] target/arm: Implement SVE2 complex integer add
` [PATCH v2 034/100] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v2 035/100] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v2 036/100] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v2 037/100] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v2 038/100] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v2 039/100] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v2 040/100] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v2 041/100] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v2 042/100] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v2 043/100] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v2 044/100] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v2 045/100] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v2 046/100] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v2 047/100] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v2 048/100] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v2 049/100] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v2 050/100] target/arm: Generalize inl_qrdmlah_* helper functions
` [PATCH v2 051/100] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v2 052/100] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v2 053/100] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v2 054/100] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v2 055/100] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v2 056/100] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v2 057/100] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v2 058/100] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v2 059/100] target/arm: Implement SVE2 XAR
` [PATCH v2 060/100] target/arm: Implement SVE2 scatter store insns
` [PATCH v2 061/100] target/arm: Implement SVE2 gather load insns
` [PATCH v2 062/100] target/arm: Implement SVE2 FMMLA
` [PATCH v2 063/100] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v2 064/100] target/arm: Fix sve_uzp_p vs odd vector lengths
` [PATCH v2 065/100] target/arm: Fix sve_zip_p "
` [PATCH v2 066/100] target/arm: Fix sve_punpk_p "
` [PATCH v2 067/100] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v2 068/100] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v2 069/100] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v2 070/100] target/arm: Split out formats for 3 "
` [PATCH v2 071/100] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v2 072/100] target/arm: Use helper_gvec_mul_idx_* for aa64 advsimd
` [PATCH v2 073/100] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v2 074/100] target/arm: Use helper_gvec_ml{a, s}_idx_* for aa64 advsimd
` [PATCH v2 075/100] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v2 076/100] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v2 077/100] target/arm: Implement SVE2 integer multiply long (indexed)
` [PATCH v2 078/100] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v2 079/100] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v2 080/100] target/arm: Use helper_neon_sq{, r}dmul_* for aa64 advsimd
` [PATCH v2 081/100] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v2 082/100] target/arm: Implement SVE2 multiply-add long (indexed)
` [PATCH v2 083/100] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PATCH v2 084/100] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v2 085/100] target/arm: Implement SVE mixed sign dot product
` [PATCH v2 086/100] target/arm: Implement SVE2 crypto unary operations
` [PATCH v2 087/100] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v2 088/100] target/arm: Implement SVE2 crypto constructive "
` [PATCH v2 089/100] target/arm: Implement SVE2 TBL, TBX
` [PATCH v2 090/100] target/arm: Implement SVE2 FCVTNT
` [PATCH v2 091/100] target/arm: Implement SVE2 FCVTLT
` [PATCH v2 092/100] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v2 093/100] softfloat: Add float16_is_normal
` [PATCH v2 094/100] target/arm: Implement SVE2 FLOGB
` [PATCH v2 095/100] tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem
` [PATCH v2 096/100] target/arm: Share table of sve load functions
` [PATCH v2 097/100] target/arm: Implement SVE2 LD1RO
` [PATCH v2 098/100] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v2 099/100] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v2 100/100] target/arm: Implement SVE2 fp multiply-add long

[PATCH 0/7] misc: Reduce QEMUTimer pressure by using lower precision when possible
 2020-06-18  5:47 UTC  (3+ messages)
` [PATCH 1/7] qemu-common: Briefly document qemu_timedate_diff() unit

qemu-pr-helper -v suppresses errors, isn't that weird?
 2020-06-18  5:32 UTC 

[Bug 1884017] [NEW] Intermittently erratic mouse under Windows 95
 2020-06-18  5:15 UTC  (2+ messages)
` [Bug 1884017] "

[PATCH v2 0/5] hw/riscv: sifive_u: Add Mode Select (MSEL[3:0]) support
 2020-06-18  5:08 UTC  (5+ messages)
` [PATCH v2 2/5] hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004

Query Regarding Contribution
 2020-06-18  5:20 UTC  (2+ messages)

[PATCH v2 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-18  5:15 UTC  (7+ messages)
` [PATCH v2 11/12] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj

[PATCH 0/2] use helper when using abstract QOM parent functions
 2020-06-18  4:27 UTC  (3+ messages)

[PATCH] target/nios2: Use gen_io_start/end around wrctl instruction
 2020-06-18 11:41 UTC  (2+ messages)

[PATCH] target/arm: Implement SVE2 fp multiply-add long
 2020-06-18  4:05 UTC  (2+ messages)

[PATCH v6 0/5] RISC-V multi-socket support
 2020-06-18  3:48 UTC  (6+ messages)
` [PATCH v6 5/5] hw/riscv: virt: Allow creating multiple NUMA sockets

[PATCH v3 0/3] hyperv: vmbus: ACPI various corrections
 2020-06-18  3:23 UTC  (5+ messages)
` [PATCH v3 1/3] hyperv: vmbus: Remove the 2nd IRQ
` [PATCH v3 2/3] i386: acpi: vmbus: Add _ADR definition
` [PATCH v3 3/3] acpi: i386: Move VMBus DSDT entry to SB

[PATCH 0/6] audio/jack: fixes to overall jack behaviour
 2020-06-18  3:11 UTC  (4+ messages)
` [PATCH 5/6] audio/jack: honour the enable state of the audio device

[PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE disabled
 2020-06-18  3:08 UTC  (3+ messages)

[PATCH RFC v2] target/arm: Implement SVE2 bitwise shift immediate
 2020-06-18  3:04 UTC  (2+ messages)

[PATCH v2 0/7] Add several Power ISA 3.1 32/64-bit vector instructions
 2020-06-18  0:42 UTC  (9+ messages)
` [PATCH v2 1/7] target/ppc: Introduce Power ISA 3.1 flag
` [PATCH v2 2/7] target/ppc: add byte-reverse br[dwh] instructions
` [PATCH v2 3/7] target/ppc: add vmulld instruction
` [PATCH v2 4/7] target/ppc: add vmulh{su}w instructions
` [PATCH v2 5/7] fix the prototype of muls64/mulu64
` [PATCH v2 6/7] target/ppc: add vmulh{su}d instructions
` [PATCH v2 7/7] target/ppc: add vdiv{su}{wd} vmod{su}{wd} instructions

[Bug 1883593] [NEW] Windows XP takes much longer to boot in TCG mode since 5.0
 2020-06-18  0:00 UTC  (2+ messages)
` [Bug 1883593] "

[PATCH 0/2] two atomic_cmpxchg() related fixes
 2020-06-17 23:56 UTC  (5+ messages)
` [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic

[PATCH] target/i386: reimplement fyl2x using floatx80 operations
 2020-06-17 23:24 UTC 

[PATCH v3] target/i386: reimplement fyl2xp1 using floatx80 operations
 2020-06-17 23:20 UTC 

[PATCH v2] target/i386: reimplement fyl2xp1 using floatx80 operations
 2020-06-17 22:29 UTC 

[PATCH v10 00/73] per-CPU locks
 2020-06-17 22:20 UTC  (2+ messages)

[PATCH v2 00/18] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-06-17 21:34 UTC  (4+ messages)
` [PATCH v2 04/18] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v2 11/18] hw/block/nvme: Introduce max active and open zone limits
` [PATCH v2 18/18] hw/block/nvme: Document zoned parameters in usage text

[PATCH 00/19] Add Thread Sanitizer support to QEMU
 2020-06-17 21:27 UTC  (4+ messages)
` [PATCH 01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext

[Bug 1883984] [NEW] QEMU S/390x sqxbr (128-bit IEEE 754 square root) crashes qemu-system-s390x
 2020-06-17 21:50 UTC 


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