qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-09 15:11:10 to 2021-03-09 19:02:30 UTC [more...]

[PATCH v4 00/78] target/arm: Implement SVE2
 2021-03-09 16:20 UTC  (78+ messages)
` [PATCH v4 01/78] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v4 02/78] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v4 03/78] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v4 04/78] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v4 05/78] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v4 06/78] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v4 07/78] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v4 08/78] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v4 09/78] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v4 10/78] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v4 11/78] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v4 12/78] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v4 13/78] target/arm: Implement SVE2 integer multiply long
` [PATCH v4 14/78] target/arm: Implement PMULLB and PMULLT
` [PATCH v4 15/78] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v4 16/78] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v4 17/78] target/arm: Implement SVE2 bitwise permute
` [PATCH v4 18/78] target/arm: Implement SVE2 complex integer add
` [PATCH v4 19/78] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v4 20/78] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v4 21/78] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v4 22/78] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v4 23/78] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v4 24/78] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v4 25/78] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v4 26/78] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v4 27/78] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v4 28/78] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v4 29/78] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v4 30/78] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v4 31/78] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v4 32/78] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v4 33/78] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v4 34/78] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v4 35/78] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v4 36/78] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v4 37/78] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v4 38/78] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v4 39/78] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v4 40/78] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v4 41/78] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v4 42/78] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v4 43/78] target/arm: Implement SVE2 XAR
` [PATCH v4 44/78] target/arm: Implement SVE2 scatter store insns
` [PATCH v4 45/78] target/arm: Implement SVE2 gather load insns
` [PATCH v4 46/78] target/arm: Implement SVE2 FMMLA
` [PATCH v4 47/78] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v4 48/78] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v4 49/78] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v4 50/78] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v4 51/78] target/arm: Split out formats for 3 "
` [PATCH v4 52/78] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v4 53/78] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v4 54/78] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v4 55/78] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v4 56/78] target/arm: Implement SVE2 integer multiply long (indexed)
` [PATCH v4 57/78] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v4 58/78] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v4 59/78] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v4 60/78] target/arm: Implement SVE2 multiply-add long (indexed)
` [PATCH v4 61/78] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PATCH v4 62/78] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v4 63/78] target/arm: Implement SVE mixed sign dot product
` [PATCH v4 64/78] target/arm: Implement SVE2 crypto unary operations
` [PATCH v4 65/78] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v4 66/78] target/arm: Implement SVE2 crypto constructive "
` [PATCH v4 67/78] target/arm: Implement SVE2 TBL, TBX
` [PATCH v4 68/78] target/arm: Implement SVE2 FCVTNT
` [PATCH v4 69/78] target/arm: Implement SVE2 FCVTLT
` [PATCH v4 70/78] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v4 71/78] target/arm: Implement SVE2 FLOGB
` [PATCH v4 72/78] target/arm: Share table of sve load functions
` [PATCH v4 73/78] target/arm: Implement SVE2 LD1RO
` [PATCH v4 74/78] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v4 75/78] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v4 76/78] target/arm: Implement SVE2 fp multiply-add long
` [PATCH v4 77/78] target/arm: Implement SVE2 complex integer dot product

[PATCH v2 0/4] semihosting/next (SYS_HEAPINFO fix)
 2021-03-09 17:01 UTC  (7+ messages)
` [PATCH v2 2/4] semihosting/arm-compat-semi: unify GET/SET_ARG helpers
` [PATCH v2 3/4] semihosting/arm-compat-semi: deref parameter register for SYS_HEAPINFO
  ` [Bug 1915925] "

[PATCH v2] usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
 2021-03-09 16:50 UTC 

[PATCH] tests/migration: fix unix socket migration
 2021-03-09 16:55 UTC  (2+ messages)

[PULL v2 00/19] riscv-to-apply queue
 2021-03-09 16:51 UTC  (3+ messages)
` [PULL v2 03/19] roms/opensbi: Upgrade from v0.8 to v0.9

[PATCH] usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
 2021-03-09 16:26 UTC  (3+ messages)

[PATCH v2 0/2] accel: kvm: Some bugfixes for kvm dirty log
 2021-03-09 16:26 UTC  (10+ messages)
