messages from 2022-03-22 12:34:22 to 2022-03-23 08:12:11 UTC [more...]
[PATCH v3 0/3] Windows cirrus ci improvements
2022-03-23 8:07 UTC (3+ messages)
` [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 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 v2 0/2] CI fixes
2022-03-23 7:54 UTC (5+ messages)
` [PATCH v2 1/2] ci: Add github workflow for getting cirrus working properly
` [PATCH v2 2/2] cirrus: upgrade mingw base packages
[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 v1 0/5] Dirty ring and auto converge optimization
2022-03-23 4:59 UTC (7+ 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 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
Problem to compile on windows 10
2022-03-22 22:00 UTC
[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 (23+ messages)
` [PULL 01/21] qemu-options: define -spice only #ifdef CONFIG_SPICE
` [PULL 02/21] vl: typo fix in a comment
` [PULL 03/21] m68k/nios2-semi: fix gettimeofday() result check
` [PULL 04/21] Drop qemu_foo() socket API wrapper
` [PULL 05/21] Replace GCC_FMT_ATTR with G_GNUC_PRINTF
` [PULL 06/21] compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
` [PULL 07/21] compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
` [PULL 08/21] Simplify HOST_LONG_BITS
` [PULL 09/21] Move HOST_LONG_BITS to compiler.h
` [PULL 10/21] scripts/modinfo-collect: remove unused/dead code
` [PULL 11/21] util: remove needless includes
` [PULL 12/21] util: remove the net/net.h dependency
` [PULL 13/21] qapi: remove needless include
` [PULL 14/21] meson: move int128 checks from configure
` [PULL 15/21] meson: fix CONFIG_ATOMIC128 check
` [PULL 16/21] qapi: remove needless include
` [PULL 17/21] qga: remove bswap.h include
` [PULL 18/21] error: use GLib to remember the program name
` [PULL 19/21] tests: remove needless include
` [PULL 20/21] Remove trailing ; after G_DEFINE_AUTO macro
` [PULL 21/21] qapi: remove needless include
[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] iotests: update test owner contact information
2022-03-22 17:42 UTC
[PATCH v2 0/3] Use g_new() & friends where that makes obvious sense
2022-03-22 17:21 UTC (4+ 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 (5+ messages)
` [RFC PATCH v1 1/4] target/riscv: Add smstateen support
` [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
[PATCH v3 0/5] vCPU hotunplug related memory leaks
2022-03-22 13:32 UTC (5+ messages)
` [PATCH v3 3/5] softmmu/cpus: Free cpu->halt_cond in generic_destroy_vcpu_thread()
[PULL 0/3] NBD patches for -rc1
2022-03-22 12:43 UTC (2+ messages)
[PATCH] hw/pvrdma: Protect against buggy or malicious guest driver
2022-03-22 12:27 UTC (2+ messages)
[RFC PATCH v3 00/36] TDX QEMU support
2022-03-22 12:20 UTC (9+ messages)
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF
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).