qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-29 14:30:19 to 2025-12-02 11:10:36 UTC [more...]

[PATCHv3 00/13] Adding comprehensive support for i.MX8MM EVK board
 2025-12-02 11:09 UTC  (37+ messages)
` [PATCHv3 01/13] hw/arm: Add the i.MX 8MM EVK(Evaluation Kit) board
    ` [EXT] "
` [PATCHv3 02/13] hw/arm/fsl-imx8mm: Implemented CCM(Clock Control Module) and Analog IP
    ` [EXT] "
` [PATCHv3 03/13] hw/arm/fsl-imx8mm: Implemented support for SNVS
` [PATCHv3 04/13] hw/arm/fsl-imx8mm: Adding support for USDHC storage controllers
` [PATCHv3 05/13] hw/arm/fsl-imx8mm: Add PCIe support
` [PATCHv3 06/13] hw/arm/fsl-imx8mm: Add GPIO controllers
` [PATCHv3 07/13] hw/arm/fsl-imx8mm: Adding support for I2C emulation
` [PATCHv3 08/13] hw/arm/fsl-imx8mm: Adding support for SPI controller
` [PATCHv3 09/13] hw/arm/fsl-imx8mm: Adding support for Watchdog Timers
    ` [EXT] "
` [PATCHv3 10/13] hw/arm/fsl-imx8mm: Adding support for General Purpose Timers
` [PATCHv3 11/13] hw/arm/fsl-imx8mm: Adding support for ENET ethernet controller
` [PATCHv3 12/13] hw/arm/fsl-imx8mm: Adding support for USB controller
    ` [EXT] Re: [PATCHv3 00/13] Adding comprehensive support for i.MX8MM EVK board

