qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-12 13:16:07 to 2025-05-12 19:07:17 UTC [more...]

[PULL 00/16] Meson, x86, Rust patches for 2025-05-12
 2025-05-12 19:05 UTC  (10+ messages)
` [PULL 01/16] meson: drop --enable-avx* options
` [PULL 02/16] meson: do not check supported TCG architecture if no emulators built
` [PULL 03/16] meson: remove unnecessary dependencies from specific_ss
` [PULL 04/16] modinfo: lookup compile_commands.json by object
` [PULL 05/16] rust: pl011: Rename RX FIFO methods
` [PULL 07/16] target/i386: ignore misplaced REX prefixes
` [PULL 10/16] target/i386: implement TSS trap bit
` [PULL 11/16] target/i386/emulate: stop overloading decode->op[N].ptr
` [PULL 15/16] hw/audio/cs4231a: fix assertion error in isa_bus_get_irq

[PATCH] target/i386: Make ITS_NO available to guests
 2025-05-12 19:02 UTC  (2+ messages)

live-migration performance regression when using pmem
 2025-05-12 18:50 UTC  (2+ messages)

[PATCH v4 00/13] Make blockdev-mirror dest sparse in more cases
 2025-05-12 18:44 UTC  (17+ messages)
` [PATCH v4 07/13] mirror: Pass full sync mode rather than bool to internals
` [PATCH v4 08/13] mirror: Allow QMP override to declare target already zero
` [PATCH v4 09/13] mirror: Drop redundant zero_target parameter
` [PATCH v4 10/13] mirror: Skip pre-zeroing destination if it is already zero
` [PATCH v4 11/13] mirror: Skip writing zeroes when target "
` [PATCH v4 13/13] tests: Add iotest mirror-sparse for recent patches

[PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
 2025-05-12 18:39 UTC  (12+ messages)
` [PATCH 01/10] qapi: expose rtc-reset-reinjection command unconditionally

[PATCH v2 0/7] scripts/checkpatch: refactor & fix SPDX-License-Identifier detection
 2025-05-12 18:24 UTC  (8+ messages)
` [PATCH v2 1/7] Revert "scripts: mandate that new files have SPDX-License-Identifier"
` [PATCH v2 2/7] scripts/checkpatch.pl: fix various indentation mistakes
` [PATCH v2 3/7] scripts/checkpatch: introduce tracking of file start/end
` [PATCH v2 4/7] scripts/checkpatch: use new hook for ACPI test data check
` [PATCH v2 5/7] scripts/checkpatch: use new hook for file permissions check
` [PATCH v2 6/7] scripts/checkpatch: use new hook for MAINTAINERS update check
` [PATCH v2 7/7] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier

[PATCH v8 00/48] single-binary: compile target/arm twice
 2025-05-12 18:05 UTC  (49+ messages)
` [PATCH v8 01/48] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
` [PATCH v8 02/48] include/system/hvf: missing vaddr include
` [PATCH v8 03/48] meson: add common libs for target and target_system
` [PATCH v8 04/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v8 05/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v8 06/48] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v8 07/48] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v8 08/48] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v8 09/48] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v8 10/48] target/arm/cpu: compile file twice (user, system) only
` [PATCH v8 11/48] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v8 12/48] tcg: add vaddr type for helpers
` [PATCH v8 13/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v8 14/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v8 15/48] target/arm/helper: extract common helpers
` [PATCH v8 16/48] target/arm/debug_helper: only include "
` [PATCH v8 17/48] target/arm/debug_helper: remove target_ulong
` [PATCH v8 18/48] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v8 19/48] target/arm/helper: restrict include to common helpers
` [PATCH v8 20/48] target/arm/helper: replace target_ulong by vaddr
` [PATCH v8 21/48] target/arm/helper: expose aarch64 cpu registration
` [PATCH v8 22/48] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v8 23/48] target/arm/helper: compile file twice (user, system)
` [PATCH v8 24/48] target/arm/vfp_fpscr: "
` [PATCH v8 25/48] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v8 26/48] target/arm/arch_dump: compile file once (system)
` [PATCH v8 27/48] target/arm/arm-powerctl: "
` [PATCH v8 28/48] target/arm/cortex-regs: "
` [PATCH v8 29/48] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v8 30/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v8 31/48] target/arm/ptw: compile file once (system)
` [PATCH v8 32/48] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v8 33/48] target/arm/kvm-stub: compile file once (system)
` [PATCH v8 34/48] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v8 35/48] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v8 36/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v8 37/48] target/arm/kvm-stub: add missing stubs
` [PATCH v8 38/48] target/arm/machine: compile file once (system)
` [PATCH v8 39/48] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
` [PATCH v8 40/48] target/arm/tcg/crypto_helper: compile file once
` [PATCH v8 41/48] target/arm/tcg/hflags: compile file twice (system, user)
` [PATCH v8 42/48] target/arm/tcg/iwmmxt_helper: "
` [PATCH v8 43/48] target/arm/tcg/neon_helper: "
` [PATCH v8 44/48] target/arm/tcg/tlb_helper: "
` [PATCH v8 45/48] target/arm/helper: restrict define_tlb_insn_regs to system target
` [PATCH v8 46/48] target/arm/tcg/tlb-insns: compile file once (system)
` [PATCH v8 47/48] target/arm/tcg/arith_helper: compile file once
` [PATCH v8 48/48] target/arm/tcg/vfp_helper: compile file twice (system, user)

[PATCH v7 00/49] single-binary: compile target/arm twice
 2025-05-12 18:10 UTC  (5+ messages)

[RFC PATCH v9 0/4] Report vfio-ap configuration changes
 2025-05-12 18:02 UTC  (5+ messages)
` [RFC PATCH v9 1/4] hw/vfio/ap: notification handler for AP config changed event
` [RFC PATCH v9 2/4] hw/vfio/ap: store object indicating AP config changed in a queue
` [RFC PATCH v9 3/4] hw/vfio/ap: Storing event information for an AP configuration change event
` [RFC PATCH v9 4/4] s390: implementing CHSC SEI for AP config change

[PULL 00/19] Misc HW patches for 2025-05-08
 2025-05-12 17:42 UTC  (4+ messages)

[PULL 0/3] QTest patches for 2025-05-09
 2025-05-12 17:38 UTC  (2+ messages)

[PULL v3 00/21] Trivial patches for 2025-05-07
 2025-05-12 17:37 UTC  (2+ messages)

[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-05-12 17:29 UTC  (4+ messages)
` [PATCH v2 01/20] memory: Adjust event ranges to fit within notifier boundaries

