qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 17:28:50 to 2025-08-30 15:37:21 UTC [more...]

[PATCH v3 00/87] linux-user: Split up elfload.c
 2025-08-29  8:35 UTC  (104+ messages)
` [PATCH v3 02/87] linux-user/i386: Convert target_elf_gregset_t to a struct
` [PATCH v3 03/87] linux-user/arm: "
` [PATCH v3 05/87] linux-user/ppc: "
` [PATCH v3 06/87] linux-user/loongarch64: "
` [PATCH v3 08/87] linux-user/microblaze: "
` [PATCH v3 09/87] linux-user/openrisc: "
` [PATCH v3 10/87] linux-user/sh4: "
` [PATCH v3 11/87] linux-user/m68k: "
` [PATCH v3 12/87] linux-user/s390x: "
` [PATCH v3 13/87] linux-user/xtensa: "
` [PATCH v3 15/87] linux-user: Declare elf_core_copy_regs in loader.h
` [PATCH v3 16/87] linux-user: Rename USE_ELF_CORE_DUMP to HAVE_ELF_CORE_DUMP
` [PATCH v3 18/87] linux-user: Move elf_core_copy_regs to arm/elfload.c
` [PATCH v3 21/87] linux-user: Move elf_core_copy_regs to loongarch64/elfload.c
` [PATCH v3 23/87] linux-user: Move elf_core_copy_regs to microblaze/elfload.c
` [PATCH v3 24/87] linux-user: Move elf_core_copy_regs to openrisc/elfload.c
` [PATCH v3 25/87] linux-user: Move elf_core_copy_regs to sh4/elfload.c
` [PATCH v3 26/87] linux-user: Move elf_core_copy_regs to m68k/elfload.c
` [PATCH v3 28/87] linux-user: Move elf_core_copy_regs to xtensa/elfload.c
` [PATCH v3 29/87] linux-user: Remove target_elf_greg_t, tswapreg from elfload.c
` [PATCH v3 30/87] linux-user/i386: Create target_ptrace.h
` [PATCH v3 31/87] linux-user/i386: Expand target_elf_gregset_t
` [PATCH v3 33/87] linux-user/x86_64: "
` [PATCH v3 34/87] linux-user/x86_64: Fix dump of fs_base, gs_base
` [PATCH v3 35/87] linux-user/aarch64: Create target_ptrace.h
` [PATCH v3 37/87] linux-user/arm: "
` [PATCH v3 38/87] linux-user/arm: Expand target_elf_gregset_t
` [PATCH v3 39/87] linux-user/loongarch64: Create target_ptrace.h
` [PATCH v3 40/87] linux-user/loongarch64: Expand target_elf_gregset_t
` [PATCH v3 41/87] linux-user/m68k: "
` [PATCH v3 42/87] linux-user/microblaze: Create target_ptrace.h
` [PATCH v3 43/87] linux-user/microblaze: Fold target_pt_regs.r* to an array
` [PATCH v3 44/87] linux-user/microblaze: Expand target_elf_gregset_t
` [PATCH v3 46/87] linux-user/mips: Use target_ulong for target_elf_greg_t
` [PATCH v3 48/87] linux-user/openrisc: Expand target_elf_gregset_t
` [PATCH v3 49/87] linux-user/ppc: Create target_ptrace.h
` [PATCH v3 51/87] linux-user/s390x: "
` [PATCH v3 52/87] linux-user/s390x: Expand target_elf_gregset_t
` [PATCH v3 53/87] linux-user/sh4: Create target_ptrace.h
` [PATCH v3 54/87] linux-user/sh4: Expand target_elf_gregset_t
` [PATCH v3 55/87] linux-user/xtensa: Create target_ptrace.h
` [PATCH v3 56/87] linux-user/xtensa: Expand target_elf_gregset_t
` [PATCH v3 57/87] linux-user: Move init_guest_commpage to x86_64/elfload.c
` [PATCH v3 58/87] linux-user: Move init_guest_commpage to arm/elfload.c
` [PATCH v3 60/87] linux-user: Replace init_guest_commpage macro with function
` [PATCH v3 62/87] linux-user: Remove ELF_EXEC_PAGESIZE
` [PATCH v3 63/87] linux-user: Remove redundant ELF_DATA definitons
` [PATCH v3 65/87] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PATCH v3 66/87] linux-user: Move elf parameters to sparc/target_elf.h
` [PATCH v3 67/87] linux-user: Move elf parameters to ppc/target_elf.h
` [PATCH v3 68/87] linux-user: Move elf parameters to loongarch64/target_elf.h
` [PATCH v3 69/87] linux-user: Move elf parameters to {mips, mips64}/target_elf.h
` [PATCH v3 70/87] linux-user: Move elf parameters to microblaze/target_elf.h
` [PATCH v3 71/87] linux-user: Move elf parameters to openrisc/target_elf.h
` [PATCH v3 73/87] linux-user: Move elf parameters to m68k/target_elf.h
` [PATCH v3 74/87] linux-user: Move elf parameters to alpha/target_elf.h
` [PATCH v3 75/87] linux-user: Move elf parameters to s390x/target_elf.h
` [PATCH v3 76/87] linux-user: Move elf parameters to riscv/target_elf.h
` [PATCH v3 78/87] linux-user: Move elf parameters to xtensa/target_elf.h
` [PATCH v3 79/87] linux-user: Move elf parameters to hexagon/target_elf.h
` [PATCH v3 81/87] linux-user: Rename elf_check_arch
` [PATCH v3 82/87] linux-user: Remove ELIBBAD from elfload.c
` [PATCH v3 86/87] linux-user/sparc: Create target_ptrace.h
` [PATCH v3 87/87] linux-user: Remove target_pt_regs from target_syscall.h

[PATCH v2 00/14] util: sync error_report & qemu_log output more closely
 2025-08-29 18:03 UTC  (2+ messages)
` [PATCH v2 01/14] include: define constant for early constructor priority

