qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-21 21:57:15 to 2022-03-22 14:59:35 UTC [more...]

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

[PATCH 00/15] iotests: add enhanced debugging info to qemu-io failures
 2022-03-22 14:49 UTC  (11+ 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] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux systems
 2022-03-22 14:44 UTC  (3+ messages)

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

[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

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

[PATCH v1 00/13] various virtio docs, fixes and tweaks
 2022-03-22 14:02 UTC  (14+ messages)
` [PATCH v1 01/13] hw/virtio: move virtio-pci.h into shared include space
` [PATCH v1 03/13] hw/virtio: add vhost_user_[read|write] trace points
` [PATCH v1 04/13] docs: vhost-user: clean up request/reply description
` [PATCH v1 08/13] libvhost-user: expose vu_request_to_string
` [PATCH v1 11/13] contrib/vhost-user-blk: fix 32 bit build and enable
` [PATCH v1 12/13] hw/virtio/vhost-user: don't suppress F_CONFIG when supported

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

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

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

[PULL 00/21] Fixes patches
 2022-03-22 12:26 UTC  (22+ 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

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-22 12:20 UTC  (13+ messages)
` [RFC PATCH v3 12/36] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [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)

[PULL 00/25] Block patches for 7.0-rc1
 2022-03-22 11:56 UTC  (26+ 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 0/3] linux-user/arm: Improvements for commpage atomics
 2022-03-22 11:52 UTC  (9+ 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 "

[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 v1 0/2] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
 2022-03-22 11:22 UTC  (3+ 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-for-7.0 v2] qemu/main-loop: Disable block backend global state assertion on Cocoa
 2022-03-22 10:56 UTC  (7+ 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  (19+ messages)
` [PATCH v4 01/11] tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
` [PATCH v4 02/11] target/s390x: vxeh2: vector convert short/32b
` [PATCH v4 03/11] target/s390x: vxeh2: vector string search
` [PATCH v4 04/11] target/s390x: vxeh2: Update for changes to vector shifts
` [PATCH v4 05/11] target/s390x: vxeh2: vector shift double by bit
` [PATCH v4 06/11] target/s390x: vxeh2: vector {load, store} elements reversed
` [PATCH v4 07/11] target/s390x: vxeh2: vector {load, store} byte reversed elements
` [PATCH v4 08/11] target/s390x: vxeh2: vector {load, store} byte reversed element
` [PATCH v4 09/11] target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
` [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
` [PATCH v4 11/11] target/s390x: Fix writeback to v1 in helper_vstl

[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  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] qapi-schema: test: add a qapi-schema-test for array alternates
` [PATCH 3/3] qapi-schema: test: add a unit test for parsing "

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

[PATCH] audio/mixeng: Do not declare unused variables
 2022-03-22  9:42 UTC  (2+ messages)

[PATCH v5 00/18] iotests: add enhanced debugging info to qemu-img failures
 2022-03-22  9:42 UTC  (2+ messages)

[PATCH] block/rbd: fix write zeroes with growing images
 2022-03-22  9:38 UTC  (4+ messages)

[PULL v2 00/22] QEMU changes for 7.0 soft freeze
 2022-03-22  8:26 UTC  (4+ messages)
` [PULL 15/22] x86: Grant AMX permission for guest

Memory leak in via_isa_realize()
 2022-03-22  8:41 UTC  (11+ messages)

XIVE VFIO kernel resample failure in INTx mode under heavy load
 2022-03-22  8:31 UTC  (3+ messages)

PCIDeviceClass realize() and exit() vs. QOM realize() and finalize()
 2022-03-22  8:28 UTC 

[PATCH-for-7.0] qemu/main-loop: Disable block backend global state assertion on Darwin
 2022-03-22  7:53 UTC  (3+ messages)

[PATCH v1 0/9] Add support for AST1030 SoC
 2022-03-22  7:53 UTC  (13+ messages)
` [PATCH v1 1/9] aspeed/adc: Add AST1030 support
` [PATCH v1 2/9] aspeed/smc: "
` [PATCH v1 3/9] aspeed/wdt: Fix ast2500/ast2600 default reload value
` [PATCH v1 4/9] aspeed/wdt: Add AST1030 support
` [PATCH v1 5/9] aspeed/timer: "
` [PATCH v1 6/9] aspeed/scu: "
` [PATCH v1 7/9] aspeed/soc : "
` [PATCH v1 8/9] aspeed: Add an AST1030 eval board
` [PATCH v1 9/9] test/avocado/machine_aspeed.py: Add ast1030 test case

[RFC PATCH-for-7.0] hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12
 2022-03-21 14:40 UTC  (3+ messages)

[PATCH v5 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-03-22  6:15 UTC  (5+ messages)
` [PATCH v5 14/15] docs: Add documentation for SR-IOV and "

[RFC PATCH] vhost_net: should not use max_queue_pairs for non-mq guest
 2022-03-22  3:47 UTC  (2+ messages)

[PATCH v1 0/1] hw/gpio Add ASPEED GPIO model for AST1030
 2022-03-22  3:08 UTC  (3+ messages)

[PATCH v1 0/1] tests/avocado: Add ast1030 test case
 2022-03-22  3:04 UTC  (4+ messages)
` [PATCH v1 1/1] test/avocado/machine_aspeed.py: "

[PATCH for-7.1 0/9] spapr: add drc->index, remove spapr_drc_index()
 2022-03-22  1:03 UTC  (4+ messages)

[PATCH v3 0/2] Create menus in iothread
 2022-03-21 22:00 UTC  (5+ messages)
` [PATCH v3 1/2] ui/cocoa: Move create_initial_menus
` [PATCH v3 2/2] ui/cocoa: Create menus in iothread

[PATCH] memory: Make memory_region_readd_subregion() properly handle mapped aliases
 2022-03-21 21:59 UTC  (4+ messages)

[PATCH for 7.0 v1 0/8] misc testing, i386, docs, gitdm, gitlab
 2022-03-21 21:55 UTC  (6+ messages)
` [PATCH v1 7/8] semihosting: clean up handling of expanded argv


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