` [PATCH v2 2/2] accel: kvm: Add aligment assert for kvm_log_clear_one_slot

[PATCH] qemu-common.h: Update copyright string to 2021
 2021-03-09 16:22 UTC 

[PATCH v3] MAINTAINERS: Merge the Gitlab-CI section into the generic CI section
 2021-03-09 16:25 UTC  (2+ messages)

[PATCH] hexagon: do not specify inputs to semantics_generated.pyinc generation
 2021-03-09 16:22 UTC  (2+ messages)

[PATCH v2] hw/char: disable ibex uart receive if the buffer is full
 2021-03-09 16:15 UTC  (2+ messages)

[PATCH v3 0/4] Drop deprecated floppy config & bogus -drive if=T
 2021-03-09 16:18 UTC  (9+ messages)
` [PATCH v3 1/4] docs/system/deprecated: Fix note on fdc drive properties
` [PATCH v3 2/4] fdc: Drop deprecated floppy configuration
` [PATCH v3 3/4] fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()
` [PATCH v3 4/4] blockdev: Drop deprecated bogus -drive interface type

[PATCH v5 0/8] Pegasos2 emulation
 2021-03-09 16:09 UTC  (8+ messages)
` [PATCH v5 4/8] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it

[PATCH v3 0/3] Some modifications about ram_save_host_page()
 2021-03-09 16:15 UTC  (7+ messages)
` [PATCH v3 2/3] migration/ram: Reduce unnecessary rate limiting

[PATCH 0/9] hw/display/pl110, pxa2xx_lcd: Tidy up template headers
 2021-03-09 16:07 UTC  (7+ messages)
  ` Malfunctionning qemu-system-arm ?

[PATCH RFC 0/4] hw/block/nvme: convert ad-hoc aio tracking to aiocbs
 2021-03-09 16:03 UTC  (5+ messages)
` [PATCH RFC 1/4] hw/block/nvme: convert dsm to aiocb

[PATCH v4 0/8] target/arm: sve1 fixes
 2021-03-09 15:53 UTC  (9+ messages)
` [PATCH v4 1/8] target/arm: Fix sve_uzp_p vs odd vector lengths
` [PATCH v4 2/8] target/arm: Fix sve_zip_p "
` [PATCH v4 3/8] target/arm: Fix sve_punpk_p "
` [PATCH v4 4/8] target/arm: Update find_last_active for PREDDESC
` [PATCH v4 5/8] target/arm: Update BRKA, BRKB, BRKN "
` [PATCH v4 6/8] target/arm: Update CNTP "
` [PATCH v4 7/8] target/arm: Update WHILE "
` [PATCH v4 8/8] target/arm: Update sve reduction vs simd_desc

[PATCH v2] hw/input: expand trace info reported for ps2 device
 2021-03-09 15:58 UTC 

[PULL 00/42] qemu-sparc queue 20210307
 2021-03-09 16:09 UTC  (2+ messages)

[PULL 00/17] NBD patches through 2021-03-09
 2021-03-09 15:52 UTC  (18+ messages)
` [PULL 01/17] MAINTAINERS: add Vladimir as co-maintainer of NBD
` [PULL 02/17] nbd: server: Report holes for raw images
` [PULL 03/17] utils: Enhance testsuite for do_strtosz()
` [PULL 04/17] utils: Improve qemu_strtosz() to have 64 bits of precision
` [PULL 05/17] utils: Deprecate hex-with-suffix sizes
` [PULL 06/17] block: check return value of bdrv_open_child and drop error propagation
` [PULL 07/17] blockdev: fix drive_backup_prepare() missed error
` [PULL 08/17] block: drop extra error propagation for bdrv_set_backing_hd
` [PULL 09/17] block/mirror: drop extra error propagation in commit_active_start()
` [PULL 10/17] blockjob: return status from block_job_set_speed()
` [PULL 11/17] block/qcow2: qcow2_get_specific_info(): drop error propagation
` [PULL 12/17] block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
` [PULL 13/17] block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
` [PULL 14/17] block/qcow2: read_cache_sizes: return status value
` [PULL 15/17] block/qcow2: simplify qcow2_co_invalidate_cache()
` [PULL 16/17] block/qed: bdrv_qed_do_open: deal with errp
` [PULL 17/17] block/qcow2: refactor qcow2_update_options_prepare error paths

[PATCH RESEND 0/6] hw/mips/gt64120: Minor fixes
 2021-03-09 15:52 UTC  (14+ messages)
` [PATCH RESEND 1/6] hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()
` [PATCH RESEND 2/6] hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlers
` [PATCH RESEND 3/6] hw/mips/gt64xxx: Fix typos in qemu_log_mask() formats
` [PATCH RESEND 4/6] hw/mips/gt64xxx: Rename trace events related to interrupt registers
` [PATCH RESEND 5/6] hw/mips/gt64xxx: Trace accesses to ISD registers
` [PATCH RESEND 6/6] hw/mips/gt64xxx: Let the GT64120 manage the lower 512MiB hole