[PATCH v2 00/14] Maintainer updates for May (testing, plugins, virtio-gpu)
 2025-05-12 17:01 UTC  (6+ messages)
` [PATCH v2 12/14] ui/gtk-gl-area: Remove extra draw call in refresh

[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
 2025-05-12 16:40 UTC  (5+ messages)
` [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)

[PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
 2025-05-12 14:23 UTC  (5+ messages)

[PATCH v2] net/af-xdp: Support pinned map path for AF_XDP sockets
 2025-05-12 16:06 UTC 

[PATCH v2] migration: Fix migration failure when aia is configured as 'aplic-imsic'
 2025-05-12 12:07 UTC 

[PATCH V3 00/42] Live update: vfio and iommufd
 2025-05-12 15:32 UTC  (43+ messages)
` [PATCH V3 01/42] MAINTAINERS: Add reviewer for CPR
` [PATCH V3 02/42] migration: cpr helpers
` [PATCH V3 03/42] migration: lower handler priority
` [PATCH V3 04/42] vfio: vfio_find_ram_discard_listener
` [PATCH V3 05/42] vfio: move vfio-cpr.h
` [PATCH V3 06/42] vfio/container: register container for cpr
` [PATCH V3 07/42] vfio/container: preserve descriptors
` [PATCH V3 08/42] vfio/container: export vfio_legacy_dma_map
` [PATCH V3 09/42] vfio/container: discard old DMA vaddr
` [PATCH V3 10/42] vfio/container: restore "
` [PATCH V3 11/42] vfio/container: mdev cpr blocker
` [PATCH V3 12/42] vfio/container: recover from unmap-all-vaddr failure
` [PATCH V3 13/42] pci: export msix_is_pending
` [PATCH V3 14/42] pci: skip reset during cpr
` [PATCH V3 15/42] vfio-pci: "
` [PATCH V3 16/42] vfio/pci: vfio_vector_init
` [PATCH V3 17/42] vfio/pci: vfio_notifier_init
` [PATCH V3 18/42] vfio/pci: pass vector to virq functions
` [PATCH V3 19/42] vfio/pci: vfio_notifier_init cpr parameters
` [PATCH V3 20/42] vfio/pci: vfio_notifier_cleanup
` [PATCH V3 21/42] vfio/pci: export MSI functions
` [PATCH V3 22/42] vfio-pci: preserve MSI
` [PATCH V3 23/42] vfio-pci: preserve INTx
` [PATCH V3 24/42] migration: close kvm after cpr
` [PATCH V3 25/42] migration: cpr_get_fd_param helper
` [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
` [PATCH V3 27/42] vfio: pass ramblock to vfio_container_dma_map
` [PATCH V3 28/42] backends/iommufd: iommufd_backend_map_file_dma
` [PATCH V3 29/42] backends/iommufd: change process ioctl
` [PATCH V3 30/42] physmem: qemu_ram_get_fd_offset
` [PATCH V3 31/42] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PATCH V3 32/42] vfio/iommufd: export iommufd_cdev_get_info_iova_range
` [PATCH V3 33/42] vfio/iommufd: define hwpt constructors
` [PATCH V3 34/42] vfio/iommufd: invariant device name
` [PATCH V3 35/42] vfio/iommufd: register container for cpr
` [PATCH V3 36/42] vfio/iommufd: preserve descriptors
` [PATCH V3 37/42] vfio/iommufd: reconstruct device
` [PATCH V3 38/42] vfio/iommufd: reconstruct hw_caps
` [PATCH V3 39/42] vfio/iommufd: reconstruct hwpt
` [PATCH V3 40/42] vfio/iommufd: change process
` [PATCH V3 41/42] iommufd: preserve DMA mappings
` [PATCH V3 42/42] vfio/container: delete old cpr register

[PATCH] s390x: Fix leak in machine_set_loadparm
 2025-05-12 15:37 UTC  (4+ messages)

[PATCH v2 0/2] rust: pl011: really use RX FIFO depth
 2025-05-12 15:35 UTC  (4+ messages)
` [PATCH 1/2] rust: pl011: Rename RX FIFO methods
` [PATCH 2/2] rust: pl011: Really use RX FIFO depth

[PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
 2025-05-12 15:33 UTC  (7+ messages)
` [PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model

[PULL 0/3] SPDX checkpatch
 2025-05-12 15:36 UTC  (7+ messages)
` [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier

[PATCH 0/2] Initial logging support for Rust
 2025-05-12 15:32 UTC  (6+ messages)
` [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API

[PULL v3 0/8] block-job patches 2025-04-29
 2025-05-12 15:29 UTC  (2+ messages)
` [PULL v3 8/8] blockdev-backup: Add error handling option for copy-before-write jobs

[PATCH] tests/qtest/ast2700-smc-test: Fix leak
 2025-05-12 15:29 UTC  (2+ messages)

[PATCH v2 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on
 2025-05-12 15:27 UTC  (3+ messages)
` [PATCH v2 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-05-12 15:24 UTC  (15+ messages)
` [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
      ` How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
            ` How to mark internal properties
` [PATCH v4 13/27] target/i386/cpu: Remove CPUX86State::fill_mtrr_mask field

[PATCH v11 0/3] Allow to enable multifd and postcopy migration together
 2025-05-12 15:19 UTC  (3+ messages)
` [PATCH v11 1/3] migration: write zero pages when postcopy enabled

[PATCH v3 00/10] Improve futex usage
 2025-05-12 15:12 UTC  (5+ messages)
` [PATCH v3 08/10] migration/colo: Replace QemuSemaphore with QemuEvent
` [PATCH v3 09/10] migration/postcopy: "

[PATCH v10 0/3] Allow to enable multifd and postcopy migration together
 2025-05-12 15:06 UTC  (8+ messages)
` [PATCH v10 3/3] migration: write zero pages when postcopy enabled

[PATCH v4] tests/functional: Add PCI hotplug test for aarch64
 2025-05-12 14:45 UTC 

[PATCH v2] tests/functional: Add PCI hotplug test for aarch64
 2025-05-12 14:30 UTC  (7+ messages)

[PATCH v3] tests/functional: Add PCI hotplug test for aarch64
 2025-05-12 14:26 UTC  (2+ messages)

[PATCH v2 0/4] crypto: fully drop built-in cipher provider
 2025-05-12 14:24 UTC  (5+ messages)
` [PATCH v2 1/4] tests: skip encrypted secret tests if AES is not available
` [PATCH v2 2/4] tests: skip legacy qcow2 encryption test "
` [PATCH v2 3/4] tests: fix skipping cipher tests when "
` [PATCH v2 4/4] crypto: fully drop built-in cipher provider

[PATCH v6 00/24] target/m68k: fpu improvements
 2025-05-12 14:23 UTC  (3+ messages)
` [PATCH v6 09/24] target/m68k: Use OS_UNSIZED in LEA, PEA, JMP

[PATCH] hw/usb/network: Remove hardcoded 0x40 prefix
 2025-05-12 14:10 UTC  (3+ messages)

[PATCH v3] qtest/migration/rdma: Add test for rdma migration with ipv6
 2025-05-12 13:56 UTC  (2+ messages)

[RFC PATCH v8 0/6] Report vfio-ap configuration changes
 2025-05-12 13:55 UTC  (4+ messages)
` [RFC PATCH v8 6/6] s390: implementing CHSC SEI for AP config change

[PATCH V2 0/5] fast qom tree get
 2025-05-12 13:47 UTC  (6+ messages)
` [PATCH V2 1/5] qom: qom-tree-get
` [PATCH V2 2/5] python: use qom-tree-get
` [PATCH V2 3/5] tests/qtest/qom-test: unit test for qom-tree-get
` [PATCH V2 4/5] qom: qom-list-getv
` [PATCH V2 5/5] tests/qtest/qom-test: unit test for qom-list-getv

[PATCH] linux-headers: update from 6.15 + kvm/next
 2025-05-12 13:36 UTC  (2+ messages)

[PATCH v1 0/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference
 2025-05-12 13:18 UTC  (3+ messages)
` [PATCH v1 2/3] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom


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