qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-22 04:46:25 to 2025-11-24 15:03:15 UTC [more...]

[PATCH 0/4] igvm: rework igvm file loading + processing, fix reset
 2025-11-24 15:02 UTC  (14+ messages)
` [PATCH 1/4] igvm: make igvm-cfg object resetable
` [PATCH 2/4] igvm: move file load to complete callback
` [PATCH 3/4] igvm: add trace point for igvm file loading and processing
` [PATCH 4/4] igvm: move igvm file processing to reset callbacks

[PATCH v2 0/3] Basic ASID2 Support
 2025-11-24 15:01 UTC  (7+ messages)
` [PATCH 1/3] target/arm: Enable ID_AA64MMFR4_EL1 register
` [PATCH 2/3] target/arm: Enable ASID2 for cpu_max, allow writes to FNG1, FNG0, A2
` [PATCH 3/3] tests: Add test for ASID2 and write/read of feature bits

[PULL 0/4] target-arm queue
 2025-11-24 14:30 UTC  (5+ messages)
` [PULL 1/4] hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build
` [PULL 2/4] hw/display/exynos4210_fimd: Remove duplicated definition
` [PULL 3/4] hw/arm/armv7m: Disable reentrancy guard for v7m_sysreg_ns_ops MRs
` [PULL 4/4] hw/display/exynos4210_fimd: Account for zero length in fimd_update_memory_section()

[PATCH-for-11.0 0/2] hw/pci: Rename PCIDeviceClass::exit() -> PCIDeviceClass::unrealize()
 2025-11-24 13:56 UTC  (4+ messages)
` [PATCH-for-11.0 1/2] hw/pci: Rename pci_bridge_exitfn() -> pci_bridge_unrealize()
` [PATCH-for-11.0 2/2] hw/pci: Rename PCIDeviceClass::exit() -> PCIDeviceClass::unrealize()

[PATCH] hw/i386/isapc: Remove dead Xen code
 2025-11-24 13:36 UTC  (6+ messages)

[RFC-PATCH-for-11.0] loader: Add support for U-Boot Zstandard-compressed image
 2025-11-24 12:57 UTC  (3+ messages)

[PATCH] hw/usb/host-libusb: Do not assert when detects invalid altsetting
 2025-11-24 12:50 UTC  (2+ messages)

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-24 12:48 UTC  (16+ messages)
` [PATCH v6 17/33] hw/arm/smmuv3: Add support for providing a direct MSI doorbell GPA
` [PATCH v6 28/33] hw/arm/smmuv3-accel: Add support for ATS
` [PATCH v6 33/33] hw/arm/smmuv3-accel: Add support for PASID enable

[PATCH v4 0/4] Add support for zboot images compressed with zstd
 2025-11-24 12:41 UTC  (7+ messages)
` [PATCH v4 1/4] Rename LOAD_IMAGE_MAX_GUNZIP_BYTES to LOAD_IMAGE_MAX_DECOMPRESSED_BYTES
` [PATCH v4 2/4] Rename UBOOT_MAX_GUNZIP_BYTES to UBOOT_MAX_DECOMPRESSED_BYTES
` [PATCH v4 3/4] Use g_autofree in unpack_efi_zboot_image()
` [PATCH v4 4/4] Add support for zboot images compressed with zstd

[PATCH v3 0/3] Add support for zboot images compressed with zstd
 2025-11-24 12:24 UTC  (10+ messages)
