qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 20:01:21 to 2022-07-08 16:49:26 UTC [more...]

[RISU PATCH v4 00/29] risu cleanups and improvements
 2022-07-08 15:46 UTC  (24+ messages)
` [RISU PATCH v4 01/29] Use bool for tracing variables
` [RISU PATCH v4 02/29] Unify master_fd and apprentice_fd to comm_fd
` [RISU PATCH v4 03/29] Hoist trace file and socket opening
` [RISU PATCH v4 04/29] Adjust tracefile open for write
` [RISU PATCH v4 05/29] Use EXIT_FAILURE, EXIT_SUCCESS
` [RISU PATCH v4 06/29] Make some risu.c symbols static
` [RISU PATCH v4 07/29] Add enum RisuOp
` [RISU PATCH v4 08/29] Add enum RisuResult
` [RISU PATCH v4 09/29] Unify i/o functions and use RisuResult
` [RISU PATCH v4 10/29] Pass non-OK result back through siglongjmp
` [RISU PATCH v4 11/29] Always write for --master
` [RISU PATCH v4 12/29] Simplify syncing with master
` [RISU PATCH v4 13/29] Split RES_MISMATCH for registers and memory
` [RISU PATCH v4 14/29] Merge reginfo.c into risu.c
` [RISU PATCH v4 15/29] Rearrange reginfo and memblock buffers
` [RISU PATCH v4 16/29] Split out recv_register_info
` [RISU PATCH v4 17/29] Add magic and size to the trace header
` [RISU PATCH v4 18/29] Compute reginfo_size based on the reginfo
` [RISU PATCH v4 19/29] aarch64: Assume system support for SVE
` [RISU PATCH v4 20/29] aarch64: Reorg sve reginfo to save space
` [RISU PATCH v4 22/29] ppc64: Use uint64_t to represent double
` [RISU PATCH v4 24/29] Add --fulldump and --diffdup options
` [RISU PATCH v4 26/29] ppc64: Clean up reginfo handling

[Qemu-devel] [PATCH v1] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon a disk hotplug
 2022-07-08 16:38 UTC  (2+ messages)

[PATCH v4 00/12] Improve reliability of VM tests
 2022-07-08 15:35 UTC  (13+ messages)
` [PATCH v4 01/12] qga: treat get-guest-fsinfo as "best effort"
` [PATCH v4 02/12] tests/vm: use 'cp' instead of 'ln' for temporary vm images
` [PATCH v4 03/12] tests/vm: switch CentOS 8 to CentOS 8 Stream
` [PATCH v4 04/12] tests/vm: switch centos.aarch64 "
` [PATCH v4 05/12] tests/vm: upgrade Ubuntu 18.04 VM to 20.04
` [PATCH v4 06/12] tests/vm: remove ubuntu.i386 VM test
` [PATCH v4 07/12] tests/vm: remove duplicate 'centos' "
` [PATCH v4 08/12] tests/vm: add 1GB extra memory per core
` [PATCH v4 09/12] tests/vm: Remove docker cross-compile test from CentOS VM
` [PATCH v4 10/12] tests/qemu-iotests: hotfix for 307, 223 output
` [PATCH v4 11/12] tests/qemu-iotests: skip 108 when FUSE is not loaded
` [PATCH v4 12/12] iotests: fix copy-before-write for macOS and FreeBSD

[PATCH v6 00/45] target/arm: Scalable Matrix Extension
 2022-07-08 15:15 UTC  (46+ 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 41/45] linux-user: Rename sve prctls
` [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
` [PATCH v6 45/45] linux-user/aarch64: Add SME related hwcap entries

[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  (6+ messages)
` [PATCH 1/9] monitor: make error_vprintf_unless_qmp() static

[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 


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