qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-22 13:43:53 to 2022-03-23 11:22:48 UTC [more...]

[RFC 0/8] blkio: add libblkio BlockDriver
 2022-03-23 11:17 UTC  (3+ messages)
` [RFC 1/8] blkio: add io_uring block driver using libblkio
` [RFC 3/8] block: pass size to bdrv_unregister_buf()

[RFC PATCH v2 0/4] RISC-V Smstateen support
 2022-03-23 11:13 UTC  (4+ messages)
` [RFC PATCH v2 1/4] target/riscv: Add smstateen support
` [RFC PATCH v2 2/4] target/riscv: smstateen check for h/senvcfg
` [RFC PATCH v2 3/4] target/riscv: smstateen check for fcsr

[PATCH v1 0/5] Dirty ring and auto converge optimization
 2022-03-23 11:06 UTC  (8+ messages)
` [PATCH v1 1/5] kvm, memory: Optimize dirty page collection for dirty ring
  ` [PATCH v1 1/5] kvm,memory: "
` [PATCH v1 2/5] kvm: Dynamically adjust the rate of dirty ring reaper thread
` [PATCH v1 3/5] kvm: Dirty ring autoconverge optmization for kvm_cpu_synchronize_kick_all
` [PATCH v1 4/5] kvm: Introduce a dirty rate calculation method based on dirty ring
` [PATCH v1 5/5] migration: Calculate the appropriate throttle for autoconverge

[PATCH v3 0/3] Windows cirrus ci improvements
 2022-03-23 10:55 UTC  (6+ messages)
` [PATCH v3 1/3] cirrus/win32: upgrade mingw base packages
` [PATCH v3 2/3] ci: Add empty github workflow for reporting historical cirrus result at github
` [PATCH v3 3/3] misc: Fixes MAINTAINERS's path .github/workflows/lockdown.yml

[PATCH v2] qemu-binfmt-conf.sh: allow elf EI_ABIVERSION=1 for mips
 2022-03-23 11:00 UTC  (4+ messages)
` qemu-binfmt-conf.sh: mips improvements
  ` [PATCH v3 1/2] qemu-binfmt-conf.sh: allow elf EI_ABIVERSION=1 for mips
    ` [PATCH-for-7.0 "

[PATCH v3 0/3] iotests: Check for zstd support
 2022-03-23 10:55 UTC  (4+ messages)
` [PATCH v3 1/3] iotests.py: Add supports_qcow2_zstd_compression()
` [PATCH v3 2/3] iotests/065: Check for zstd support
` [PATCH v3 3/3] iotests/303: "

[PATCH] build: disable fcf-protection on -march=486 -m16
 2022-03-23 10:54 UTC  (3+ messages)
` [PATCH-for-7.0] "

[RESEND 0/2] Introduce NVMe type and Smart for qga
 2022-03-23 10:53 UTC  (4+ messages)
` [RESEND 1/2] qga: Introduce NVMe disk bus type
` [RESEND 2/2] qga: Introduce disk smart

[PATCH v2 0/3] iotests: Check for zstd support
 2022-03-23 10:46 UTC  (2+ messages)

[PATCH] hw/char/serial: Support serial_mm_init() with wakeup event
 2022-03-23  9:37 UTC  (2+ messages)

[PATCH v2 0/2] CI fixes
 2022-03-23  9:20 UTC  (6+ messages)
` [PATCH v2 1/2] ci: Add github workflow for getting cirrus working properly
` [PATCH v2 2/2] cirrus: upgrade mingw base packages

[PATCH] vdpa: Avoid reset when stop device
 2022-03-23  9:20 UTC  (2+ messages)

Problem to compile on windows 10
 2022-03-23  8:43 UTC  (2+ messages)

[PATCH] iotests: update test owner contact information
 2022-03-23  8:39 UTC  (2+ messages)

[PATCH v1 0/9] Add support for AST1030 SoC
 2022-03-23  8:07 UTC  (7+ messages)
` [PATCH v1 2/9] aspeed/smc: Add AST1030 support
` [PATCH v1 4/9] aspeed/wdt: "
` [PATCH v1 6/9] aspeed/scu: "

[PATCH qemu v3 00/14] Add tail agnostic behavior for rvv instructions
 2022-03-23  7:54 UTC  (18+ messages)
