qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-04 08:01:47 to 2025-03-05 00:20:23 UTC [more...]

[PATCH 00/39] hexagon system emu, part 2/3
 2025-03-05  0:19 UTC  (7+ messages)
` [PATCH 34/39] target/hexagon: Add TLB, k0 {un,}lock

[PATCH v2 00/32] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS) pre-PR
 2025-03-05  0:01 UTC  (39+ messages)
` [PATCH v2 01/32] tests/functional: move aarch64 GPU test into own file
` [PATCH v2 02/32] tests/functional: factor out common code in gpu test
` [PATCH v2 03/32] tests/functional: ensure we have a GPU device for tests
` [PATCH v2 04/32] tests/functional: bail early if vkmark hangs
` [PATCH v2 05/32] tests/functional: skip vulkan tests with nVidia
` [PATCH v2 06/32] tests/functional: expand tests to cover virgl
` [PATCH v2 07/32] tests/functional: update the aarch64_virg_gpu images
` [PATCH v2 08/32] plugins: add explicit dependency in functional tests
` [PATCH v2 09/32] tests/functional: Introduce the dso_suffix() helper
` [PATCH v2 10/32] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts
` [PATCH v2 11/32] libvirt-ci: bump to latest for vulkan-tools
` [PATCH v2 12/32] tests/vm: bump timeout for shutdown
` [PATCH v2 13/32] tests/tcg: mark test-vma as a linux-only test
` [PATCH v2 14/32] tests/tcg: add message to _Static_assert in test-avx
` [PATCH v2 15/32] tests/tcg: fix constraints in test-i386-adcox
` [PATCH v2 16/32] tests/tcg: enable -fwrapv for test-i386-bmi
` [PATCH v2 17/32] tests/tcg: Suppress compiler false-positive warning on sha1.c
` [PATCH v2 18/32] gitlab: add a new build_unit job to track build size
` [PATCH v2 19/32] tests/functional: add boot error detection for RME tests
` [PATCH v2 20/32] plugins/api: use qemu_target_page_mask() to get value
` [PATCH v2 21/32] plugins/loader: populate target_name with target_name()
` [PATCH v2 22/32] include/qemu: plugin-memory.h doesn't need cpu-defs.h
` [PATCH v2 23/32] plugins/api: clean-up the includes
` [PATCH v2 24/32] plugins/plugin.h: include queue.h
` [PATCH v2 25/32] plugins/loader: compile loader only once
` [PATCH v2 26/32] plugins/api: split out binary path/start/end/entry code
` [PATCH v2 27/32] plugins/api: split out the vaddr/hwaddr helpers
` [PATCH v2 28/32] plugins/api: split out time control helpers
` [PATCH v2 29/32] plugins/api: build only once
` [PATCH v2 30/32] plugins/core: make a single build unit
` [PATCH v2 31/32] MAINTAINERS: remove widely sanctioned entities
` [PATCH v2 32/32] meson.build: default to -gsplit-dwarf for debug info

Building QEMU as a Shared Library
 2025-03-04 23:50 UTC  (5+ messages)

Windows plugins MSYS2 regression
 2025-03-04 23:38 UTC  (2+ messages)

[PATCH] hw/riscv/riscv-iommu: Get target page info using runtime helpers
 2025-03-04 23:19 UTC 

[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
 2025-03-04 23:02 UTC  (3+ messages)

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-04 22:04 UTC  (37+ messages)
` [PATCH v6 01/36] migration: Clarify that {load, save}_cleanup handlers can run without setup
` [PATCH v6 02/36] thread-pool: Remove thread_pool_submit() function
` [PATCH v6 03/36] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
` [PATCH v6 04/36] thread-pool: Implement generic (non-AIO) pool support
` [PATCH v6 05/36] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
` [PATCH v6 06/36] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PATCH v6 07/36] migration: postcopy_ram_listen_thread() should take BQL for some calls
` [PATCH v6 08/36] error: define g_autoptr() cleanup function for the Error type
` [PATCH v6 09/36] migration: Add thread pool of optional load threads
` [PATCH v6 10/36] migration/multifd: Split packet into header and RAM data
` [PATCH v6 11/36] migration/multifd: Device state transfer support - receive side
` [PATCH v6 12/36] migration/multifd: Make multifd_send() thread safe
` [PATCH v6 13/36] migration/multifd: Add an explicit MultiFDSendData destructor
` [PATCH v6 14/36] migration/multifd: Device state transfer support - send side
` [PATCH v6 15/36] migration/multifd: Make MultiFDSendData a struct
` [PATCH v6 16/36] migration/multifd: Add multifd_device_state_supported()
` [PATCH v6 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v6 18/36] vfio/migration: Add load_device_config_state_start trace event
` [PATCH v6 19/36] vfio/migration: Convert bytes_transferred counter to atomic
` [PATCH v6 20/36] vfio/migration: Add vfio_add_bytes_transferred()
` [PATCH v6 21/36] vfio/migration: Move migration channel flags to vfio-common.h header file
` [PATCH v6 22/36] vfio/migration: Multifd device state transfer support - basic types
` [PATCH v6 23/36] vfio/migration: Multifd device state transfer - add support checking function
` [PATCH v6 24/36] vfio/migration: Multifd setup/cleanup functions and associated VFIOMultifd
` [PATCH v6 25/36] vfio/migration: Setup and cleanup multifd transfer in these general methods
` [PATCH v6 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v6 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v6 28/36] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
` [PATCH v6 29/36] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v6 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH v6 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v6 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PATCH v6 33/36] hw/core/machine: Add compat for x-migration-multifd-transfer VFIO property
` [PATCH v6 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH v6 35/36] vfio/migration: Add x-migration-load-config-after-iter VFIO property
` [PATCH v6 36/36] vfio/migration: Update VFIO migration documentation

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-04 22:53 UTC  (4+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable

[PATCH] iotests: Stop NBD server in test 162 before starting the next one
 2025-03-04 22:42 UTC  (3+ messages)

[PATCH v2] iotest: Unbreak 302 with python 3.13
 2025-03-04 22:41 UTC  (3+ messages)

[PATCH v6] hw/i386/cpu: remove default_cpu_version and simplify
 2025-03-04 22:23 UTC  (3+ messages)

[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-04 22:03 UTC  (19+ messages)
` [PATCH v5 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v5 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v5 28/36] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v5 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property

[PATCH] docs/system/ppc/amigang.rst: Update for NVRAM emulation
 2025-03-04 20:59 UTC 

[PATCH 0/8] hexagon system emu, part 3/3
 2025-03-04 20:34 UTC  (14+ messages)
` [PATCH 2/8] hw/hexagon: Add machine configs for sysemu
` [PATCH 6/8] target/hexagon: add build config for softmmu
` [PATCH 7/8] hw/hexagon: Define hexagon "virt" machine
` [PATCH 8/8] tests/functional: Add a hexagon minivm test

[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
 2025-03-04 18:53 UTC  (3+ messages)
` [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)
 2025-03-04 19:47 UTC  (2+ messages)

[PATCH] rust: cell: add full example of declaring a SysBusDevice
 2025-03-04 19:44 UTC  (3+ messages)

[BUG, RFC] cpr-transfer: qxl guest driver crashes after migration
 2025-03-04 19:05 UTC  (6+ messages)

[PATCH v4 0/2] hw/i386/amd_iommu: Add migration support
 2025-03-04 18:51 UTC  (4+ messages)
` [PATCH v4 1/2] hw/i386/amd_iommu: Isolate AMDVI-PCI from amd-iommu device to allow full control over the PCI device creation
` [PATCH v4 2/2] hw/i386/amd_iommu: Allow migration when explicitly create the AMDVI-PCI device

[PATCH] tests/functional: fix race in virtio balloon test
 2025-03-04 18:33 UTC 

[PATCH] tests/functional/test_arm_sx1: Check whether the serial console is working
 2025-03-04 17:14 UTC  (2+ messages)

[PATCH v2 0/5] PCI: Implement basic PCI PM capability backing
 2025-03-04 17:14 UTC  (3+ messages)

[PATCH v2 0/9] vfio/igd: Decoupling quirks with legacy mode
 2025-03-04 17:09 UTC  (7+ messages)
` [PATCH v2 2/9] vfio/igd: Do not include GTT stolen size in etc/igd-bdsm-size
` [PATCH v2 7/9] vfio/igd: Decouple common quirks from legacy mode

[PATCH] linux-user: fix handling of cpu mask in riscv_hwprobe syscall
 2025-03-04 16:52 UTC 

[PATCH] rust: qom: remove operations on &mut
 2025-03-04 17:07 UTC  (2+ messages)

[PATCH 0/2] scsi-disk: Add FUA write support
 2025-03-04 16:15 UTC  (4+ messages)
` [PATCH 1/2] scsi-disk: Advertise FUA support by default
` [PATCH 2/2] scsi-disk: Add native FUA support

[PATCH] tests/tcg: Suppress compiler false-positive warning on sha1.c
 2025-03-04 15:58 UTC  (8+ messages)

[PATCH v2 0/8] riscv: AIA: kernel-irqchip=off support
 2025-03-04 15:52 UTC  (5+ messages)
` [PATCH v2 5/8] target/riscv/kvm: rewrite kvm_riscv_handle_csr
` [PATCH v2 6/8] target/riscv/kvm: add CSR_SIREG and CSR_STOPEI emulation

[PATCH 0/2] 9pfs: v9fs_reclaim_fd() fixes
 2025-03-04 15:17 UTC  (3+ messages)
` [PATCH 1/2] 9pfs: fix concurrent v9fs_reclaim_fd() calls
` [PATCH 2/2] 9pfs: reduce latency of v9fs_reclaim_fd()

[PULL 0/4] ufs queue
 2025-03-04 14:58 UTC  (2+ messages)

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-03-04 14:42 UTC  (12+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[RFC PATCH] meson.build: add -gsplit-dwarf to default cflags
 2025-03-04 13:47 UTC  (9+ messages)

[PATCH RFC 0/3] Attempt to add GHES for x86
 2025-03-04 13:30 UTC  (4+ messages)
` [PATCH RFC 1/3] acpi/ghes: move use_hest_addr out of acpi_build_hest()
` [PATCH RFC 2/3] hw/i186: add support for HEST table with SCI
` [PATCH RFC 3/3] Add a GED device for RAS notification

[PULL 00/24] Firmware 20250304 patches
 2025-03-04 12:48 UTC  (25+ messages)
` [PULL 01/24] Add support for etc/hardware-info fw_cfg file
` [PULL 02/24] hw/uefi: add include/hw/uefi/var-service-api.h
` [PULL 03/24] hw/uefi: add include/hw/uefi/var-service-edk2.h
` [PULL 04/24] hw/uefi: add include/hw/uefi/var-service.h
` [PULL 05/24] hw/uefi: add var-service-guid.c
` [PULL 06/24] hw/uefi: add var-service-utils.c
` [PULL 07/24] hw/uefi: add var-service-vars.c
` [PULL 08/24] hw/uefi: add var-service-auth.c
` [PULL 09/24] hw/uefi: add var-service-policy.c
` [PULL 10/24] hw/uefi: add var-service-core.c
` [PULL 11/24] hw/uefi: add var-service-pkcs7.c
` [PULL 12/24] hw/uefi: add var-service-pkcs7-stub.c
` [PULL 13/24] hw/uefi: add var-service-siglist.c
` [PULL 14/24] hw/uefi: add var-service-json.c + qapi for NV vars
` [PULL 15/24] hw/uefi: add trace-events
` [PULL 16/24] hw/uefi: add UEFI_VARS to Kconfig
` [PULL 17/24] hw/uefi: add to meson
` [PULL 18/24] hw/uefi: add uefi-vars-sysbus device
` [PULL 19/24] hw/uefi-vars-sysbus: qemu platform bus support
` [PULL 20/24] hw/uefi-vars-sysbus: add x64 variant
` [PULL 21/24] hw/uefi-vars-sysbus: allow for arm virt
` [PULL 22/24] hw/uefi-vars-sysbus: allow for pc and q35
` [PULL 23/24] hw/uefi: add MAINTAINERS entry
` [PULL 24/24] docs: add uefi variable service documentation

[PATCH v6 0/2] target/loongarch: fix 'make check-functional' failed
 2025-03-04 11:16 UTC  (3+ messages)
` [PATCH v6 2/2] target/loongarch: check tlb_ps

[PATCH v4 00/23] Support AST2700 A1
 2025-03-04 10:43 UTC  (5+ messages)
` [PATCH v4 02/23] hw/intc/aspeed: Support setting different register sizes

[PATCH] scripts/checkpatch: Fix a typo
 2025-03-04  9:48 UTC  (2+ messages)

[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
 2025-03-04  9:30 UTC  (12+ messages)

[PATCH 0/6] Implement Firmware Assisted Dump for PSeries
 2025-03-04  9:21 UTC  (5+ messages)
` [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries
` [PATCH 2/6] hw/ppc: Trigger Fadump boot if fadump is registered

[PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs
 2025-03-04  9:17 UTC 

[PATCH] blockdev-backup: Add error handling option for copy-before-write jobs
 2025-03-04  9:16 UTC  (3+ messages)

[PATCH] block/vmdk: prevent double-free in extent memory management
 2025-03-04  9:04 UTC 

[PATCH v2 00/12] rust: wrap all C types exposed through qemu_api
 2025-03-04  9:13 UTC  (5+ messages)
` [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements

[PATCH v2 0/5] ui/console-vc: various fixes and improvements
 2025-03-04  8:48 UTC  (3+ messages)

[PATCH] block/qed: fix use-after-free by nullifying timer pointer after free
 2025-03-04  8:39 UTC 

[PATCH] block/snapshot: fix *errp handling in bdrv_snapshot_goto
 2025-03-04  8:01 UTC 

[PULL v2 0/5] QAPI patches patches for 2025-02-26
 2025-03-04  7:21 UTC  (2+ messages)
` [PULL v2 1/5] qapi/char.json: minor doc rewording for `hub` 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).