qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 21:23:01 to 2020-06-18 05:20:15 UTC [more...]

[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 v2 000/100] target/arm: Implement SVE2
 2020-06-18  4:26 UTC  (97+ 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 090/100] target/arm: Implement SVE2 FCVTNT
` [PATCH v2 091/100] target/arm: Implement SVE2 FCVTLT
` [PATCH v2 093/100] softfloat: Add float16_is_normal
` [PATCH v2 094/100] target/arm: Implement SVE2 FLOGB
` [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

[Bug 1884017] [NEW] Intermittently erratic mouse under Windows 95
 2020-06-18  4:54 UTC 

[PATCH] hw/audio/gus: Fix registers 32-bit access
 2020-06-18  4:59 UTC  (6+ messages)

[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

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

[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  (43+ messages)
` [PATCH v10 15/73] tcg-runtime: convert to cpu_halted_set
` [PATCH v10 17/73] arm: convert to cpu_halted
` [PATCH v10 29/73] openrisc: "
` [PATCH v10 30/73] cpu-exec: "
` [PATCH v10 31/73] cpu: "
` [PATCH v10 32/73] cpu: define cpu_interrupt_request helpers
` [PATCH v10 35/73] i386: use cpu_reset_interrupt
` [PATCH v10 37/73] openrisc: "
` [PATCH v10 38/73] arm: convert to cpu_interrupt_request
` [PATCH v10 41/73] i386/hax-all: "
` [PATCH v10 42/73] i386/whpx-all: "
` [PATCH v10 43/73] i386/hvf: convert to cpu_request_interrupt
` [PATCH v10 44/73] ppc: convert to cpu_interrupt_request
` [PATCH v10 45/73] sh4: "
` [PATCH v10 47/73] hppa: "
` [PATCH v10 48/73] lm32: "
` [PATCH v10 49/73] m68k: "
` [PATCH v10 50/73] mips: "
` [PATCH v10 51/73] nios: "
` [PATCH v10 52/73] s390x: "
` [PATCH v10 53/73] alpha: "
` [PATCH v10 54/73] moxie: "
` [PATCH v10 55/73] sparc: "
` [PATCH v10 56/73] openrisc: "
` [PATCH v10 57/73] unicore32: "
` [PATCH v10 58/73] microblaze: "
` [PATCH v10 59/73] accel/tcg: "
` [PATCH v10 60/73] cpu: convert to interrupt_request
` [PATCH v10 61/73] cpu: call .cpu_has_work with the CPU lock held
` [PATCH v10 62/73] cpu: introduce cpu_has_work_with_iothread_lock
` [PATCH v10 63/73] ppc: convert to cpu_has_work_with_iothread_lock
` [PATCH v10 64/73] mips: "
` [PATCH v10 65/73] s390x: "
` [PATCH v10 66/73] riscv: "
` [PATCH v10 67/73] sparc: "
` [PATCH v10 68/73] xtensa: "
` [PATCH v10 69/73] cpu: rename all_cpu_threads_idle to qemu_tcg_rr_all_cpu_threads_idle
` [PATCH v10 70/73] cpu: protect CPU state with cpu->lock instead of the BQL
` [PATCH v10 71/73] cpus-common: release BQL earlier in run_on_cpu
` [PATCH v10 72/73] cpu: add async_run_on_cpu_no_bql
` [PATCH v10 73/73] cputlb: queue async flush jobs without the BQL

[PATCH v2 00/18] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-06-17 21:34 UTC  (19+ messages)
` [PATCH v2 01/18] hw/block/nvme: Move NvmeRequest has_sg field to a bit flag
` [PATCH v2 02/18] hw/block/nvme: Define 64 bit cqe.result
` [PATCH v2 03/18] hw/block/nvme: Clean up unused AER definitions
` [PATCH v2 04/18] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v2 05/18] hw/block/nvme: Introduce the Namespace Types definitions
` [PATCH v2 06/18] hw/block/nvme: Define trace events related to NS Types
` [PATCH v2 07/18] hw/block/nvme: Add support for Namespace Types
` [PATCH v2 08/18] hw/block/nvme: Make Zoned NS Command Set definitions
` [PATCH v2 09/18] hw/block/nvme: Define Zoned NS Command Set trace events
` [PATCH v2 10/18] hw/block/nvme: Support Zoned Namespace Command Set
` [PATCH v2 11/18] hw/block/nvme: Introduce max active and open zone limits
` [PATCH v2 12/18] hw/block/nvme: Simulate Zone Active excursions
` [PATCH v2 13/18] hw/block/nvme: Set Finish/Reset Zone Recommended attributes
` [PATCH v2 14/18] hw/block/nvme: Generate zone AENs
` [PATCH v2 15/18] hw/block/nvme: Support Zone Descriptor Extensions
` [PATCH v2 16/18] hw/block/nvme: Add injection of Offline/Read-Only zones
` [PATCH v2 17/18] hw/block/nvme: Use zone metadata file for persistence
` [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 

Query Regarding Contribution
 2020-06-17 18:25 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).