qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-01 19:26:11 to 2025-08-02 23:20:14 UTC [more...]

[PATCH v2 00/95] linux-user: Split up elfload.c
 2025-08-02 23:04 UTC  (63+ messages)
` [PATCH v2 01/95] semihosting: Retrieve stack top from image_info
` [PATCH v2 02/95] semihosting: Initialize heap once per process
` [PATCH v2 03/95] linux-user: Create target/elfload.c files
` [PATCH v2 04/95] linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
` [PATCH v2 05/95] linux-user: Move get_elf_cpu_model to target/elfload.c
` [PATCH v2 06/95] linux-user: Move get_elf_hwcap to {i386, x86_64}/elfload.c
` [PATCH v2 07/95] linux-user: Move hwcap functions to {arm, aarch64}/elfload.c
` [PATCH v2 08/95] linux-user: Move get_elf_hwcap to sparc/elfload.c
` [PATCH v2 09/95] linux-user: Move hwcap functions to ppc/elfload.c
` [PATCH v2 10/95] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
` [PATCH v2 11/95] linux-user: Move get_elf_hwcap to mips/elfload.c
` [PATCH v2 12/95] linux-user: Move get_elf_hwcap to sh4/elfload.c
` [PATCH v2 13/95] linux-user: Move hwcap functions to s390x/elfload.c
` [PATCH v2 14/95] linux-user: Move get_elf_hwcap to riscv/elfload.c
` [PATCH v2 15/95] linux-user: Remove ELF_HWCAP
` [PATCH v2 16/95] linux-user: Remove ELF_HWCAP2
` [PATCH v2 17/95] linux-user: Move get_elf_platform to {i386, x86_64}/elfload.c
` [PATCH v2 18/95] linux-user/i386: Return const data from get_elf_platform
` [PATCH v2 19/95] linux-user: Move get_elf_platform to arm/elfload.c
` [PATCH v2 20/95] linux-user/loongarch64: Create get_elf_platform
` [PATCH v2 21/95] linux-user/hppa: "
` [PATCH v2 22/95] linux-user: Remove ELF_PLATFORM
` [PATCH v2 23/95] linux-user: Move get_elf_base_platform to mips/elfload.c
` [PATCH v2 24/95] linux-user: Move target_cpu_copy_regs decl to qemu.h
` [PATCH v2 25/95] linux-user: Create do_init_main_thread
` [PATCH v2 26/95] linux-user/i386: Create init_main_thread
` [PATCH v2 27/95] linux-user/arm: "
` [PATCH v2 28/95] linux-user/arm: Remove a.out startup remenents
` [PATCH v2 29/95] linux-user/aarch64: Create init_main_thread
` [PATCH v2 30/95] linux-user/sparc: "
` [PATCH v2 31/95] linux-user/ppc: "
` [PATCH v2 32/95] linux-user/loongarch64: "
` [PATCH v2 33/95] linux-user/mips: "
` [PATCH v2 34/95] linux-user/microblaze: "
` [PATCH v2 35/95] linux-user/openrisc: "
` [PATCH v2 36/95] linux-user/sh4: "
` [PATCH v2 39/95] linux-user/s390x: "
` [PATCH v2 40/95] linux-user/riscv: "
` [PATCH v2 41/95] linux-user/hppa: "
` [PATCH v2 42/95] linux-user/xtensa: "
` [PATCH v2 43/95] linux-user/hexagon: "
` [PATCH v2 47/95] linux-user: Unify elf_core_copy_regs signatures
` [PATCH v2 48/95] linux-user: Declare elf_core_copy_regs in loader.h
` [PATCH v2 53/95] linux-user: Move elf_core_copy_regs to ppc/elfload.c
` [PATCH v2 54/95] linux-user: Move elf_core_copy_regs to loongarch64/elfload.c
` [PATCH v2 55/95] linux-user: Move elf_core_copy_regs to mips/elfload.c
` [PATCH v2 57/95] linux-user: Move elf_core_copy_regs to openrisc/elfload.c
` [PATCH v2 58/95] linux-user: Move elf_core_copy_regs to sh4/elfload.c
` [PATCH v2 61/95] linux-user: Move elf_core_copy_regs to xtensa/elfload.c
` [PATCH v2 62/95] linux-user: Move init_guest_commpage to x86_64/elfload.c
` [PATCH v2 63/95] linux-user: Move init_guest_commpage to arm/elfload.c
` [PATCH v2 65/95] linux-user: Replace init_guest_commpage macro with function
` [PATCH v2 69/95] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PATCH v2 72/95] linux-user: Move elf parameters to ppc/target_elf.h
` [PATCH v2 74/95] linux-user: Move elf parameters to {mips, mips64}/target_elf.h
` [PATCH v2 76/95] linux-user: Move elf parameters to openrisc/target_elf.h
` [PATCH v2 79/95] linux-user: Move elf parameters to alpha/target_elf.h
` [PATCH v2 81/95] linux-user: Move elf parameters to riscv/target_elf.h
` [PATCH v2 82/95] linux-user: Move elf parameters to hppa/target_elf.h
` [PATCH v2 87/95] linux-user: Remove ELIBBAD from elfload.c
` [PATCH v2 92/95] linux-user/microblaze: Move target_pt_regs to signal.c
` [PATCH v2 94/95] linux-user/s390x: Move target_psw_t "

[PATCH] Add a feature for mapping a host unix socket to a guest tcp socket
 2025-08-02 23:09 UTC  (2+ messages)

[PATCH for-10.2 00/89] linux-user: Split up elfload.c
 2025-08-02 22:05 UTC  (113+ messages)
` [PATCH 21/89] linux-user: Unify init of semihosting fields in TaskState
` [PATCH 23/89] linux-user/i386: Create init_main_thread
` [PATCH 40/89] linux-user: Remove do_init_main_thread
` [PATCH 41/89] linux-user/x86_64: Split out target_coredump.c.inc
` [PATCH 42/89] linux-user/i386: "
` [PATCH 43/89] linux-user/arm: "
` [PATCH 44/89] linux-user/aarch64: "
` [PATCH 45/89] linux-user/ppc: "
` [PATCH 46/89] linux-user/loongarch64: "
` [PATCH 47/89] linux-user/mips: "
` [PATCH 48/89] linux-user/microblaze: "
` [PATCH 49/89] target/openrisc: "
` [PATCH 50/89] target/sh4: "
` [PATCH 51/89] linux-user/m68k: "
` [PATCH 52/89] linux-user/s390x: "
` [PATCH 53/89] linux-user/xtensa: "
` [PATCH 54/89] linux-user: Unify the include of target_coredump.c.inc
` [PATCH 55/89] linux-user: Move init_guest_commpage to x86_64/elfload.c
` [PATCH 56/89] linux-user: Move init_guest_commpage to arm/elfload.c
` [PATCH 57/89] linux-user: Move init_guest_commpage to hppa/elfload.c
` [PATCH 58/89] linux-user: Remove INIT_GUEST_COMMPAGE
` [PATCH 59/89] linux-user: Move get_vdso_image_info to arm/elfload.c
` [PATCH 60/89] linux-user: Remove ELF_EXEC_PAGESIZE
` [PATCH 61/89] linux-user: Move get_elf_cpu_model to target/elfload.c
` [PATCH 62/89] linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
` [PATCH 63/89] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PATCH 64/89] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PATCH 65/89] linux-user: Move elf parameters to sparc/target_elf.h
` [PATCH 66/89] linux-user: Move elf parameters to ppc/target_elf.h
` [PATCH 67/89] linux-user: Move elf parameters to loongarch64/target_elf.h
` [PATCH 68/89] linux-user: Move elf parameters to {mips, mips64}/target_elf.h
` [PATCH 69/89] linux-user: Move elf parameters to microblaze/target_elf.h
` [PATCH 70/89] linux-user: Move elf parameters to openrisc/target_elf.h
` [PATCH 71/89] linux-user: Move elf parameters to sh4/target_elf.h
` [PATCH 72/89] linux-user: Move elf parameters to m68k/target_elf.h
` [PATCH 73/89] linux-user: Move elf parameters to alpha/target_elf.h
` [PATCH 74/89] linux-user: Move elf parameters to s390x/target_elf.h
` [PATCH 75/89] linux-user: Move elf parameters to riscv/target_elf.h
` [PATCH 76/89] linux-user: Move elf parameters to hppa/target_elf.h
` [PATCH 77/89] linux-user: Move elf parameters to xtensa/target_elf.h
` [PATCH 78/89] linux-user: Move elf parameters to hexagon/target_elf.h
` [PATCH 79/89] linux-user: Standardize on ELF_MACHINE not ELF_ARCH
` [PATCH 80/89] linux-user: Rename elf_check_arch
` [PATCH 81/89] linux-user: Remove ELIBBAD from elfload.c
` [PATCH 82/89] linux-user: Remove MAP_DENYWRITE "
` [PATCH 83/89] linux-user: Move arch_parse_elf_property to aarch64/elfload.c
` [PATCH 84/89] linux-user: Remove a.out declarations from elfload.c
` [PATCH 85/89] linux-user/sparc: Move target_pt_regs to signal.c
` [PATCH 86/89] linux-user/microblaze: "
` [PATCH 87/89] linux-user/openrisc: "
` [PATCH 88/89] linux-user/s390x: Move target_psw_t "
` [PATCH 89/89] linux-user: Remove struct target_pt_regs from target_syscall.h

[PATCH v2 00/11] single-binary: compile once semihosting
 2025-08-02 19:58 UTC  (14+ messages)
` [PATCH v2 01/11] semihosting/syscalls: compile once in system and per target for user mode
` [PATCH v2 02/11] semihosting/syscall: replace uint64_t with vaddr where appropriate
` [PATCH v2 03/11] semihosting/guestfd: compile once for system/user
` [PATCH v2 04/11] semihosting/arm-compat-semi: remove common_semi_sys_exit_extended
` [PATCH v2 05/11] target/{arm, riscv}/common-semi-target: eradicate target_ulong
` [PATCH v2 06/11] include/semihosting/common-semi: extract common_semi API
` [PATCH v2 07/11] semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
` [PATCH v2 08/11] semihosting/arm-compat-semi: replace target_ulong with uint64_t
` [PATCH v2 09/11] semihosting/arm-compat-semi: replace target_long with int64_t
` [PATCH v2 10/11] semihosting/arm-compat-semi: remove dependency on cpu.h
` [PATCH v2 11/11] semihosting/arm-compat-semi: compile once in system and per target for user mode

