qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-22 09:49:41 to 2022-03-23 02:54:02 UTC [more...]

[PATCH v3 0/6] Support akcipher for virtio-crypto
 2022-03-23  2:49 UTC  (2+ messages)
` [PATCH v3 1/6] virtio-crypto: header update

[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  (11+ messages)
` [PATCH 1/3] linux-user/arm: Implement __kernel_memory_barrier
` [PATCH 2/3] linux-user/arm: Implement __kernel_cmpxchg with host atomics
` [PATCH 3/3] linux-user/arm: Implement __kernel_cmpxchg64 "

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 v2 0/2] CI fixes
 2022-03-22 19:14 UTC  (3+ messages)
` [PATCH v2 1/2] ci: Add github workflow for getting cirrus working properly
` [PATCH v2 2/2] cirrus: upgrade mingw base packages

[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 v1 0/9] Add support for AST1030 SoC
 2022-03-22 17:32 UTC  (3+ messages)
` [PATCH v1 4/9] aspeed/wdt: Add AST1030 support

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

[PULL 00/25] Block patches for 7.0-rc1
 2022-03-22 17:05 UTC  (27+ messages)
` [PULL 01/25] tests: add (riscv virt) machine mapping to testenv
` [PULL 02/25] block/rbd: fix write zeroes with growing images
` [PULL 03/25] tests/qemu-iotests: Use GNU sed in two more spots where it is necessary
` [PULL 04/25] tests: Do not treat the iotests as separate meson test target anymore
` [PULL 05/25] tests/qemu-iotests/testrunner: Supply a test plan in TAP mode
` [PULL 06/25] python/utils: add add_visual_margin() text decoration utility
` [PULL 07/25] python/utils: add VerboseProcessError
` [PULL 08/25] iotests: Remove explicit checks for qemu_img() == 0
` [PULL 09/25] iotests: make qemu_img raise on non-zero rc by default
` [PULL 10/25] iotests: fortify compare_images() against crashes
` [PULL 11/25] iotests: add qemu_img_json()
` [PULL 12/25] iotests: use qemu_img_json() when applicable
` [PULL 13/25] iotests: add qemu_img_info()
` [PULL 14/25] iotests/remove-bitmap-from-backing: use qemu_img_info()
` [PULL 15/25] iotests: add qemu_img_map() function
` [PULL 16/25] iotests: change supports_quorum to use qemu_img
` [PULL 17/25] iotests: replace unchecked calls to qemu_img_pipe()
` [PULL 18/25] iotests/149: Remove qemu_img_pipe() call
` [PULL 19/25] iotests: remove remaining calls to qemu_img_pipe()
` [PULL 20/25] iotests: use qemu_img() in has_working_luks()
` [PULL 21/25] iotests: replace qemu_img_log('create', ...) calls
` [PULL 22/25] iotests: remove qemu_img_pipe_and_status()
` [PULL 23/25] iotests: make qemu_img_log and img_info_log raise on error
` [PULL 24/25] iotests.py: Filters for VM.run_job()
` [PULL 25/25] iotests/207: Filter host fingerprint

[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  (5+ messages)
` [PATCH v1 1/2] s390x/cpu_models: drop "msa5" from the TCG "max" model
` [PATCH v1 2/2] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG

[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  (9+ messages)
` [PATCH v3 3/5] softmmu/cpus: Free cpu->halt_cond in generic_destroy_vcpu_thread()
` [PATCH v3 5/5] i386/cpu: Free env->xsave_buf in KVM and HVF destory_vcpu_thread routines

[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

[PATCH for-7.1 v6 00/51] target/nios2: Shadow register set, EIC and VIC
 2022-03-22 12:17 UTC  (2+ messages)

[PATCH] linux-user: Fix missing space in error message
 2022-03-22 11:34 UTC  (2+ messages)

[PATCH 0/5] linux-user: signal mask fixes for pselect et al
 2022-03-22 11:32 UTC  (13+ messages)
` [PATCH 1/5] linux-user/alpha: Fix sigsuspend for big-endian hosts
` [PATCH 2/5] linux-user: Split out helpers for sigsuspend
` [PATCH 3/5] linux-user: Properly handle sigset arg to pselect
` [PATCH 4/5] linux-user: Properly handle sigset arg to epoll_pwait
` [PATCH 5/5] linux-user: Properly handle sigset arg to ppoll

[PATCH-for-7.0 v2] qemu/main-loop: Disable block backend global state assertion on Cocoa
 2022-03-22 10:56 UTC  (4+ messages)

[PATCH v2 0/3] iotests: Check for zstd support
 2022-03-22 10:50 UTC  (4+ messages)

[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-03-22 10:49 UTC  (2+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG

[PATCH v4 0/6] Introduce CanoKey QEMU
 2022-03-22 10:41 UTC  (5+ messages)

[PATCH v2] qemu-binfmt-conf.sh: allow elf EI_ABIVERSION=1 for mips
 2022-03-22 10:35 UTC  (4+ messages)
` qemu-binfmt-conf.sh: mips improvements
  ` [PATCH v3 2/2] qemu-binfmt-conf.sh: Extend magic to distinguish mips o32 and n32 ABI

[PATCH v4 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-22 10:31 UTC  (4+ messages)
` [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements "

[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-03-22 10:19 UTC  (8+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG

[PULL 0/2] Bugfixes for QEMU 7.0-rc1
 2022-03-22 10:17 UTC  (2+ messages)

[PATCH] target/avr: Drop avr_cpu_memory_rw_debug()
 2022-03-22 10:16 UTC  (2+ messages)

[PATCH 0/3] qapi-schema: support alternates with array type
 2022-03-22  9:48 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 3/3] qapi-schema: test: add a unit test for parsing array alternates

[PATCH 0/2] iotests/207: Filter host fingerprint
 2022-03-22  9:50 UTC  (2+ messages)


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