` [PATCH qemu v3 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
` [PATCH qemu v3 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
` [PATCH qemu v3 06/14] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PATCH qemu v3 07/14] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
` [PATCH qemu v3 08/14] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
` [PATCH qemu v3 09/14] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
` [PATCH qemu v3 10/14] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
` [PATCH qemu v3 11/14] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PATCH qemu v3 12/14] target/riscv: rvv: Add tail agnostic for vector reduction instructions
` [PATCH qemu v3 13/14] target/riscv: rvv: Add tail agnostic for vector mask instructions
` [PATCH qemu v3 14/14] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PATCH qemu v3 02/14] target/riscv: rvv: Rename ambiguous esz
` [PATCH qemu v3 03/14] target/riscv: rvv: Early exit when vstart >= vl
` [PATCH qemu v3 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed

[PATCH v3 0/6] Support akcipher for virtio-crypto
 2022-03-23  7:32 UTC  (9+ messages)
` [PATCH v3 1/6] virtio-crypto: header update
` [PATCH v3 2/6] crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v3 3/6] crypto: Introduce akcipher crypto class
` [PATCH v3 4/6] crypto: Implement RSA algorithm by hogweed
` [PATCH v3 5/6] tests/crypto: Add test suite for crypto akcipher
` [PATCH v3 6/6] virtio-crypto: Introduce RSA algorithm
  ` Re: [PATCH v3 0/6] Support akcipher for virtio-crypto

[PATCH 0/5] ppc/pnv: Introduce GPIO lines to drive the PSIHB device
 2022-03-23  7:28 UTC  (6+ messages)
` [PATCH 1/5] ppc/pnv: Fix PSI IRQ definition
` [PATCH 2/5] ppc/pnv: Remove PnvLpcController::psi link
` [PATCH 3/5] ppc/pnv: Remove PnvOCC::psi link
` [PATCH 4/5] ppc/pnv: Remove PnvPsiClas::irq_set
` [PATCH 5/5] ppc/pnv: Remove usless checks in set_irq handlers

[RFC PATCH v4] hw/nvme:Adding Support for namespace management
 2022-03-23  5:09 UTC 

[PATCH v3 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-03-23  7:24 UTC  (5+ messages)
` [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v3 2/4] hw/arm/virt: Fix CPU's default NUMA node ID
` [PATCH v3 3/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
` [PATCH v3 4/4] hw/arm/virt: Unify ACPI processor ID in MADT and SRAT table

[PATCH v2 0/3] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-03-23  3:31 UTC  (13+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] hw/acpi/aml-build: Use existing CPU topology to build PPTT table

[PATCH qemu v2 00/13] Add tail agnostic behavior for rvv instructions
 2022-03-23  3:08 UTC  (14+ messages)
` [PATCH qemu v2 03/13] target/riscv: rvv: Add tail agnostic for vv instructions
` [PATCH qemu v2 04/13] target/riscv: rvv: Add tail agnostic for vector load / store instructions
` [PATCH qemu v2 05/13] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PATCH qemu v2 06/13] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
` [PATCH qemu v2 07/13] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
` [PATCH qemu v2 08/13] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
` [PATCH qemu v2 09/13] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
` [PATCH qemu v2 10/13] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PATCH qemu v2 11/13] target/riscv: rvv: Add tail agnostic for vector reduction instructions
` [PATCH qemu v2 12/13] target/riscv: rvv: Add tail agnostic for vector mask instructions
` [PATCH qemu v2 13/13] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PATCH qemu v2 01/13] target/riscv: rvv: Rename ambiguous esz
` [PATCH qemu v2 02/13] target/riscv: rvv: Early exit when vstart >= vl

[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
 2022-03-23  2:25 UTC  (8+ messages)

[PATCH for-7.1 0/4] use dc->vmsd with spapr devices vmstate
 2022-03-23  1:49 UTC  (7+ messages)
` [PATCH for-7.1 1/4] hw/ppc: use qdev to register logical DRC vmstates
` [PATCH for-7.1 2/4] hw/ppc: use qdev to register physical "
` [PATCH for-7.1 3/4] hw/ppc: use qdev to register spapr_iommu tcet vmstate
` [PATCH for-7.1 4/4] hw/ppc: use qdev to register spapr_nvdimm vmsd

[PATCH] net/slirp: Use newer slirp_*_hostxfwd API
 2022-03-23  1:58 UTC  (4+ messages)

[PATCH v4 0/1] cmpxchg and lock cmpxchg should not touch accumulator
 2022-03-23  1:34 UTC  (2+ messages)
  ` [PATCH v4 1/1] fix cmpxchg and lock cmpxchg instruction

[PATCH v2 for-7.1 0/3] qapi: nbd-export: select bitmap by node/name pair
 2022-03-23  1:31 UTC  (4+ messages)
` [PATCH v2 1/3] qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr

[ANNOUNCE] QEMU 7.0.0-rc1 is now available
 2022-03-23  1:00 UTC 

[PATCH v2 0/3] linux-user/arm: Improvements for commpage atomics
 2022-03-23  0:58 UTC  (4+ messages)
` [PATCH v2 1/3] linux-user/arm: Implement __kernel_memory_barrier
` [PATCH v2 2/3] linux-user/arm: Implement __kernel_cmpxchg with host atomics
` [PATCH v2 3/3] linux-user/arm: Implement __kernel_cmpxchg64 "

[PATCH 0/3] linux-user/arm: Improvements for commpage atomics
 2022-03-23  0:41 UTC  (5+ messages)