Potential license violation on fork of QEMU
 2025-08-02 16:45 UTC 

[PATCH 1/2] virtio-net: make VirtIONet.vlans an array instead of a pointer
 2025-08-02 14:45 UTC  (3+ messages)
` [PATCH 2/2] migration/vmstate: remove VMSTATE_BUFFER_POINTER_UNSAFE macro

[PATCH v2 0/3] Add STM32F4 support and USART device model
 2025-08-02 11:17 UTC  (3+ messages)
`  "

[PATCH] qemu-options: Improve description for -smb option
 2025-08-02 11:05 UTC 

[PATCH v3] virtio-net: Fix VLAN filter table reset timing
 2025-08-02  9:41 UTC  (3+ messages)

[PATCH v3 00/14] WHPX support for Arm
 2025-08-02  8:53 UTC  (16+ messages)
` [PATCH v3 01/14] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v3 02/14] whpx: Move around files before introducing AArch64 support
` [PATCH v3 03/14] whpx: reshuffle common code
` [PATCH v3 04/14] whpx: ifdef out some x86-only code paths
` [PATCH v3 05/14] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v3 06/14] whpx: interrupt controller support
` [PATCH v3 07/14] whpx: add arm64 support
` [PATCH v3 08/14] whpx: copy over memory management logic from hvf
` [PATCH v3 09/14] target/arm: cpu: mark WHPX as supporting PSCI 1.1
` [PATCH v3 10/14] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v3 11/14] whpx: arm64: clamp down IPA size
` [PATCH v3 12/14] whpx: arm64: implement -cpu host
` [PATCH v3 13/14] target/arm: whpx: instantiate GIC early
` [PATCH v3 14/14] MAINTAINERS: Add myself as a maintainer for WHPX

[PATCH] scripts/make-release: Go back to cloning all the EDK2 submodules
 2025-08-02  7:02 UTC  (2+ messages)

[PATCH 0/2] Do not abort on log-start/stop errors
 2025-08-02  6:31 UTC  (2+ messages)

[PATCH v2 00/14] WHPX support for Arm
 2025-08-02  5:40 UTC  (15+ messages)
` [PATCH v2 01/14] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v2 02/14] whpx: Move around files before introducing AArch64 support
` [PATCH v2 03/14] whpx: reshuffle common code
` [PATCH v2 04/14] whpx: ifdef out some x86-only code paths
` [PATCH v2 05/14] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v2 06/14] whpx: interrupt controller support
` [PATCH v2 07/14] whpx: add arm64 support
` [PATCH v2 08/14] whpx: copy over memory management logic from hvf
` [PATCH v2 09/14] target/arm: cpu: mark WHPX as supporting PSCI 1.1
` [PATCH v2 10/14] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v2 11/14] whpx: arm64: clamp down IPA size
` [PATCH v2 12/14] whpx: arm64: implement -cpu host
` [PATCH v2 13/14] target/arm: whpx: instantiate GIC early
` [PATCH v2 14/14] MAINTAINERS: Add myself as a maintainer for WHPX

