qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 08:38:30 to 2025-08-28 17:32:39 UTC [more...]

[PATCH v3 00/87] linux-user: Split up elfload.c
 2025-08-28 15:21 UTC  (100+ messages)
` [PATCH v3 01/87] linux-user/x86_64: Convert target_elf_gregset_t to a struct
` [PATCH v3 02/87] linux-user/i386: "
` [PATCH v3 03/87] linux-user/arm: "
` [PATCH v3 04/87] linux-user/aarch64: "
` [PATCH v3 05/87] linux-user/ppc: "
` [PATCH v3 06/87] linux-user/loongarch64: "
` [PATCH v3 07/87] linux-user/mips: "
` [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 14/87] linux-user: Update comment for target_elf_gregset_t
` [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 17/87] linux-user: Move elf_core_copy_regs to {i386, x86_64}/elfload.c
` [PATCH v3 18/87] linux-user: Move elf_core_copy_regs to arm/elfload.c
` [PATCH v3 19/87] linux-user: Move elf_core_copy_regs to aarch64/elfload.c
` [PATCH v3 20/87] linux-user: Move elf_core_copy_regs to ppc/elfload.c
` [PATCH v3 21/87] linux-user: Move elf_core_copy_regs to loongarch64/elfload.c
` [PATCH v3 22/87] linux-user: Move elf_core_copy_regs to mips/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 27/87] linux-user: Move elf_core_copy_regs to s390x/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 32/87] linux-user/x86_64: Create target_ptrace.h
` [PATCH v3 33/87] linux-user/x86_64: Expand target_elf_gregset_t
` [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 36/87] linux-user/aarch64: Expand target_elf_gregset_t
` [PATCH v3 37/87] linux-user/arm: Create target_ptrace.h
` [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 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 45/87] linux-user/mips: Create target_ptrace.h
` [PATCH v3 46/87] linux-user/mips: Use target_ulong for target_elf_greg_t
` [PATCH v3 47/87] linux-user/openrisc: Create target_ptrace.h
` [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 50/87] linux-user/ppc: Expand target_elf_gregset_t
` [PATCH v3 52/87] linux-user/s390x: "
` [PATCH v3 54/87] linux-user/sh4: "
` [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 59/87] linux-user: Move init_guest_commpage to hppa/elfload.c
` [PATCH v3 61/87] linux-user: Move get_vdso_image_info to arm/elfload.c
` [PATCH v3 64/87] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PATCH v3 71/87] linux-user: Move elf parameters to openrisc/target_elf.h
` [PATCH v3 72/87] linux-user: Move elf parameters to sh4/target_elf.h
` [PATCH v3 75/87] linux-user: Move elf parameters to s390x/target_elf.h
` [PATCH v3 77/87] linux-user: Move elf parameters to hppa/target_elf.h
` [PATCH v3 80/87] linux-user: Standardize on ELF_MACHINE not ELF_ARCH
` [PATCH v3 83/87] linux-user: Remove MAP_DENYWRITE from elfload.c
` [PATCH v3 84/87] linux-user: Move arch_parse_elf_property to aarch64/elfload.c
` [PATCH v3 85/87] linux-user: Remove a.out declarations 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 0/5] target/arm: Remove deprecated pxa CPUs and xscale/iwmmxt code
 2025-08-28 14:04 UTC  (5+ messages)
` [PATCH 1/5] target/arm: Remove deprecated pxa CPU family
` [PATCH 2/5] target/arm: Remove XScale and iWMMXt translate.c code
` [PATCH 4/5] target/arm: Drop ARM_FEATURE_XSCALE handling
` [PATCH 5/5] target/arm: Drop ARM_FEATURE_IWMMXT handling

[PATCH v9 0/2] Fix check-qtest-ppc64 sanitizer errors
 2025-08-28 14:18 UTC  (3+ messages)
` [PATCH v9 1/2] memory: Update inline documentation
` [PATCH v9 2/2] memory: Do not create circular reference with subregion

[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

[PATCH 00/22] vfio: improve use of QOM and coding guidelines
 2025-08-28 15:14 UTC  (4+ messages)
` [PATCH 09/22] vfio/container.c: use QOM casts where appropriate

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