[PATCH v2 0/3] tests/functional: improve handling flaky downloads
 2025-08-29 15:03 UTC  (6+ messages)
` [PATCH v2 1/3] tests/functional: enable force refresh of cached assets
` [PATCH v2 2/3] tests/functional: fix formatting of exception args
` [PATCH v2 3/3] tests/functional: handle URLError when fetching assets

[PATCH 0/3] tests/functional: improve handling flaky downloads
 2025-08-29  9:21 UTC  (8+ messages)
` [PATCH 1/3] tests/functional: enable force refresh of cached assets
` [PATCH 2/3] tests/functional: fix formatting of exception args
` [PATCH 3/3] tests/functional: handle URLError when fetching assets

[PATCH] tests/functional/m68k: Avoid ResourceWarning in the nextcube test
 2025-08-29 14:22 UTC  (2+ messages)

[PULL 0/9] Misc QGA fixes for 2025-08-29
 2025-08-29 11:08 UTC  (4+ messages)
` [PULL 5/9] qga: Fix channel initialization check in run_agent_once
` [PULL 6/9] qga: ignore channel_init() fail if 'retry_path' is set
` [PULL 8/9] qga/installer: Remove QGA VSS if QGA installation failed

[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
 2025-08-29 15:31 UTC  (7+ messages)
` [PATCH 01/18] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PATCH 04/18] target-arm: remove uses of cpu_interrupt() for user-mode emulation
` [PATCH 07/18] cpu-common: use atomic access for interrupt_request
` [PATCH 08/18] cpus: document that qemu_cpu_kick() can be used for BQL-less operation
` [PATCH 09/18] accel: use store_release/load_acquire for cross-thread exit_request
` [PATCH 14/18] cpus: properly kick CPUs out of inner execution loop

[PATCH v9 00/11] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-08-29  8:25 UTC  (6+ messages)
` [PATCH v9 01/11] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association
` [PATCH v9 05/11] hw/arm/virt: Add an SMMU_IO_LEN macro
` [PATCH v9 06/11] hw/pci: Introduce pci_setup_iommu_per_bus() for per-bus IOMMU ops retrieval
` [PATCH v9 08/11] qemu-options.hx: Document the arm-smmuv3 device
` [PATCH v9 10/11] qtest/bios-tables-test: Add tests for legacy smmuv3 and smmuv3 device

[PULL 00/28] i386, accel, memory patches for 2025-08-29
 2025-08-29 12:59 UTC  (10+ messages)
` [PULL 01/28] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
` [PULL 03/28] hw/i386/pc_piix.c: remove include for loader.h
` [PULL 04/28] hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
` [PULL 08/28] hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()
` [PULL 10/28] hw/i386/pc_piix.c: remove nvdimm "
` [PULL 13/28] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() "
` [PULL 17/28] hw/i386/pc_piix.c: remove unused headers after isapc machine split
` [PULL 20/28] user-exec: ensure interrupt_request is not used
` [PULL 21/28] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide

[PATCH] tcg/arm: Fix tgen_deposit
 2025-08-29 13:52 UTC 

[PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
 2025-08-29 15:14 UTC  (7+ messages)
      ` [PATCH] virtio: Call set_features during reset

[PATCH 00/22] rust: split qemu-api
 2025-08-29 11:50 UTC  (8+ messages)
` [PATCH 08/22] rust: move VMState handling to QOM module
` [PATCH 09/22] rust: move Cell vmstate impl
` [PATCH 10/22] rust: split "migration" crate

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-29  8:54 UTC  (40+ messages)
` [PATCH v5 02/21] hw/pci: Introduce pci_device_get_viommu_cap()
` [PATCH v5 05/21] vfio/iommufd: Force creating nested parent domain
` [PATCH v5 07/21] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
` [PATCH v5 12/21] intel_iommu: Handle PASID entry addition
` [PATCH v5 14/21] intel_iommu: Stick to system MR for IOMMUFD backed host device when x-fls=on
` [PATCH v5 15/21] intel_iommu: Bind/unbind guest page table to host
` [PATCH v5 16/21] intel_iommu: Replay pasid bindings after context cache invalidation
` [PATCH v5 19/21] vfio: Add a new element bypass_ro in VFIOContainerBase
` [PATCH v5 20/21] Workaround for ERRATA_772415_SPR17
` [PATCH v5 21/21] intel_iommu: Enable host device when x-flts=on in scalable mode

[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
 2025-08-29  7:50 UTC  (5+ messages)
` [PATCH 1/2] i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
` [PATCH 2/2] vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way

[PATCH] hw/loongarch/virt: Add reset interface for virt-machine
 2025-08-29  7:53 UTC  (5+ messages)
    `  "

[PATCH RFC 0/9] migration: Threadify loadvm process
 2025-08-29  8:29 UTC  (6+ messages)
` [PATCH RFC 1/9] migration/vfio: Remove BQL implication in vfio_multifd_switchover_start()
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process

[RFC 0/6] virtio-net: initial iterative live migration support
 2025-08-29  9:24 UTC  (11+ messages)
` [RFC 1/6] migration: Add virtio-iterative capability

[PATCH 00/22] vfio: improve use of QOM and coding guidelines
 2025-08-29 11:13 UTC  (12+ messages)
` [PATCH 01/22] vfio/vfio-container-base.h: update VFIOContainerBase declaration
` [PATCH 09/22] vfio/container.c: use QOM casts where appropriate
` [PATCH 16/22] vfio/pci.c: "

[PULL 0/2] loongarch-to-apply queue
 2025-08-29  8:28 UTC  (4+ messages)
` [PULL 1/2] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
` [PULL 2/2] hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-08-29  7:36 UTC  (19+ messages)
` [PATCH 03/61] target/arm/hvf: Split out sysreg.c.inc
` [PATCH 05/61] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
` [PATCH 06/61] target/arm/hvf: Remove hvf_sreg_match.key
` [PATCH 10/61] target/arm: Use raw_write in cp_reg_reset
` [PATCH 11/61] target/arm: Rename all ARMCPRegInfo from opaque to ri
` [PATCH 12/61] target/arm: Drop define_one_arm_cp_reg_with_opaque
` [PATCH 13/61] target/arm: Restrict the scope of CPREG_FIELD32, CPREG_FIELD64
` [PATCH 16/61] target/arm: Rename CP_REG_AA32_NS_{SHIFT,MASK}
` [PATCH 18/61] target/arm: Remove cp argument to ENCODE_AA64_CP_REG

[PATCH] docs/devel: fix typo in code-provenance.rst
 2025-08-29 10:28 UTC 

[PATCH v2 0/2] qcow2: queue discards when discard-no-unref enabled
 2025-08-29  9:43 UTC  (2+ messages)

[PATCH 0/3] Add a for_commit option to qemu-img measure
 2025-08-29  9:44 UTC  (5+ messages)
` [PATCH 1/3] block: add for_commit option to measure

[PULL 00/14] loongarch queue
 2025-08-29  2:55 UTC  (15+ messages)
` [PULL 01/14] target/loongarch: Move some function definition to kvm directory
` [PULL 02/14] target/loongarch: Define function loongarch_cpu_post_init as static
` [PULL 03/14] target/loongarch: Set page size in TLB entry with STLB
` [PULL 04/14] target/loongarch: Add header file cpu-mmu.h
` [PULL 05/14] target/loongarch: Add enum type TLBRet definition
` [PULL 06/14] target/loongarch: Use vaddr in get_physical_address()
` [PULL 07/14] target/loongarch: Use MMUAccessType in loongarch_map_tlb_entry()
` [PULL 08/14] target/loongarch: Add common function loongarch_check_pte()
` [PULL 09/14] target/loongarch: Use loongarch_check_pte in loongarch_page_table_walker
` [PULL 10/14] target/loongarch: Use MMUConext in loongarch_map_tlb_entry()
` [PULL 11/14] target/loongarch: Use MMUContext in loongarch_get_addr_from_tlb
` [PULL 12/14] target/loongarch: Use MMUContext in loongarch_map_address()
` [PULL 13/14] target/loongarch: Use MMUContext in get_physical_address()
` [PULL 14/14] target/loongarch: Use correct address when flush tlb

[PATCH] system: drop the -old-param option
 2025-08-29  8:09 UTC  (2+ messages)

[PATCH v4 0/8] Reinvent BQL-free PIO/MMIO
 2025-08-29  8:19 UTC  (2+ messages)

[PATCH v2 0/1] Support per-head resolutions with virtio-gpu
 2025-08-29  8:18 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] hw/loongarch/virt: Fix the cpu hotplug issue
 2025-08-29  7:11 UTC  (3+ messages)

Failure for ./tests/functional/arm/test_realview.py
 2025-08-29  8:50 UTC  (2+ messages)

[PATCH] linux-user: Drop deprecated -p option
 2025-08-29  7:44 UTC  (3+ messages)

[PATCH v7 00/19] hw/i386: separate isapc out from pc_piix
 2025-08-29  8:06 UTC  (2+ messages)

[PULL 00/28] tcg patch queue
 2025-08-29  6:55 UTC  (3+ messages)
` [PULL 18/28] target: Use cpu_pointer_wrap_notreached for strict align targets

[PATCH] docs: fix typo in xive doc
 2025-08-29  4:05 UTC  (3+ messages)

[PATCH v4 00/19] target/loongarch: Enhancement about tcg mmu
 2025-08-29  1:27 UTC  (3+ messages)
` [PATCH v4 03/19] target/loongarch: Set page size in TLB entry with STLB

[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-08-28 15:12 UTC  (12+ messages)
` [PATCH v5 04/29] hw/s390x/ipl: Create certificate store
` [PATCH v5 09/29] s390x/diag: Implement DIAG 320 subcode 2
` [PATCH v5 12/29] s390x/diag: Implement DIAG 508 subcode 1 for signature verification

[PATCH 0/2] hw/mips: Remove mipssim machine and mipsnet device
 2025-08-28 14:42 UTC  (3+ messages)
` [PATCH 2/2] hw/net: Remove mipsnet device model

[PATCH v8 0/2] Fix check-qtest-ppc64 sanitizer errors
 2025-08-28 14:35 UTC  (12+ messages)
` [PATCH v8 2/2] memory: Do not create circular reference with subregion

[PATCH 0/5] target/arm: Remove deprecated pxa CPUs and xscale/iwmmxt code
 2025-08-28 14:04 UTC  (2+ messages)
` [PATCH 3/5] target/arm: Remove iwmmxt helper functions

[PATCH v7 1/2] memory: Update inline documentation
 2025-08-28 16:10 UTC  (11+ messages)

[PATCH v9 0/2] Fix check-qtest-ppc64 sanitizer errors
 2025-08-28 14:18 UTC  (2+ messages)
` [PATCH v9 1/2] memory: Update inline documentation

[PATCH 0/2] hw/core: Don't dump incompletely reset cpu
 2025-08-28 15:29 UTC  (3+ messages)
` [PATCH 2/2] hw/core: Use qemu_log_trylock/unlock in cpu_common_reset_exit

[PATCH] linux-user: Tidy print_socket_protocol
 2025-08-28 14:13 UTC  (2+ messages)

[PATCH for-10.2 v9 0/6] target/arm: Add FEAT_MEC to max cpu
 2025-08-28 14:42 UTC  (7+ messages)
` [PATCH v9 2/6] tests/functional/test_aarch64_rme: update image


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