[PATCH v3 0/6] hw/i386/amd_iommu: Cleanups and fixes
 2025-08-02  5:41 UTC  (2+ messages)

[PATCH v2] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-08-02  5:38 UTC  (2+ messages)

[PATCH for-10.2 00/82] target/arm: Implement FEAT_GCS
 2025-08-02  3:14 UTC  (14+ messages)
` [PATCH 37/82] target/arm: Convert regime_is_user from switch to table
` [PATCH 47/82] target/arm: Expand pstate to 64 bits

[PATCH 0/2] Few fixes I found when building QEMU with Rust
 2025-08-01 21:44 UTC  (6+ messages)
` [PATCH 1/2] rust: Add antoher variant for impl_vmstate_struct! macro
` [PATCH 2/2] tests/qemu-iotests: Indent expected error messages

[PATCH 00/24] tests/functional: Move tests into architecture specific folders
 2025-08-01 20:52 UTC  (2+ messages)

[RFC 0/9] WHPX support for Arm
 2025-08-01 20:10 UTC  (10+ messages)

[PULL 0/2] loongarch-to-apply queue
 2025-08-01 19:34 UTC  (2+ messages)

[PULL 00/17] virtio,pci,pc: bugfixes
 2025-08-01 19:34 UTC  (2+ messages)

[PATCH v2 0/2] target/arm: Fix big-endian handling for NEON and SVE gdb remote debugging
 2025-08-01 18:21 UTC  (3+ messages)

[PATCH v2 0/2] single-binary: compile hw/intc/arm* files once
 2025-08-01 17:40 UTC  (3+ messages)
` [PATCH v2 1/2] hw/meson: enter target hw first
` [PATCH v2 2/2] hw/intc: compile some arm related source once


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