[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
 2025-12-02 11:05 UTC  (3+ messages)
` [RFC v3 07/21] hw/arm/smmuv3: Track SEC_SID in configs and events

[PATCH v3 0/5] vfio-user coverity fixes
 2025-12-02 10:53 UTC  (9+ messages)
` [PATCH v3 1/5] vfio-user: simplify vfio_user_process()
` [PATCH v3 2/5] vfio-user: clarify partial message handling
` [PATCH v3 3/5] vfio-user: refactor out header handling
` [PATCH v3 4/5] vfio-user: simplify vfio_user_recv_one()
` [PATCH v3 5/5] vfio-user: recycle msg on failure

[PATCH] hw/arm/raspi: remove duplicate include
 2025-12-02 10:00 UTC  (2+ messages)

[PATCH] migration: Fix double-free on error path
 2025-12-02  8:34 UTC  (2+ messages)

[PATCH v2] kvm: Fix kvm_vm_ioctl() and kvm_device_ioctl() return value
 2025-12-02  8:32 UTC  (2+ messages)

[PULL 0/2] Error reporting patches for 2025-12-02
 2025-12-02  8:32 UTC  (3+ messages)
` [PULL 1/2] migration: Fix double-free on error path
` [PULL 2/2] kvm: Fix kvm_vm_ioctl() and kvm_device_ioctl() return value

[RFC 00/24] audio: add GStreamer backend
 2025-12-02  7:55 UTC  (36+ messages)
` [RFC 01/24] rust: patch thiserror to work with meson
` [RFC 02/24] audio: remove obsolete/obscure functions
` [RFC 03/24] audio/dbus: make "dbus" the default backend when using -display dbus
` [RFC 04/24] qemu-options.hx: clarify default audio backend selection
` [RFC 05/24] audio: introduce AudioDriver
` [RFC 06/24] audio: simplify audio_init()
` [RFC 07/24] audio: move object creation to audio_driver_init()
` [RFC 08/24] audio: add QOM module-objects for each backend
` [RFC 09/24] audio: remove set_dbus_server from audio_driver
` [RFC 10/24] audio: lookup "audio-" object types, and realize them
` [RFC 11/24] audio: switch to module-object, drop audio driver registration
` [RFC 12/24] module: remove audio module support
` [RFC 13/24] audio: keep a strong reference on the backend
` [RFC 14/24] audio: make list type declaration private
` [RFC 15/24] audio: make create_pdos() private
` [RFC 16/24] replay: remove dependency on audio/
` [RFC 17/24] audio: make all the backend-specific APIs take the be
` [RFC 18/24] audio: make AudioBackend truely abstract
` [RFC 19/24] audio: split AudioBackend
` [RFC 20/24] audio: AUD_ -> audio_be_
` [RFC 21/24] audio-be: add common pre-conditions
` [RFC 22/24] audio-be: add some state trace
` [RFC 23/24] audio: split AudioDriver code in audio-driver.c
` [RFC 24/24] WIP: rust/audio: add GStreamer backend

[PATCH for-11.0 v2 0/7] migration: Error reporting cleanups
 2025-12-02  7:53 UTC  (9+ messages)
` [PATCH for-11.0 v2 1/7] migration: Use explicit error_free() instead of g_autoptr
` [PATCH for-11.0 v2 2/7] Revert "error: define g_autoptr() cleanup function for the Error type"
` [PATCH for-11.0 v2 3/7] error: Poison g_autoptr(Error) to prevent its use
` [PATCH for-11.0 v2 4/7] migration: Make migration_connect_set_error() own the error
` [PATCH for-11.0 v2 5/7] migration: Make multifd_send_set_error() "
` [PATCH for-11.0 v2 6/7] migration: Make multifd_recv_terminate_threads() "
` [PATCH for-11.0 v2 7/7] migration: Replace migrate_set_error() with migrate_error_propagate()

[PATCH] qemu-options.hx: Replace deprecated -M example
 2025-12-02  7:47 UTC  (3+ messages)

[PATCH] block: split qemu/aio.h out of block/aio.h
 2025-12-02  7:42 UTC  (3+ messages)

[PATCH] linux-user: Add missing termios baud rates
 2025-12-02  5:14 UTC 

[PATCH 0/2] TCI fixes
 2025-12-02  1:12 UTC  (3+ messages)
` [PATCH 1/2] tcg/tci: Introduce INDEX_op_tci_qemu_{ld,st}_rrr
` [PATCH 2/2] tcg: Zero extend 32-bit addresses for TCI

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

[PATCH RFC] target/s390x: Fix infinite loop during replay
 2025-12-01 21:49 UTC 

[PATCH v2] scripts/analyze-migration: Support mapped-ram snapshot format
 2025-12-01 21:51 UTC  (2+ messages)

[PATCH] scripts/analyze-migration: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO
 2025-12-01 21:51 UTC  (2+ messages)

[PULL 0/1] Accelerators patches for 2025-12-01
 2025-12-01 20:26 UTC  (2+ messages)
` [PULL 1/1] accel/hvf: Fix i386 HVF compilation failures

[PATCH 0/2] hw/ipmi/ipmi_bmc_sim: Get/set fake LAN config
 2025-12-01 20:18 UTC  (3+ messages)
` [PATCH 1/2] hw/ipmi/ipmi_bmc_sim: Support getting fake LAN channel config

[RFC PATCH] virtfs: 9p: local: add default uid and gid options
 2025-12-01 18:00 UTC 

[PATCH for-11.0 0/6] migration: Error reporting cleanups
 2025-12-01 17:32 UTC  (4+ messages)
` [PATCH for-11.0 6/6] migration: Replace migrate_set_error() with migrate_error_propagate()

[PATCH v4 00/23] i386: Support CET for KVM
 2025-12-01 17:10 UTC  (6+ messages)
` [PATCH v4 06/23] i386/kvm: Initialize x86_ext_save_areas[] based on KVM support
` [PATCH v4 17/23] i386/cpu: Migrate MSR_IA32_PL0_SSP for FRED and CET-SHSTK

[PULL 0/2] target-arm queue
 2025-12-01 16:09 UTC  (3+ messages)
` [PULL 1/2] target/arm: Fix assert on BRA
` [PULL 2/2] docs/devel: Update URL for make-pullreq script

[RFC PATCH 0/4] vmclock: add support for VM generation counter and notifications
 2025-12-01 15:46 UTC  (24+ messages)
` [RFC PATCH 1/4] acpi: fix acpi_send_gpe_event() to handle more events
` [RFC PATCH 2/4] hw/acpi: add new fields in VMClock ABI
` [RFC PATCH 3/4] hw/acpi: add VM generation counter field to VMClock
` [RFC PATCH 4/4] hw/acpi: add ACPI notification to VMClock device

[RFC PATCH] plugins/core: allow reading of registers during discon events
 2025-12-01 15:30 UTC  (2+ messages)

[RFC PATCH] plugins: shorten aggressively long name
 2025-12-01 15:29 UTC  (2+ messages)

[PATCH 0/5] acpi/ghes: Error object handling improvement
 2025-12-01 14:37 UTC  (19+ messages)
` [PATCH 1/5] acpi/ghes: Automate data block cleanup in acpi_ghes_memory_errors()
` [PATCH 2/5] acpi/ghes: Abort in acpi_ghes_memory_errors() if necessary
` [PATCH 3/5] target/arm/kvm: Exit on error from acpi_ghes_memory_errors()
` [PATCH 4/5] acpi/ghes: Bail early on error from get_ghes_source_offsets()
` [PATCH 5/5] acpi/ghes: Use error_fatal in acpi_ghes_memory_errors()

[RFC PATCH v5 0/4] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2025-12-01 14:36 UTC  (7+ 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

[PATCH v2 0/5] acpi/ghes: Error object handling improvement
 2025-12-01 14:18 UTC  (6+ messages)
` [PATCH v2 1/5] acpi/ghes: Automate data block cleanup in acpi_ghes_memory_errors()
` [PATCH v2 2/5] acpi/ghes: Abort in acpi_ghes_memory_errors() if necessary
` [PATCH v2 3/5] target/arm/kvm: Exit on error from acpi_ghes_memory_errors()
` [PATCH v2 4/5] acpi/ghes: Bail early on error from get_ghes_source_offsets()
` [PATCH v2 5/5] acpi/ghes: Use error_fatal in acpi_ghes_memory_errors()

[PATCH] gitdm: Update IBM map
 2025-12-01 13:24 UTC  (3+ messages)

[PATCH v4] monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handling race
 2025-12-01 13:04 UTC  (4+ messages)

[PATCH for-11.0 0/8] chardev: cleanup
 2025-12-01 13:00 UTC  (4+ messages)
` [PATCH 3/8] chardev: .chr_open(): drop be_opened parameter

[PATCH] vhost: accept indirect descriptors in shadow virtqueue
 2025-12-01 12:51 UTC 

[RFC PATCH] tests/functional/s390x: Add reverse debugging test for s390x
 2025-12-01 12:43 UTC  (11+ messages)

Preemption of userspace PCI device model
 2025-12-01 11:00 UTC 

[PATCH v2] target/arm: Fix assert on BRA
 2025-12-01  9:38 UTC  (4+ messages)

[PATCH v4 02/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
 2025-12-01  9:23 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] target/riscv: Make number of debug triggers configurable
 2025-12-01  8:05 UTC 

[PATCH v2] target/riscv: Support Smpmpmt extension
 2025-12-01  5:11 UTC  (2+ messages)

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

[PATCH v3 0/2] RISC-V: Initial support versioning of debug specification
 2025-12-01  1:42 UTC  (3+ messages)
` [PATCH v3 1/2] target/riscv: Add "debug-1.0" to specify debug specification v1.0
` [PATCH v3 2/2] target/riscv: Simpily support versioning of debug trigger module

[PATCH 0/5] Final fixes for 10.2 (build, docs, dockerfiles, plugins)
 2025-11-30  9:43 UTC  (3+ messages)
` [PATCH 5/5] plugins/core: allow reading of registers during discon events

[PATCH v1 0/5] Add K230 board and thead-c908 CPU support
 2025-11-30  9:21 UTC  (6+ messages)
` [PATCH v1 1/5] target/riscv: add thead-c908 cpu support
` [PATCH v1 2/5] hw/riscv: add k230 board initial support
` [PATCH v1 3/5] hw/watchdog: add k230 watchdog "
` [PATCH v1 4/5] tests/qtest: add test for K230 watchdog
` [PATCH v1 5/5] docs/system/riscv: add documentation for k230 machine

[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


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