qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-27 13:18:33 to 2025-11-30 04:13:11 UTC [more...]

[RFC PATCH v5 0/4] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2025-11-30  4:09 UTC  (5+ messages)
` [RFC PATCH v5 1/4] virtio-gpu: Remove superfluous memory_region_set_enabled()
` [RFC PATCH v5 2/4] virtio-gpu: Validate hostmem mapping offset
` [RFC PATCH v5 3/4] virtio-gpu: Destroy virgl resources on virtio-gpu reset
` [RFC PATCH v5 4/4] virtio-gpu: Support mapping hostmem blobs with map_fixed

[RFC PATCH] tests/functional/s390x: Add reverse debugging test for s390x
 2025-11-29 21:33 UTC  (3+ messages)

[RFC PATCH V3 0/4] rust/hw: Add the I2C and the first GPIO device
 2025-11-29 15:43 UTC  (10+ messages)
` [RFC PATCH V3 1/4] rust/hw/core: Add the BusState of rust version
  ` [RESEND RFC "
` [RFC PATCH V3 2/4] rust/hw/core: Add rust bindings/funcs for i2c bus
  ` [RESEND RFC "
` [RFC PATCH V3 3/4] rust/hw/core: Provide some interfaces for the GPIO device
  ` [RESEND RFC "
` [RFC PATCH V3 4/4] rust/hw/gpio: Add the the first gpio device pcf8574
  ` [RESEND RFC "
` [RESEND RFC PATCH V3 0/4] rust/hw: Add the I2C and the first GPIO device

[PATCH for-11.0 0/8] chardev: cleanup
 2025-11-29 14:17 UTC  (12+ messages)
` [PATCH 1/8] chardev: ChardevClass: consistent naming for handlers
` [PATCH 2/8] chardev: consistent naming for ChardevClass handlers implementations
` [PATCH 3/8] chardev: .chr_open(): drop be_opened parameter
` [PATCH 4/8] chardev: .chr_open(): add boolean return value
` [PATCH 5/8] chardev/char-pty: store pty_name into PtyChardev state
` [PATCH 6/8] chardev: introduce .chr_get_pty_name() handler
` [PATCH 7/8] chardev: rework filename handling
` [PATCH 8/8] chardev/char: qemu_char_open(): add return value

[PATCH] kvm: Don't assume accel_ioctl_end() preserves @errno
 2025-11-29  7:06 UTC  (2+ messages)

[PATCH 0/2] RISC-V: Initial support versioning of debug specification
 2025-11-29  5:02 UTC  (6+ messages)
` [PATCH 1/2] target/riscv: Add 'debug_ver' to set version "
        ` 回覆: "

[PATCH 0/5] acpi/ghes: Error object handling improvement
 2025-11-29  1:23 UTC  (9+ messages)
` [PATCH 3/5] target/arm/kvm: Exit on error from acpi_ghes_memory_errors()
` [PATCH 5/5] acpi/ghes: Use error_fatal in acpi_ghes_memory_errors()

[PATCH for-10.2] file-posix: Handle suspended dm-multipath better for SG_IO
 2025-11-28 22:14 UTC 

[PATCH 0/3] char: add option to inject timestamps into logfile
 2025-11-28 20:05 UTC  (4+ messages)
` [RFC PATCH 1/3] char: qemu_chr_write_log() use qemu_write_full()
` [PATCH 2/3] error-report: move real_time_iso8601() to header
` [PATCH 3/3] chardev: add logtimestamp option

[PATCH-for-10.2 v2] accel/hvf: Fix i386 HVF compilation failures
 2025-11-28 18:28 UTC  (2+ messages)

[PATCH 0/5] Final fixes for 10.2 (build, docs, dockerfiles, plugins)
 2025-11-28 18:21 UTC  (6+ messages)
` [PATCH 1/5] tests/tcg: honour the available QEMU binaries when running check-tcg
` [PATCH 2/5] tests/lcitool: add bzip2 to the minimal dependency list
` [PATCH 3/5] tests/dockerfiles: transition debian-all-test-cross to lcitool
` [PATCH 4/5] docs/devel: update build environment setup documentation
` [PATCH 5/5] plugins/core: allow reading of registers during discon events

[Bug 2133188] Re: Illegal instruction in memset under qemu-user for riscv64
 2025-11-28 18:04 UTC  (7+ messages)

[RFC PATCH] plugins: shorten aggressively long name
 2025-11-28 17:16 UTC  (3+ messages)

[PATCH for-11.0 0/6] migration: Error reporting cleanups
 2025-11-28 16:58 UTC  (4+ messages)
` [PATCH for-11.0 3/6] migration: Make migration_connect_set_error() own the error

Default NVMe MDTS value causes Widnows Server 2025 hangs and BSODs (during install at least)
 2025-11-28 16:46 UTC  (2+ messages)

[RFC PATCH] plugins/core: allow reading of registers during discon events
 2025-11-28 16:42 UTC 

[PATCH] hw/arm/raspi: remove duplicate include
 2025-11-28 16:23 UTC 

[PATCH v2] kvm: Fix kvm_vm_ioctl() and kvm_device_ioctl() return value
 2025-11-28 15:20 UTC 

[PATCH v2] scripts/device-crash-test: ERROR_RULE_LIST garbage collection
 2025-11-28 14:01 UTC  (2+ messages)

[v6 0/2] virtio-gpu: fix error handling and improve consistency
 2025-11-28 13:57 UTC  (5+ messages)
` [v6 2/2] virtio-gpu: use consistent error checking for virtio_gpu_create_mapping_iov

[PATCH] Fix i386 HVF compilation failures
 2025-11-28 13:34 UTC  (5+ messages)

[PATCH v2 0/9] edk2: update to edk2-stable202511
 2025-11-28 13:34 UTC  (15+ messages)
` [PATCH v2 1/9] tests/acpi: enable updates
` [PATCH v2 2/9] edk2: update build script
` [PATCH v2 3/9] edk2: update submodule to edk2-stable202511
` [PATCH v2 4/9] edk2: drop 32-bit build config (ia32 and arm), update aarch64 vars
` [PATCH v2 7/9] edk2: rename risc-v firmware builds
` [PATCH v2 8/9] tests/acpi: update expected data files
` [PATCH v2 9/9] tests/acpi: disable updates
  ` [PATCH v2 5/9] edk2: drop 32-bit binaries (ia32 and arm)

[PATCH 0/4] Fixes and improvements for scripts/qemugdb commands
 2025-11-28 13:18 UTC  (13+ messages)
` [PATCH 4/4] scripts/qemugdb: coroutine: Add option for obtaining detailed trace in coredump

[PATCH] block: split qemu/aio.h out of block/aio.h
 2025-11-28 13:14 UTC  (2+ messages)

[PATCH 0/2] [RfC] edk2: add qemu variable store firmware builds
 2025-11-28 13:05 UTC  (3+ messages)
` [PATCH 1/2] edk2: add qemuvars builds to config

[PATCH v8 00/23] intel_iommu: Enable first stage translation for passthrough device
 2025-11-28 12:58 UTC  (6+ messages)
` [PATCH v8 17/23] vfio/listener: Bypass readonly region for dirty tracking

[PATCH v1 0/6] system/physmem: Enhance the Address Space API
 2025-11-28 12:41 UTC  (7+ messages)
` [PATCH v1 1/6] "
` [PATCH v1 2/6] target/arm: Initialize AS 0 first
` [PATCH v1 3/6] target/arm: Add a _MAX sentinel to ARMASIdx enum
` [PATCH v1 4/6] target/arm: Use new CPU address space API
` [PATCH v1 5/6] target/i386: Add a _MAX sentinel to X86ASIdx enum
` [PATCH v1 6/6] target/i386: Use new CPU address space API

[PATCH] gitdm: Update IBM map
 2025-11-28 12:31 UTC  (4+ messages)

[PATCH v2 0/2] Set MISA.[C|X] based on the selected extensions
 2025-11-28 12:16 UTC  (4+ messages)
` [PATCH v2 1/2] target/riscv: Update MISA.C for Zc* extensions
` [PATCH v2 2/2] target/riscv: Update MISA.X for non-standard extensions

[PATCH] target/riscv: Fix index of fired breakpoint and watchpoint
 2025-11-28 12:04 UTC  (2+ messages)

[PATCH v2 0/2] RISC-V: Initial support versioning of debug specification
 2025-11-28 11:38 UTC  (5+ messages)
` [PATCH v2 1/2] target/riscv: Add "debug-1.0" to specify debug specification v1.0
` [PATCH v2 2/2] target/riscv: Simpily support versioning of debug trigger module

[PATCH v2] 9pfs: local: read native symlinks when security-model=mapped
 2025-11-28 10:23 UTC  (2+ messages)

[PATCH for-11.0 0/5] some improvements around error reporting
 2025-11-28 10:23 UTC  (8+ messages)
` [PATCH 1/5] ui/vnc: don't use of error_printf_unless_qmp()
` [PATCH 2/5] monitor: remove unused error_printf_unless_qmp() function
` [PATCH 3/5] monitor: rework monitor_cur_is_qmp() into monitor_cur_is_hmp()
` [PATCH 4/5] error: print error_report timestamp when QMP monitor is active
` [PATCH 5/5] error-report: fix doc for vreport()

[PATCH] scripts/device-crash-test: ERROR_RULE_LIST garbage collection
 2025-11-28  9:59 UTC  (3+ messages)

[PATCH] rust: workaround compilation failures with Meson <1.10
 2025-11-28  9:42 UTC 

[PATCH v2] target/arm: Fix assert on BRA
 2025-11-28  9:31 UTC  (2+ messages)

[PATCH v5] linux-user: add option to intercept execve() syscalls
 2025-11-28  9:01 UTC 

[PATCH v2] Fix i386 HVF compilation failures
 2025-11-28  8:58 UTC 

[PATCH] target/arm: Fix assert on BRA
 2025-11-28  4:36 UTC  (2+ messages)

[PATCH v5 0/9] vfio: relax the vIOMMU check
 2025-11-28  3:51 UTC  (8+ messages)
` [PATCH v5 6/9] intel_iommu: Fix unmap_bitmap failure with legacy VFIO backend
` [PATCH v5 7/9] vfio/listener: Construct iotlb entry when unmap memory address space

[RFC QEMU PATCH 0/7] Application Specific Tagged Memory Support in CXL Type 3 Devices
 2025-11-27 22:55 UTC  (8+ messages)
` [RFC PATCH 1/7] hw/mem: Add tagged memory backend object
` [RFC PATCH 2/7] hw/cxl: Allow initializing type3 device with no backing device
` [RFC PATCH 3/7] hw/cxl: Change Extent add/remove APIs for lazy memory backend
` [RFC PATCH 4/7] hw/cxl: Map lazy memory backend after host acceptance
` [RFC PATCH 5/7] hw/cxl: Add performant direct mapping for extents
` [RFC PATCH 6/7] hw/cxl: Add remove alias functionality for extent direct mapping
` [RFC PATCH 7/7] hw/cxl: Add tag-based removal functionality

[PATCH v4 0/3] target/s390x: Fix missing clock-comparator interrupts
 2025-11-27 21:54 UTC  (5+ messages)
` [PATCH v4 1/4] target/s390x: Fix missing interrupts for small CKC values

[RFC PATCH] target/ppc: don't overflow SR lookup with 64 bit vaddr
 2025-11-27 17:37 UTC  (2+ messages)

[PATCH 0/2] hw/ipmi/ipmi_bmc_sim: Get/set fake LAN config
 2025-11-27 17:28 UTC  (4+ messages)

[PATCH for-11.0 v2] arm: add DCZID_EL0 to idregs array
 2025-11-27 17:06 UTC 

[PATCH] migration: Fix writing mapped_ram + ignore_shared snapshots
 2025-11-27 15:43 UTC  (5+ messages)

[PATCH for-11.0 2/6] Revert "error: define g_autoptr() cleanup function for the Error type"
 2025-11-27 15:34 UTC  (3+ messages)
` [PATCH 2.5/6] error: Poison g_autoptr(Error) to prevent its use

[PATCH v3 0/5] block/vvfat: introduce "fat-size" option
 2025-11-27 14:53 UTC  (9+ messages)
` [PATCH v3 1/5] vvfat: introduce partitioned option
` [PATCH v3 2/5] vvfat: move fat_type check prior to size setup
` [PATCH v3 3/5] vvfat: add a define for VVFAT_SECTOR_BITS and VVFAT_SECTOR_SIZE
` [PATCH v3 4/5] vvfat: move size parameters within driver structure
` [PATCH v3 5/5] vvfat: add support for "fs-size" option

[PATCH] hw/acpi: Add aml_gpio_io() wrapper for GPIO IO Connection
 2025-11-27 14:46 UTC  (3+ messages)

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-11-27 14:34 UTC  (6+ messages)
` [PATCH v4 09/27] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
` [PATCH v4 10/27] hw/i386/pc: Remove linuxboot.bin

[PATCH 1/2] libqos: pci: Avoid fatal assert on zero-sized BARs in fuzz builds
 2025-11-27 13:29 UTC  (10+ messages)
` [PATCH v2 0/5] tests/qtest: Rework libqos PCI BAR handling to support fuzzing
  ` [PATCH v2 1/5] libqos: pci: Handle zero-sized BARs gracefully
  ` [PATCH v2 2/5] libqos: pci: Require size for legacy I/O port mapping
  ` [PATCH v2 3/5] tests/qtest: ahci-test: Check only implemented ports in verify_state
  ` [PATCH v2 4/5] tests/qtest: Rework nvmetest_oob_cmb_test for BAR check

[PATCH 0/9] rust: build system and other cleanups
 2025-11-27 13:20 UTC  (10+ messages)
` [PATCH 1/9] rust: remove leftover bindings/
` [PATCH 2/9] rust: remove unused --cfg arguments
` [PATCH 3/9] rust: remove unnecessary repetitive options
` [PATCH 4/9] rust/bql: make bindings public
` [PATCH 5/9] rust: do not copy the SysBusDevice
` [PATCH 6/9] rust: fix reference to MemoryRegion
` [PATCH 7/9] rust: move strict lints handling to meson.build
` [PATCH 8/9] rust: Do not link qemuutil into Rust rlibs
` [PATCH 9/9] rust: only link the Rust part of the code into devices

[PATCH 00/28] include: cleanup cross-subsystem inclusions, empty include/hw/
 2025-11-27 13:15 UTC  (12+ messages)
` [PATCH 09/28] include: move hw/irq.h to hw/core/
` [PATCH 14/28] include: move hw/platform-bus.h "
` [PATCH 15/28] include: move hw/ptimer.h "
` [PATCH 16/28] include: move hw/qdev-clock.h "
` [PATCH 17/28] include: move hw/qdev-core.h to hw/core/, rename
` [PATCH 19/28] include: move hw/qdev-properties.h to hw/core/
` [PATCH 20/28] include: move hw/qdev-properties-system.h "
` [PATCH 22/28] include: move hw/register.h "
` [PATCH 26/28] include: move hw/vmstate-if.h "
` [PATCH 27/28] include: move hw/hw.h to hw/core/, rename
` [PATCH 28/28] include: reorganize memory API headers


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