[Bug 1918302] [NEW] qemu-system-arm segfaults while servicing SYS_HEAPINFO
 2021-03-09 15:30 UTC 

[PATCH] tests/acceptance: Print expected message on wait_for_console_pattern
 2021-03-09 15:35 UTC 

[PATCH] virtio-gpu: Add spaces around operator
 2021-03-09 15:43 UTC  (2+ messages)

[PATCH] hw/char: disable ibex uart receive if the buffer is full
 2021-03-09 15:35 UTC  (5+ messages)

[PATCH 0/4] virtiofsd: Avoid potential deadlocks
 2021-03-09 15:20 UTC  (9+ messages)
` [PATCH 1/4] vhost-user: Introduce nested event loop in vhost_user_read()
` [PATCH 2/4] vhost-user: Convert slave channel to QIOChannelSocket
` [PATCH 3/4] vhost-user: Monitor slave channel in vhost_user_read()
` [PATCH 4/4] virtiofsd: Release vu_dispatch_lock when stopping queue

[RFC PATCH v2 00/22] target/mips: Reintroduce the R5900 CPU (without testing)
 2021-03-09 14:56 UTC  (23+ messages)
` [RFC PATCH v2 01/22] target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetree
` [RFC PATCH v2 02/22] target/mips/tx79: Move MTHI1 / MTLO1 "
` [RFC PATCH v2 03/22] target/mips/translate: Make gen_rdhwr() public
` [RFC PATCH v2 04/22] target/mips/translate: Simplify PCPYH using deposit_i64()
` [RFC PATCH v2 05/22] target/mips/tx79: Move PCPYH opcode to decodetree
` [RFC PATCH v2 06/22] target/mips/tx79: Move PCPYLD / PCPYUD opcodes "
` [RFC PATCH v2 07/22] target/mips: Remove 'C790 Multimedia Instructions' dead code
` [RFC PATCH v2 08/22] target/mips/tx79: Salvage instructions description comment
` [RFC PATCH v2 09/22] target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)
` [RFC PATCH v2 10/22] target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
` [RFC PATCH v2 11/22] target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)
` [RFC PATCH v2 12/22] target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)
` [RFC PATCH v2 13/22] target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
` [RFC PATCH v2 14/22] target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)
` [RFC PATCH v2 15/22] target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
` [RFC PATCH v2 16/22] target/mips/tx79: Introduce PINTEH (Parallel Interleave Even Halfword)
` [RFC PATCH v2 17/22] target/mips/tx79: Introduce PEXE[HW] opcodes (Parallel Exchange Even)
` [RFC PATCH v2 18/22] target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)
` [RFC PATCH v2 19/22] target/mips/tx79: Introduce LQ opcode (Load Quadword)
` [RFC PATCH v2 20/22] target/mips/tx79: Introduce SQ opcode (Store Quadword)
` [RFC PATCH v2 21/22] target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()
` [RFC PATCH v2 22/22] target/mips: Reintroduce the R5900 CPU

[PATCH] coroutine: add libucontext as external library
 2021-03-09 15:38 UTC  (2+ messages)

[PATCH v2 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE
 2021-03-09 15:15 UTC  (3+ messages)
` [PATCH v2 1/3] target/arm: Add support for FEAT_TLBIRANGE

[PATCH v2 0/6] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-09 14:40 UTC  (7+ messages)
` [PATCH v2 1/6] block/vdi: When writing new bmap entry fails, don't leak the buffer
` [PATCH v2 2/6] block/vdi: Don't assume that blocks are larger than VdiHeader
` [PATCH v2 3/6] coroutine/mutex: Store the coroutine in the CoWaitRecord only once
` [PATCH v2 4/6] test-coroutine: Add rwlock downgrade test
` [PATCH v2 5/6] coroutine/rwlock: Wake writers in preference to readers
` [PATCH v2 6/6] coroutine/rwlock: Avoid thundering herd when unlocking

[PATCH] plugins: Expose physical addresses instead of device offsets
 2021-03-09 14:40 UTC  (3+ messages)

[PATCH v2 0/3] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-03-09 14:55 UTC  (5+ messages)
` [PATCH v2 1/3] target/arm: Restrict v8M IDAU to TCG

[PATCH] target/mips: Use gen_load_gpr[_hi]() when possible
 2021-03-09 14:49 UTC  (2+ messages)

[PATCH] cadence_gem: switch to use qemu_receive_packet() for loopback
 2021-03-09 14:26 UTC  (2+ messages)

[RFC RESEND PATCH 0/4] hw/arm/virt-acpi-build: Introduce iommu option for pci root bus
 2021-03-09 14:36 UTC  (2+ messages)

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-02-17 12:19 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).