` [PATCH 2/3] linux-user/arm: Implement __kernel_cmpxchg with host atomics

[PULL 0/8] Fix CVE-2021-3611 and heap overflow in sdhci code
 2022-03-22 22:58 UTC  (2+ messages)

[PULL 00/21] Fixes patches
 2022-03-22 20:45 UTC  (2+ messages)

[PATCH] softmmu/physmem: Use qemu_madvise
 2022-03-22 19:35 UTC  (11+ messages)

[PATCH 1/2] gdbstub: Set current_cpu for memory read write
 2022-03-22 19:32 UTC  (5+ messages)
` [PATCH 2/2] monitor/misc: Set current_cpu for memory dump

[PATCH 00/15] iotests: add enhanced debugging info to qemu-io failures
 2022-03-22 19:28 UTC  (36+ messages)
` [PATCH 01/15] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PATCH 02/15] iotests/163: Fix broken qemu-io invocation
` [PATCH 03/15] iotests: Don't check qemu_io() output for specific error strings
` [PATCH 04/15] iotests/040: Don't check image pattern on zero-length image
` [PATCH 05/15] iotests: create generic qemu_tool() function
` [PATCH 06/15] iotests: rebase qemu_io() on top of qemu_tool()
` [PATCH 08/15] iotests/149: fixup
` [PATCH 10/15] iotests/245: fixup
` [PATCH 12/15] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
` [PATCH 13/15] iotests: remove qemu_io_pipe_and_status()
` [PATCH 14/15] iotests: remove qemu_io_silent() and qemu_io_silent_check()
` [PATCH 15/15] iotests: make qemu_io_log() check return codes by default

[PATCH-for-7.0] target/i386/hvf: Free ressources when vCPU is destroyed
 2022-03-22 19:07 UTC 

[PATCH for-7.0] hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() logging
 2022-03-22 19:03 UTC  (5+ messages)

[PATCH v2] gitlab: disable accelerated zlib for s390x
 2022-03-22 18:42 UTC  (2+ messages)

[PATCH v2 0/3] Use g_new() & friends where that makes obvious sense
 2022-03-22 17:21 UTC  (3+ messages)
` [PATCH v2 3/3] "

[PULL 00/25] Block patches for 7.0-rc1
 2022-03-22 17:05 UTC  (2+ messages)

[PATCH for 7.0 v1 0/8] misc testing, i386, docs, gitdm, gitlab
 2022-03-22 16:49 UTC  (3+ messages)
` [PATCH v1 2/8] tests/avocado: update aarch64_virt test to exercise -cpu max

[PATCH v1 0/2] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
 2022-03-22 16:41 UTC  (4+ messages)
` [PATCH v1 1/2] s390x/cpu_models: drop "msa5" from the TCG "max" model

[PATCH] cirrus: upgrade mingw base packages
 2022-03-22 16:41 UTC 

[PATCH v3 0/1] cmpxchg and lock cmpxchg should not touch accumulator
 2022-03-22 16:41 UTC  (3+ messages)
  ` [PATCH v3 1/1] fix cmpxchg and lock cmpxchg instruction

[PATCH v2] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux systems
 2022-03-22 16:24 UTC  (3+ messages)

[PATCH v1 00/13] various virtio docs, fixes and tweaks
 2022-03-22 16:22 UTC  (8+ messages)
` [PATCH v1 12/13] hw/virtio/vhost-user: don't suppress F_CONFIG when supported

[RFC PATCH-for-7.0 v4] target/i386/kvm: Free xsave_buf when destroying vCPU
 2022-03-22 16:11 UTC  (6+ messages)

[PATCH v3 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-22 15:06 UTC  (5+ messages)
` [PATCH v3 03/11] target/s390x: vxeh2: vector string search

RFC for NBD protocol extension: extended headers
 2022-03-22 15:10 UTC  (6+ messages)
` [PATCH] spec: Add NBD_OPT_EXTENDED_HEADERS

Proposal for a regular upstream performance testing
 2022-03-22 15:05 UTC  (5+ messages)

[PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux systems
 2022-03-22 14:44 UTC  (3+ messages)

[PATCH v2 0/1] cmpxchg and lock cmpxchg should not touch accumulator
 2022-03-22 14:27 UTC  (3+ messages)
` [PATCH v2 1/1] fix cmpxchg and lock cmpxchg instruction

[PATCH v2] target/i386: kvm: do not access uninitialized variable on older kernels
 2022-03-22 13:49 UTC  (2+ messages)

[RFC PATCH v1 0/4] RISC-V Smstateen support
 2022-03-22 13:42 UTC  (4+ messages)
` [RFC PATCH v1 2/4] target/riscv: smstateen check for h/senvcfg
` [RFC PATCH v1 3/4] target/riscv: smstateen check for fcsr
` [RFC PATCH v1 4/4] target/riscv: smstateen check for AIA/IMSIC


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