[PULL 0/2] loongarch-to-apply queue
 2025-08-28 12:02 UTC 

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

[PATCH 0/4] Add IBM PPE42 CPU support
 2025-08-28 14:48 UTC  (13+ messages)
` [PATCH 1/4] target/ppc: Add IBM PPE42 family of processors

[PATCH 0/1] Support per-head resolutions with virtio-gpu
 2025-08-28 15:50 UTC  (7+ messages)
` [PATCH 1/1] hw/display: "

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-08-28 12:39 UTC  (9+ messages)
` [PATCH 02/61] target/arm: Move compare_u64 to helper.c
` [PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
` [PATCH 04/61] target/arm/hvf: Reorder DEF_SYSREG arguments
` [PATCH 33/61] target/arm: Redirect VHE FOO_EL1 -> FOO_EL2 during translation

[PATCH 0/2] hw/core: Don't dump incompletely reset cpu
 2025-08-28 15:24 UTC  (3+ messages)
` [PATCH 1/2] hw/core: Dump cpu_reset in the reset.exit phase

[PATCH] vfio/container: Remap only populated parts in a section
 2025-08-28 12:28 UTC  (2+ messages)

[PATCH] system: drop the -old-param option
 2025-08-28 16:27 UTC 

[RFC V2 0/8] Live update: tap and vhost
 2025-08-28 15:48 UTC  (3+ messages)

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

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-28 13:00 UTC  (34+ 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 08/21] intel_iommu: Check for compatibility with IOMMUFD backed device when x-flts=on
` [PATCH v5 09/21] intel_iommu: Fail passthrough device under PCI bridge if x-flts=on
` [PATCH v5 10/21] intel_iommu: Introduce two helpers vtd_as_from/to_iommu_pasid_locked
` [PATCH v5 11/21] intel_iommu: Handle PASID entry removal and update
` [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 17/21] intel_iommu: Propagate PASID-based iotlb invalidation to host
` [PATCH v5 18/21] intel_iommu: Replay all pasid bindings when either SRTP or TE bit is changed

[PATCH v9 0/7] Power11 support for QEMU [PowerNV]
 2025-08-28 12:04 UTC  (6+ messages)
      ` Access to remote XIVE2 units (was Re: [PATCH v9 0/7] Power11 support for QEMU [PowerNV])

[PULL 00/32] target-arm queue
 2025-08-28 11:34 UTC  (33+ messages)
` [PULL 01/32] target/arm: Clean up of register field definitions
` [PULL 02/32] tests/functional/test_aarch64_device_passthrough: update image
` [PULL 03/32] tests/functional/test_aarch64_rme: "
` [PULL 04/32] target/arm: Implement FEAT_SCTLR2 and enable with -cpu max
` [PULL 05/32] target/arm: Implement FEAT_TCR2 "
` [PULL 06/32] hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
` [PULL 07/32] target/arm: Trap PMCR when MDCR_EL2.TPMCR is set
` [PULL 08/32] target/arm: Add feature predicate for FEAT_CSSC
` [PULL 09/32] target/arm: Implement MIN/MAX (immediate)
` [PULL 10/32] target/arm: Implement MIN/MAX (register)
` [PULL 11/32] target/arm: Split out gen_wrap2_i32 helper
` [PULL 12/32] target/arm: Implement CTZ, CNT, ABS
` [PULL 13/32] target/arm: Enable FEAT_CSSC for -cpu max
` [PULL 14/32] hw/arm: add static NVDIMMs in device tree
` [PULL 15/32] scripts/kernel-doc: Avoid new Perl precedence warning
` [PULL 16/32] docs/sphinx/kerneldoc.py: Handle new LINENO syntax
` [PULL 17/32] tests/qtest/libqtest.h: Remove stray space from doc comment
` [PULL 18/32] scripts: Import Python kerneldoc from Linux kernel
` [PULL 19/32] scripts/kernel-doc: strip QEMU_ from function definitions
` [PULL 20/32] scripts/kernel-doc: tweak for QEMU coding standards
` [PULL 21/32] scripts/kerneldoc: Switch to the Python kernel-doc script
` [PULL 22/32] scripts/kernel-doc: Delete the old Perl "
` [PULL 23/32] MAINTAINERS: Put kernel-doc under the "docs build machinery" section
` [PULL 24/32] target/arm: Correct condition of aa64_atomics feature function
` [PULL 25/32] qemu/atomic: Finish renaming atomic128-cas.h headers
` [PULL 26/32] qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_or
` [PULL 27/32] accel/tcg: Add cpu_atomic_*_mmu for 16-byte "
` [PULL 28/32] tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128
` [PULL 29/32] target/arm: Rename isar_feature_aa64_atomics
` [PULL 30/32] target/arm: Implement FEAT_LSE128
` [PULL 31/32] target/arm: Enable FEAT_LSE128 for -cpu max
` [PULL 32/32] hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objects

[PATCH v7 00/19] hw/i386: separate isapc out from pc_piix
 2025-08-28 11:10 UTC  (20+ messages)
` [PATCH v7 01/19] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
` [PATCH v7 02/19] hw/i386/pc_piix.c: restrict isapc machine to 3.5G memory
` [PATCH v7 03/19] hw/i386/pc_piix.c: remove include for loader.h
` [PATCH v7 04/19] hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
` [PATCH v7 05/19] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
` [PATCH v7 06/19] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
` [PATCH v7 07/19] hw/i386/pc_piix.c: remove igvm "
` [PATCH v7 08/19] hw/i386/pc_piix.c: remove SMI and piix4_pm "
` [PATCH v7 09/19] hw/i386/pc_piix.c: remove SGX "
` [PATCH v7 10/19] hw/i386/pc_piix.c: remove nvdimm "
` [PATCH v7 11/19] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
` [PATCH v7 12/19] hw/i386/pc_piix.c: hardcode hole64_size to 0 "
` [PATCH v7 13/19] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
` [PATCH v7 14/19] hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()
` [PATCH v7 15/19] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
` [PATCH v7 16/19] hw/i386: move isapc machine to separate isapc.c file
` [PATCH v7 17/19] hw/i386/pc_piix.c: remove unused headers after isapc machine split
` [PATCH v7 18/19] hw/i386/pc_piix.c: replace rom_memory with pci_memory
` [PATCH v7 19/19] hw/i386/isapc.c: replace rom_memory with system_memory

[PATCH v2 0/3] DTB build housekeeping
 2025-08-28 11:13 UTC  (4+ messages)

[PATCH v6 00/19] hw/i386: separate isapc out from pc_piix
 2025-08-28 10:42 UTC  (10+ messages)
` [PATCH v6 01/19] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
` [PATCH v6 09/19] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()

[PATCH] hw/virtio: rename vhost-user-device and make user creatable
 2025-08-28 10:40 UTC 

[PATCH v3 0/3] vfio-user client functional test
 2025-08-28 10:05 UTC  (4+ messages)
` [PATCH v3 1/3] tests/functional: return output from cmd.py helpers
` [PATCH v3 2/3] tests/functional: add vm param to "
` [PATCH v3 3/3] tests/functional: add a vfio-user smoke test

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

[PATCH] target/riscv: use riscv_csrr in riscv_csr_read
 2025-08-28  9:37 UTC  (2+ messages)

[PATCH] [xen-block] Return BLKIF_RSP_EOPNOTSUPP for unknown operation
 2025-08-28  9:28 UTC  (3+ messages)

[PATCH] block/curl: fix curl internal handles handling
 2025-08-28  9:05 UTC  (2+ messages)

[PATCH] hw/char/max78000_uart: Destroy FIFO on deinit
 2025-08-28  8:50 UTC  (2+ messages)

[PATCH] hw/gpio/pca9554: Avoid leak in pca9554_set_pin()
 2025-08-28  8:49 UTC  (2+ messages)


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