` [PATCH v3 1/3] Rename LOAD_IMAGE_MAX_GUNZIP_BYTES to LOAD_IMAGE_MAX_DECOMPRESSED_BYTES
` [PATCH v3 2/3] Use g_autofree in unpack_efi_zboot_image()
` [PATCH v3 3/3] Add support for zboot images compressed with zstd

[PATCH] hw/pci: Use correct bus aperture for device container size
 2025-11-24 11:47 UTC 

[PATCH] hw/usb/host-libusb: cancel the processing of inflight packets correctly
 2025-11-24 11:31 UTC  (2+ messages)

KVM/QEMU community call (25/11/2025) agenda items?
 2025-11-24 11:28 UTC 

[PATCH] hw/pci: Make msix_init take a uint32_t for nentries
 2025-11-24 11:06 UTC  (2+ messages)

[PATCH-for-10.2] hw/nvme/ctrl: Validate PMR memory size
 2025-11-24 10:45 UTC  (2+ messages)

[PATCH] block-backend: Fix race when resuming queued requests
 2025-11-24 10:44 UTC  (2+ messages)

[PATCH] hw/display/exynos4210_fimd: Remove duplicated definition
 2025-11-24 10:28 UTC  (2+ messages)

[PATCH v2] hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build
 2025-11-24 10:26 UTC  (2+ messages)

[PATCH-for-11.0 00/13] hw/sh4/r2d: Raise amount of RAM from 64 to 192 MB
 2025-11-24  9:51 UTC  (14+ messages)
` [PATCH-for-11.0 01/13] hw/sh4/r2d: Bail out early if user request invalid RAM size
` [PATCH-for-11.0 02/13] hw/sh4/r2d: Define BOOT_PARAMS_BASE
` [PATCH-for-11.0 03/13] hw/sh4/r2d: Introduce sdram_base and sdram_size variables
` [PATCH-for-11.0 04/13] hw/sh4/r2d: Use memdev allocation for RAM
` [PATCH-for-11.0 05/13] hw/sh4/r2d: Reword SH7750_BCR1 and SH7750_BCR2 initialization comments
` [PATCH-for-11.0 06/13] hw/sh4/r2d: Configure flash (CS#0) as 16-bit accessible
` [PATCH-for-11.0 07/13] hw/sh4/r2d: Introduce EXT_CS_BASE() macro and use it for SDRAM
` [PATCH-for-11.0 08/13] hw/sh4/r2d: Use EXT_CS_BASE() macro for boot flash device
` [PATCH-for-11.0 09/13] hw/sh4/r2d: Use EXT_CS_BASE() macro for FPGA device
` [PATCH-for-11.0 10/13] hw/sh4/r2d: Use EXT_CS_BASE() macro for display controller
` [PATCH-for-11.0 11/13] hw/sh4/r2d: Use EXT_CS_BASE() macro for pseudo ISA bus
` [PATCH-for-11.0 12/13] hw/sh4/r2d: Add 64MB of SDRAM in CS#2
` [PATCH-for-11.0 13/13] hw/sh4/r2d: Add 64MB of SRAM in CS#6

[PULL for 10.2 0/6] gitdm updates for 2025
 2025-11-24  9:53 UTC  (7+ messages)
` [PULL 1/6] contrib/gitdm: add group-map for Huawei
` [PULL 2/6] contrib/gitdm: add group-map for Microsoft
` [PULL 3/6] contrib/gitdm: add University of Tokyo to academic group
` [PULL 4/6] contrib/gitdm: add mapping for Eviden
` [PULL 5/6] contrib/gitdm: add mapping for Nutanix
` [PULL 6/6] contrib/gitdm: add more individual contributors

Resuming VM on network requests
 2025-11-24  8:52 UTC 

qemu-system-sh4eb build has something hinky in the ethernet
 2025-11-24  8:48 UTC  (4+ messages)
        ` 64mb limitation of qemu-system-sh4 board

[PATCH] migration: Fix transition to COLO state from precopy
 2025-11-24  8:38 UTC  (7+ messages)

[PATCH 0/5] rust/hpet: complete moving state out of HPETTimer
 2025-11-24  8:57 UTC  (3+ messages)
` [PATCH 2/5] rust/hpet: move hpet_offset to HPETRegisters

[PATCH] hw/i386/kvm: Prevent guest monotonic clock jump after live migration
 2025-11-24  7:13 UTC  (4+ messages)

[PULL 0/3] aspeed queue
 2025-11-24  7:05 UTC  (4+ messages)
` [PULL 1/3] hw/arm/ast27x0: Fix typo in LTPI address
` [PULL 2/3] hw/arm/aspeed: Fix missing SPI IRQ connection causing DMA interrupt failure
` [PULL 3/3] hw/pci-host/aspeed_pcie: Update ASPEED PCIe Root Port capabilities and enable MSI to support hotplug

Recall: [PATCH] hw/i386/kvm: Prevent guest monotonic clock jump after live migration
 2025-11-24  6:36 UTC 

[PATCH-for-10.2] hw/sd/sdcard: Correct SCR 'DATA_STAT_AFTER_ERASE' bit
 2025-11-24  4:20 UTC 

[PATCH 0/4] hw/sd: Improve performance of read/write/erase
 2025-11-24  4:09 UTC  (5+ messages)
` [PATCH 3/4] hw/sd/sdcard: Erase blocks to zero

