messages from 2022-07-07 17:49:07 to 2022-07-08 16:07:08 UTC [more...]
[PATCH v6 00/45] target/arm: Scalable Matrix Extension
2022-07-08 15:15 UTC (44+ messages)
` [PATCH v6 01/45] target/arm: Handle SME in aarch64_cpu_dump_state
` [PATCH v6 02/45] target/arm: Add infrastructure for disas_sme
` [PATCH v6 03/45] target/arm: Trap non-streaming usage when Streaming SVE is active
` [PATCH v6 04/45] target/arm: Mark ADR as non-streaming
` [PATCH v6 05/45] target/arm: Mark RDFFR, WRFFR, SETFFR "
` [PATCH v6 06/45] target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL "
` [PATCH v6 07/45] target/arm: Mark PMULL, FMMLA "
` [PATCH v6 08/45] target/arm: Mark FTSMUL, FTMAD, FADDA "
` [PATCH v6 09/45] target/arm: Mark SMMLA, UMMLA, USMMLA "
` [PATCH v6 10/45] target/arm: Mark string/histo/crypto "
` [PATCH v6 11/45] target/arm: Mark gather/scatter load/store "
` [PATCH v6 12/45] target/arm: Mark gather prefetch "
` [PATCH v6 13/45] target/arm: Mark LDFF1 and LDNF1 "
` [PATCH v6 14/45] target/arm: Mark LD1RO "
` [PATCH v6 15/45] target/arm: Add SME enablement checks
` [PATCH v6 16/45] target/arm: Handle SME in sve_access_check
` [PATCH v6 17/45] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH v6 18/45] target/arm: Implement SME ZERO
` [PATCH v6 19/45] target/arm: Implement SME MOVA
` [PATCH v6 20/45] target/arm: Implement SME LD1, ST1
` [PATCH v6 21/45] target/arm: Export unpredicated ld/st from translate-sve.c
` [PATCH v6 22/45] target/arm: Implement SME LDR, STR
` [PATCH v6 23/45] target/arm: Implement SME ADDHA, ADDVA
` [PATCH v6 24/45] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH v6 25/45] target/arm: Implement BFMOPA, BFMOPS
` [PATCH v6 26/45] target/arm: Implement FMOPA, FMOPS (widening)
` [PATCH v6 27/45] target/arm: Implement SME integer outer product
` [PATCH v6 28/45] target/arm: Implement PSEL
` [PATCH v6 29/45] target/arm: Implement REVD
` [PATCH v6 30/45] target/arm: Implement SCLAMP, UCLAMP
` [PATCH v6 31/45] target/arm: Reset streaming sve state on exception boundaries
` [PATCH v6 32/45] target/arm: Enable SME for -cpu max
` [PATCH v6 33/45] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH v6 34/45] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH v6 35/45] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH v6 36/45] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH v6 37/45] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH v6 38/45] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH v6 39/45] linux-user/aarch64: Move sve record checks into restore
` [PATCH v6 40/45] linux-user/aarch64: Implement SME signal handling
` [PATCH v6 42/45] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH v6 43/45] target/arm: Only set ZEN in reset if SVE present
` [PATCH v6 44/45] target/arm: Enable SME for user-only
[RISU PATCH v4 00/29] risu cleanups and improvements
2022-07-08 15:46 UTC (5+ messages)
` [RISU PATCH v4 01/29] Use bool for tracing variables
` [RISU PATCH v4 05/29] Use EXIT_FAILURE, EXIT_SUCCESS
` [RISU PATCH v4 14/29] Merge reginfo.c into risu.c
` [RISU PATCH v4 15/29] Rearrange reginfo and memblock buffers
[PATCH v4 00/12] Improve reliability of VM tests
2022-07-08 15:35 UTC (4+ messages)
` [PATCH v4 07/12] tests/vm: remove duplicate 'centos' VM test
` [PATCH v4 08/12] tests/vm: add 1GB extra memory per core
` [PATCH v4 10/12] tests/qemu-iotests: hotfix for 307, 223 output
[PATCH] target/riscv: fix right shifts shamt value for rv128c
2022-07-08 15:00 UTC
[PATCH v5 00/45] target/arm: Scalable Matrix Extension
2022-07-08 14:42 UTC (4+ messages)
` [PATCH v5 25/45] target/arm: Implement BFMOPA, BFMOPS
[PATCH] hw/i386: pass RNG seed to e820 setup table
2022-07-08 14:14 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/9] Preliminary patches for subproject split
2022-07-08 14:10 UTC (12+ messages)
` [PATCH 1/9] monitor: make error_vprintf_unless_qmp() static
` [PATCH 5/9] error-report: introduce ErrorReportDetailedFunc
` [PATCH 6/9] error-report: add a callback to overwrite error_vprintf
[PATCH 00/10] enable pnv-phb user created devices
2022-07-08 13:25 UTC (11+ messages)
` [PATCH 01/10] ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties
` [PATCH 02/10] ppc/pnv: add phb-id/chip-id PnvPHB4RootBus properties
` [PATCH 03/10] ppc/pnv: set root port chassis and slot using Bus properties
` [PATCH 04/10] ppc/pnv: add helpers for pnv-phb user devices
` [PATCH 05/10] ppc/pnv: turn chip8->phbs[] into a PnvPHB* array
` [PATCH 06/10] ppc/pnv: enable user created pnv-phb for powernv8
` [PATCH 07/10] ppc/pnv: add PHB4 helpers for user created pnv-phb
` [PATCH 08/10] ppc/pnv: enable user created pnv-phb powernv9
` [PATCH 09/10] ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs
` [PATCH 10/10] ppc/pnv: user creatable pnv-phb for powernv10
Intermittent meson failures on msys2
2022-07-08 13:13 UTC (4+ messages)
[PATCH 00/22] vdpa net devices Rx filter change notification with Shadow VQ
2022-07-08 12:52 UTC (24+ messages)
` [PATCH 01/22] vhost: Return earlier if used buffers overrun
` [PATCH 02/22] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [PATCH 03/22] vdpa: Clean vhost_vdpa_dev_start(dev, false)
` [PATCH 04/22] virtio-net: Expose ctrl virtqueue logic
` [PATCH 05/22] vhost: Decouple vhost_svq_add_split from VirtQueueElement
` [PATCH 06/22] vhost: Reorder vhost_svq_last_desc_of_chain
` [PATCH 07/22] vhost: Add SVQElement
` [PATCH 08/22] vhost: Move last chain id to SVQ element
` [PATCH 09/22] vhost: Add opaque member to SVQElement
` [PATCH 10/22] vdpa: Small rename of error labels
` [PATCH 11/22] vhost: add vhost_svq_push_elem
` [PATCH 12/22] vhost: Add vhost_svq_inject
` [PATCH 13/22] vhost: add vhost_svq_poll
` [PATCH 14/22] vhost: Add custom used buffer callback
` [PATCH 15/22] vhost: Add svq avail_handler callback
` [PATCH 16/22] vhost: add detach SVQ operation
` [PATCH 17/22] vdpa: Export vhost_vdpa_dma_map and unmap calls
` [PATCH 18/22] vdpa: manual forward CVQ buffers
` [PATCH 19/22] vdpa: Buffer CVQ support on shadow virtqueue
` [PATCH 20/22] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [PATCH 21/22] vdpa: Add device migration blocker
` [PATCH 22/22] vdpa: Add x-svq to NetdevVhostVDPAOptions
[RFC PATCH v9 00/23] Net Control VQ support in SVQ
2022-07-08 12:51 UTC (14+ messages)
` [RFC PATCH v9 01/23] vhost: Return earlier if used buffers overrun
` [RFC PATCH v9 03/23] vdpa: delay set_vring_ready after DRIVER_OK
` [RFC PATCH v9 04/23] vhost: Get vring base from vq, not svq
` [RFC PATCH v9 23/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
[PULL 00/15] qdev: Add JSON -device
2022-07-08 12:41 UTC (8+ messages)
` [PULL 14/15] qdev: Base object creation on QDict rather than QemuOpts
` The case for array properties (was: [PULL 14/15] qdev: Base object creation on QDict rather than QemuOpts)
` The case for array properties
[PATCH 0/8] virtio-blk: removal of AioContext lock
2022-07-08 11:22 UTC (14+ messages)
` [PATCH 1/8] virtio_queue_aio_attach_host_notifier: remove "
` [PATCH 3/8] virtio_blk_process_queued_requests: always run in a bh
` [PATCH 6/8] virtio-blk: mark IO_CODE functions
` [PATCH 7/8] VirtIOBlock: protect rq with its own lock
[PATCH v2 0/4] target/s390x: Exit tb after executing ex_value
2022-07-08 11:15 UTC (9+ messages)
` [PATCH v2 1/4] target/s390x: Remove DISAS_GOTO_TB
` [PATCH v2 2/4] target/s390x: Remove DISAS_PC_STALE
` [PATCH v2 3/4] target/s390x: Remove DISAS_PC_STALE_NOCHAIN
` [PATCH v2 4/4] target/s390x: Exit tb after executing ex_value
[RFC PATCH] qobject: Rewrite implementation of QDict for in-order traversal
2022-07-08 11:01 UTC (5+ messages)
Support for Gaisler multicore LEONx SoCs
2022-07-08 10:06 UTC (3+ messages)
[PATCH] tests: migration-test: Allow test to run without uffd
2022-07-08 9:57 UTC (2+ messages)
[PATCH] hw/riscv: virt: pass random seed to fdt
2022-07-08 9:56 UTC (6+ messages)
AioContext lock removal: help needed
2022-07-08 9:42 UTC (2+ messages)
[PATCH 1/2] util/log: Add vu to dump content of vector unit
2022-07-08 8:57 UTC (2+ messages)
` [PATCH 2/2] target/riscv: Implement dump content of vector register
[PATCH 1/2] target/riscv: Lower bound of VLEN is 32, and check VLEN >= ELEN
2022-07-08 7:39 UTC (2+ messages)
` [PATCH 2/2] target/riscv: Auto set elen from vector extension by default
[PATCH] target/i386: Restore TSX features with taa-no
2022-07-08 6:23 UTC (3+ messages)
[PATCH] target/i386: Fix CPU feature dependency check
2022-07-08 5:42 UTC
[RFC v3 0/8] blkio: add libblkio BlockDriver
2022-07-08 4:17 UTC (9+ messages)
` [RFC v3 1/8] blkio: add io_uring block driver using libblkio
` [RFC v3 2/8] numa: call ->ram_block_removed() in ram_block_notifer_remove()
` [RFC v3 3/8] block: pass size to bdrv_unregister_buf()
` [RFC v3 4/8] block: add BDRV_REQ_REGISTERED_BUF request flag
` [RFC v3 5/8] block: add BlockRAMRegistrar
` [RFC v3 6/8] stubs: add memory_region_from_host() and memory_region_get_fd()
` [RFC v3 7/8] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
` [RFC v3 8/8] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-07-08 3:29 UTC (9+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "
[PULL 0/9] target-arm queue
2022-07-08 2:32 UTC (2+ messages)
[PULL 00/18] s390x updates
2022-07-08 0:46 UTC (2+ messages)
[Qemu] how to use viriofs in qemu without NUMA
2022-07-08 0:40 UTC (6+ messages)
[RFC PATCH v5 0/4] RISC-V Smstateen support
2022-07-07 23:44 UTC (9+ messages)
` [RFC PATCH v5 1/4] target/riscv: Add smstateen support
` "
` [RFC PATCH v5 2/4] target/riscv: smstateen check for h/senvcfg
` "
[PATCH v3 0/3] Zero copy improvements (QIOChannel + multifd)
2022-07-07 22:18 UTC (17+ messages)
` [PATCH v3 1/3] QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent
` [PATCH v3 2/3] Add dirty-sync-missed-zero-copy migration stat
` [PATCH v3 3/3] migration/multifd: Warn user when zerocopy not working
[PATCH v3 0/4] enhance error handling in kvmppc_read_int*
2022-07-07 21:30 UTC (5+ messages)
` [PATCH v3 1/4] target/ppc: add error report when fopen fails in kvmppc_read_int_dt()
` [PATCH v3 2/4] target/ppc: enhance error report in kvmppc_read_int_cpu_dt()
` [PATCH v3 3/4] target/ppc: use g_autofree "
` [PATCH v3 4/4] target/ppc: exit(1) on failure in kvmppc_get_clockfreq()
[Qemu-devel] [Bug 1745312] [NEW] Regression report: Disk subsystem I/O failures/issues surfacing in DOS/early Windows [two separate issues: one bisected, one root-caused]
2022-07-07 21:03 UTC (2+ messages)
` [Bug 1745312] "
[PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
2022-07-07 21:05 UTC (3+ messages)
` [PATCH 1/2] Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load
` [PATCH 2/2] Hexagon (target/hexagon) fix bug in mem_noshuf load exception
[PATCH] hw/block/hd-geometry: Do not override specified bios-chs-trans
2022-07-07 20:40 UTC
[PATCH] linux-user/hppa: Fix segfaults on page zero
2022-07-07 19:45 UTC
[PATCH v9 00/14] migration: Postcopy Preemption
2022-07-07 18:55 UTC (15+ messages)
` [PATCH v9 01/14] migration: Add postcopy-preempt capability
` [PATCH v9 02/14] migration: Postcopy preemption preparation on channel creation
` [PATCH v9 03/14] migration: Postcopy preemption enablement
` [PATCH v9 04/14] migration: Postcopy recover with preempt enabled
` [PATCH v9 05/14] migration: Create the postcopy preempt channel asynchronously
` [PATCH v9 06/14] migration: Add property x-postcopy-preempt-break-huge
` [PATCH v9 07/14] migration: Add helpers to detect TLS capability
` [PATCH v9 08/14] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PATCH v9 09/14] migration: Enable TLS for preempt channel
` [PATCH v9 10/14] migration: Respect postcopy request order in preemption mode
` [PATCH v9 11/14] tests: Move MigrateCommon upper
` [PATCH v9 12/14] tests: Add postcopy tls migration test
` [PATCH v9 13/14] tests: Add postcopy tls recovery "
` [PATCH v9 14/14] tests: Add postcopy preempt tests
[PATCH 1/2] hw/gpio/aspeed: Don't let guests modify input pins
2022-07-07 19:04 UTC (6+ messages)
[PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS
2022-07-07 18:46 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).