[PATCH v6] Add support for pvpanic pci device
 2025-11-24  3:57 UTC  (5+ messages)
` [PATCH v6 2/4] hw/misc/pvpanic: add PCI interface support

[Qemu-devel] [PULL 00/17] virtio, pci fixes, enhancements
 2025-11-24  3:53 UTC  (4+ messages)
` [Qemu-devel] [PULL 16/17] hw/pci-bridge: format special OFW unit address for PXB host

[PATCH] Fix the typo of vfio-pci device's enable-migration option
 2025-11-24  3:49 UTC  (2+ messages)

[PATCH v2 0/3] virtio-spi: Sync Linux headers and add vhost-user-spi device support
 2025-11-24  3:47 UTC  (4+ messages)
` [PATCH v2 3/3] virtio-spi: Add "

[v5 0/2] virtio-gpu: fix error handling and improve consistency
 2025-11-24  3:24 UTC  (3+ messages)
` [v5 1/2] virtio-gpu: fix error handling in virgl_cmd_resource_create_blob
` [v5 2/2] virtio-gpu: use consistent error checking for virtio_gpu_create_mapping_iov

[PATCH v4 5/5] docs: add rvsp-ref.rst
 2025-11-24  2:06 UTC  (2+ messages)

[PATCH v4 1/5] target/riscv/cpu.c: remove 'bare' condition for .profile
 2025-11-24  2:02 UTC  (2+ messages)

[PATCH v4 3/5] hw/riscv: experimental server platform reference machine
 2025-11-24  1:56 UTC  (2+ messages)

[v4] virtio-gpu: use consistent error checking style for virtio_gpu_create_mapping_iov
 2025-11-24  1:42 UTC  (4+ messages)

[PATCH 00/10] i386/cpu: Add new instructions & CPU model for Intel Diamond Rapids
 2025-11-23 23:52 UTC  (3+ messages)
` [PATCH 10/10] dosc/cpu-models-x86: Add documentation for DiamondRapids

[PATCH v1 0/1] (RESEND) Update ASPEED PCIe Root Port capabilities and enable MSI to support hotplug
 2025-11-24  1:26 UTC  (4+ messages)
` [PATCH v1 1/1] hw/pci-host/aspeed_pcie: "
  ` [SPAM] "

[PULL 0/5] Net patches
 2025-11-24  0:38 UTC  (4+ messages)

[PULL 0/9] Staging patches
 2025-11-23 23:28 UTC  (2+ messages)

[PULL 00/10] Fixes for QEMU v10.2rc2
 2025-11-23 23:27 UTC  (2+ messages)

[PULL 0/1] Lost MAINTAINERS update
 2025-11-23 23:27 UTC  (2+ messages)

[PULL 0/3] Trivial patches for 2025-11-21
 2025-11-23 23:27 UTC  (2+ messages)

[PATCH-for-10.2] hw/pci-host/dino: Correct PCI memory access to PA I/O range
 2025-11-23 18:55 UTC 

[PATCH v3 00/18] Implements RISC-V WorldGuard extension v0.4
 2025-11-23 17:52 UTC  (5+ messages)
` [PATCH v3 05/18] hw/misc: riscv_worldguard: Add RISC-V WorldGuard global config
` [PATCH v3 14/18] hw/misc: riscv_wgchecker: Implement RISC-V WorldGuard Checker

[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
 2025-11-23  9:28 UTC  (6+ messages)
` [RFC v3 04/21] refactor: Move ARMSecuritySpace to a common header
` [RFC v3 05/21] hw/arm/smmuv3: Introduce banked registers for SMMUv3 state
    ` [RESEND RFC "

[PULL 00/29] Machine types, s390x, functional tests and Avocado removal
 2025-11-23  9:04 UTC  (2+ messages)

[PATCH v3 0/9] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
 2025-11-23  8:36 UTC  (13+ messages)
` [PATCH v3 1/9] virtio-gpu: Recreate the resource's dmabuf if new backing is attached
` [PATCH v3 2/9] virtio-gpu: Find hva for Guest's DMA addr associated with a ram device
` [PATCH v3 3/9] vfio: Document vfio_device_get_region_info()
` [PATCH v3 4/9] vfio/region: Add a helper to get region index from memory region
` [PATCH v3 5/9] vfio/device: Add a helper to lookup VFIODevice "
` [PATCH v3 6/9] vfio/device: Add support for VFIO_DEVICE_FEATURE_DMA_BUF
` [PATCH v3 7/9] virtio-gpu: Rename udmabuf files and helpers to dmabuf
` [PATCH v3 8/9] virtio-gpu-dmabuf: Introduce ram_block_is_memfd_backed() helper
` [PATCH v3 9/9] virtio-gpu-dmabuf: Create dmabuf for blobs associated with VFIO devices

[Stable-7.2.22 00/25] Patch Round-up for stable 7.2.22, freeze on 2025-12-01
 2025-11-22 20:55 UTC  (26+ messages)
` [Stable-7.2.22 01/25] target/i386: Fix CR2 handling for non-canonical addresses
` [Stable-7.2.22 02/25] i386/cpu: Prevent delivering SIPI during SMM in TCG mode
` [Stable-7.2.22 03/25] i386/tcg/smm_helper: Properly apply DR values on SMM entry / exit
` [Stable-7.2.22 04/25] async: access bottom half flags with qatomic_read
` [Stable-7.2.22 05/25] target/i386: user: do not set up a valid LDT on reset
` [Stable-7.2.22 06/25] linux-user: Use correct type for FIBMAP and FIGETBSZ emulation
` [Stable-7.2.22 07/25] linux-user: permit sendto() with NULL buf and 0 len
` [Stable-7.2.22 08/25] io: add trace event when cancelling TLS handshake
` [Stable-7.2.22 09/25] io: release active GSource in TLS channel finalizer
` [Stable-7.2.22 10/25] io: move websock resource release to close method
` [Stable-7.2.22 11/25] io: fix use after free in websocket handshake code
` [Stable-7.2.22 12/25] crypto: stop requiring "key encipherment" usage in x509 certs
` [Stable-7.2.22 13/25] block/curl.c: Use explicit long constants in curl_easy_setopt calls
` [Stable-7.2.22 14/25] block/curl.c: Fix CURLOPT_VERBOSE parameter type
` [Stable-7.2.22 15/25] qio: Add trace points to net_listener
` [Stable-7.2.22 16/25] qio: Unwatch before notify in QIONetListener
` [Stable-7.2.22 17/25] qio: Remember context of qio_net_listener_set_client_func_full
` [Stable-7.2.22 18/25] qio: Protect NetListener callback with mutex
` [Stable-7.2.22 19/25] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors
` [Stable-7.2.22 20/25] hw/net/e1000e_core: Correct rx oversize packet checks
` [Stable-7.2.22 21/25] hw/net/e1000e_core: Adjust e1000e_write_payload_frag_to_rx_buffers() assert
` [Stable-7.2.22 22/25] net: pad packets to minimum length in qemu_receive_packet()
` [Stable-7.2.22 23/25] hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun
` [Stable-7.2.22 24/25] hw/display/xlnx_dp: Don't abort for unsupported graphics formats
` [Stable-7.2.22 25/25] hw/misc/npcm_clk: Don't divide by zero when calculating frequency

[PATCH v2] 9pfs: local: read native symlinks when security-model=mapped
 2025-11-22 20:19 UTC 

[PATCH 00/14] Error message improvements
 2025-11-22 13:58 UTC  (8+ messages)
` [PATCH 09/14] error: Use error_setg_file_open() for simplicity and consistency

[Stable-10.0.7 00/81] Patch Round-up for stable 10.0.7, freeze on 2025-12-01
 2025-11-21 18:44 UTC  (21+ messages)
` [Stable-10.0.7 01/81] tests/tcg/multiarch/linux/linux-test: Don't try to test atime update
` [Stable-10.0.7 02/81] ui/gtk-gl-area: Remove extra draw call in refresh
` [Stable-10.0.7 05/81] hw/riscv: Correct mmu-type property of sifive_u harts in device tree
` [Stable-10.0.7 10/81] target/riscv/kvm: fix env->priv setting in reset_regs_csr()
` [Stable-10.0.7 11/81] target/riscv: fix riscv_cpu_sirq_pending() mask
` [Stable-10.0.7 14/81] io: fix use after free in websocket handshake code
` [Stable-10.0.7 22/81] linux-user: Use correct type for FIBMAP and FIGETBSZ emulation
` [Stable-10.0.7 23/81] linux-user: permit sendto() with NULL buf and 0 len
` [Stable-10.0.7 26/81] i386/kvm/cpu: Init SMM cpu address space for hotplugged CPUs
` [Stable-10.0.7 27/81] block: remove 'detached-header' option from opts after use
` [Stable-10.0.7 33/81] target/microblaze: Handle signed division overflows
` [Stable-10.0.7 35/81] target/s390x: Fix missing clock-comparator interrupts after reset
` [Stable-10.0.7 44/81] qemu-img: Fix amend option parse error handling
` [Stable-10.0.7 47/81] qio: Add trace points to net_listener
` [Stable-10.0.7 48/81] qio: Unwatch before notify in QIONetListener
` [Stable-10.0.7 60/81] block: refactor error handling of commit_iteration
` [Stable-10.0.7 71/81] nvme: Kick and check completions in BDS context
` [Stable-10.0.7 74/81] tests/functional: fix formatting of exception args
` [Stable-10.0.7 75/81] tests/functional: handle URLError when fetching assets
` [Stable-10.0.7 79/81] target/i386/tcg: validate segment registers

[PATCH] hw/9pfs: Follow native symlinks when security-model=mapped
 2025-11-22 12:23 UTC  (4+ messages)

A few more patches for u-boot-sam460ex (based on 10.2.0-rc1)
 2025-11-22 12:14 UTC  (2+ messages)

[RFC-PATCH-for-11.0 v3 00/21] accel/tcg: Remove most MO_TE uses in cpu_ld/st_code/data()
 2025-11-21 13:44 UTC  (4+ messages)
` [RFC-PATCH-for-11.0 v3 02/21] target/alpha: Use little-endian variant of cpu_ldl_code()
` [RFC-PATCH-for-11.0 v3 06/21] target/riscv: Use little-endian variant of cpu_ld{l, q}_code()
` [RFC-PATCH-for-11.0 v3 16/21] target/i386: Use little-endian variant of cpu_ld/st_data*()

[PATCH 0/3] qdev: Fix "info qtree" to show links
 2025-11-22  9:10 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH v2 00/15] Error message improvements
 2025-11-21 12:14 UTC  (3+ messages)
` [PATCH v2 08/15] net/tap: Use error_setg_file_open() for a better error message
` [PATCH v2 14/15] qga/commands-win32: Use error_setg_win32() for better error messages

[PATCH 1/1] scripts: Changed potential O(n) file size calculation to O(1)
 2025-11-21 12:25 UTC  (2+ messages)

[PATCH 00/16] testing/next cleanups (docker, functional)
 2025-11-21 14:27 UTC  (5+ messages)
` [PATCH 06/16] docs/about/emulation: update assets for uftrace plugin documentation

[Stable-10.1.3 00/76] Patch Round-up for stable 10.1.3, freeze on 2025-12-01
 2025-11-21 13:51 UTC  (5+ messages)
` [Stable-10.1.3 03/76] hw/ppc/e500: Check for compatible CPU type instead of aborting ungracefully
` [Stable-10.1.3 43/76] qemu-img: Fix amend option parse error handling
` [Stable-10.1.3 46/76] qio: Add trace points to net_listener
` [Stable-10.1.3 59/76] tests: move test_netdev_ethtool to share.linaro.org

[PATCH 0/4] tests/migration-test: Introduce mem_type
 2025-11-21 15:32 UTC  (4+ messages)
` [PATCH 2/4] tests/migration-test: Merge shmem_opts into memory_backend


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