qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-01 07:05:47 to 2025-08-01 20:34:19 UTC [more...]

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

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

[PATCH for-10.2 00/82] target/arm: Implement FEAT_GCS
 2025-08-01 18:45 UTC  (20+ 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 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 for-10.2 00/89] linux-user: Split up elfload.c
 2025-08-01 18:12 UTC  (121+ messages)
` [PATCH 01/89] linux-user: Create target/elfload.c files
` [PATCH 02/89] linux-user: Move get_elf_hwcap to {i386, x86_64}/elfload.c
` [PATCH 03/89] linux-user: Move hwcap functions to {arm, aarch64}/elfload.c
` [PATCH 04/89] linux-user: Move get_elf_hwcap to sparc/elfload.c
` [PATCH 05/89] linux-user: Move hwcap functions to ppc/elfload.c
` [PATCH 06/89] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
` [PATCH 07/89] linux-user: Move get_elf_hwcap to mips/elfload.c
` [PATCH 08/89] linux-user: Move get_elf_hwcap to sh4/elfload.c
` [PATCH 09/89] linux-user: Move hwcap functions to s390x/elfload.c
` [PATCH 10/89] linux-user: Move get_elf_hwcap to riscv/elfload.c
` [PATCH 11/89] linux-user: Remove ELF_HWCAP
` [PATCH 12/89] linux-user: Remove ELF_HWCAP2
` [PATCH 13/89] linux-user: Move get_elf_platform to {i386, x86_64}/elfload.c
` [PATCH 14/89] linux-user/i386: Return const data from get_elf_platform
` [PATCH 15/89] linux-user: Move get_elf_platform to arm/elfload.c
` [PATCH 16/89] linux-user/loongarch64: Create get_elf_platform
` [PATCH 17/89] linux-user/hppa: "
` [PATCH 18/89] linux-user: Remove ELF_PLATFORM
` [PATCH 19/89] linux-user: Move get_elf_base_platform to mips/elfload.c
` [PATCH 20/89] linux-user: Move target_cpu_copy_regs decl to qemu.h
` [PATCH 21/89] linux-user: Unify init of semihosting fields in TaskState
` [PATCH 22/89] linux-user: Create do_init_main_thread
` [PATCH 23/89] linux-user/i386: Create init_main_thread
` [PATCH 24/89] linux-user/arm: "
` [PATCH 25/89] linux-user/aarch64: "
` [PATCH 26/89] linux-user/sparc: "
` [PATCH 27/89] linux-user/ppc: "
` [PATCH 28/89] linux-user/loongarch64: "
` [PATCH 29/89] linux-user/mips: "
` [PATCH 30/89] linux-user/microblaze: "
` [PATCH 31/89] linux-user/openrisc: "
` [PATCH 32/89] linux-user/sh4: "
` [PATCH 33/89] linux-user/m68k: "
` [PATCH 34/89] linux-user/alpha: "
` [PATCH 35/89] linux-user/s390x: "
` [PATCH 36/89] linux-user/riscv: "
` [PATCH 37/89] linux-user/hppa: "
` [PATCH 38/89] linux-user/xtensa: "
` [PATCH 39/89] linux-user/hexagon: "
` [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 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

[PATCH v8 00/27] migration: propagate vTPM errors using Error objects
 2025-08-01 17:27 UTC  (17+ messages)
` [PATCH v8 03/27] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v8 04/27] migration: push Error **errp into vmstate_load()
` [PATCH v8 05/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v8 19/27] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v8 23/27] migration: Propagate last encountered error in vmstate_save_state_v() function
` [PATCH v8 24/27] migration: Refactor "

[PATCH for-10.1 0/2] migration: actually make gnutls workaround functional
 2025-08-01 17:02 UTC  (3+ messages)
` [PATCH 1/2] migration: simplify error reporting after channel read
` [PATCH 2/2] migration: fix workaround for gnutls thread safety

[PATCH 0/3] single-binary: compile hw/intc/arm* files once
 2025-08-01 16:59 UTC  (9+ messages)

[PATCH] virtio: fix off-by-one and invalid access in virtqueue_ordered_fill
 2025-08-01 16:52 UTC  (3+ messages)

[PATCH v3] vfio: Introduce helper vfio_pci_from_vfio_device()
 2025-08-01 16:33 UTC  (6+ messages)

[QEMU/FUSE] Discussion on Proper Termination and Async Cancellation in fuse-over-io_uring
 2025-08-01 16:09 UTC 

[PULL 0/8] target-arm queue
 2025-08-01 15:51 UTC  (9+ messages)
` [PULL 1/8] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
` [PULL 2/8] hw/intc/arm_gicv3_kvm: Remove writes to ICPENDR registers
` [PULL 3/8] hw/intc/arm_gicv3_kvm: Write all 1's to clear enable/active
` [PULL 4/8] hw/display/framebuffer: Add cast to force 64x64 multiply
` [PULL 5/8] target/arm: Reinstate bogus AArch32 DBGDTRTX register for migration compat
` [PULL 6/8] target/arm: Fix big-endian handling of NEON gdb remote debugging
` [PULL 7/8] target/arm: Fix handling of setting SVE registers from gdb
` [PULL 8/8] tests/tcg: Fix run for tests with specific plugin

[PATCH 00/24] tests/functional: Move tests into architecture specific folders
 2025-08-01 15:12 UTC  (25+ messages)
` [PATCH 01/24] tests/functional: Rework the migration test to have target-specific files
` [PATCH 02/24] tests/functional: Rework the multiprocess "
` [PATCH 03/24] tests/functional/meson.build: Split timeout settings by target
` [PATCH 04/24] tests/functional/meson.build: Allow tests to reside in subfolders
` [PATCH 05/24] tests/functional: Move aarch64 tests into architecture specific folder
` [PATCH 06/24] tests/functional: Move alpha "
` [PATCH 07/24] tests/functional: Move arm "
` [PATCH 08/24] tests/functional: Move avr "
` [PATCH 09/24] tests/functional: Move hppa "
` [PATCH 10/24] tests/functional: Move i386 "
` [PATCH 11/24] tests/functional: Move loongarch64 "
` [PATCH 12/24] tests/functional: Move m68k "
` [PATCH 13/24] tests/functional: Move microblaze "
` [PATCH 14/24] tests/functional: Move mips tests into target-specific folders
` [PATCH 15/24] tests/functional: Move or1k "
` [PATCH 16/24] tests/functional: Move ppc/ppc64 "
` [PATCH 17/24] tests/functional: Move riscv32/riscv64 "
` [PATCH 18/24] tests/functional: Move rx test "
` [PATCH 19/24] tests/functional: Move s390x tests "
` [PATCH 20/24] tests/functional: Move sh4/sh4eb "
` [PATCH 21/24] tests/functional: Move sparc/sparc64 "
` [PATCH 22/24] tests/functional: Move x86_64 tests into target-specific folder
` [PATCH 23/24] tests/functional: Move xtensa "
` [PATCH 24/24] tests/functional: Move the generic tests to a subfolder

[PATCH v2] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-08-01 15:09 UTC  (8+ messages)

[PULL 00/17] virtio,pci,pc: bugfixes
 2025-08-01 14:25 UTC  (18+ messages)
` [PULL 01/17] virtio: fix off-by-one and invalid access in virtqueue_ordered_fill
` [PULL 02/17] vhost: Do not abort on log-start error
` [PULL 03/17] vhost: Do not abort on log-stop error
` [PULL 04/17] virtio-net: Fix VLAN filter table reset timing
` [PULL 05/17] pcie_sriov: Fix configuration and state synchronization
` [PULL 06/17] hw/i386/amd_iommu: Fix MMIO register write tracing
` [PULL 07/17] hw/i386/amd_iommu: Remove unused and wrongly set ats_enabled field
` [PULL 08/17] hw/i386/amd_iommu: Move IOAPIC memory region initialization to the end
` [PULL 09/17] hw/i386/amd_iommu: Fix amdvi_write*()
` [PULL 10/17] hw/i386/amd_iommu: Support MMIO writes to the status register
` [PULL 11/17] hw/i386/amd_iommu: Fix event log generation
` [PULL 12/17] tests/acpi: virt: add an empty HEST file
` [PULL 13/17] tests/qtest/bios-tables-test: extend to also check HEST table
` [PULL 14/17] tests/acpi: virt: update HEST file with its current data
` [PULL 15/17] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
` [PULL 16/17] MAINTAINERS: add net/vhost* files under `vhost`
` [PULL 17/17] net/vdpa: fix potential fd leak in net_init_vhost_vdpa()

[PATCH] hw/nvme: cap MDTS value for internal limitation
 2025-08-01 14:24 UTC 

[PATCH v3 0/6] hw/i386/amd_iommu: Cleanups and fixes
 2025-08-01 14:08 UTC  (3+ messages)
` [PATCH v3 2/6] hw/i386/amd_iommu: Remove unused and wrongly set ats_enabled field

[RFC 0/2] Add SVSM virtio-mmio device slots (q35)
 2025-08-01 13:55 UTC  (6+ messages)
` [RFC 1/2] hw/uefi: Add hardware-info ID for virtio mmio devices for SVSM
` [RFC 2/2] q35: add virtio-mmio slots

[PATCH v2 0/6] Reinvent BQL-free PIO/MMIO
 2025-08-01 13:32 UTC  (17+ messages)
` [PATCH v2 1/6] memory: reintroduce BQL-free fine-grained PIO/MMIO
` [PATCH v2 5/6] hpet: make main counter read lock-less
` [PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt

[RFC PATCH RESEND 0/4] hw/arm/virt: Add support for Target Implementation CPUs
 2025-08-01  8:31 UTC  (6+ messages)
` [RFC PATCH RESEND 1/4] target/arm/kvm: Introduce helper to check target impl CPU support
` [RFC PATCH RESEND 2/4] target/arm/kvm: Add QAPI struct ArmTargetImplCPU
` [RFC PATCH RESEND 3/4] target/arm/kvm: Handle KVM Target Imp CPU hypercalls
` [RFC PATCH RESEND 4/4] hw/arm/virt: Add Target Implementation CPU support

[PATCH v2] tests/tcg: Fix run for tests with specific plugin
 2025-08-01 13:29 UTC  (2+ messages)

[PATCH] hw/arm: add static NVDIMMs in device tree
 2025-08-01 11:35 UTC  (7+ messages)
    `  "

[PATCH v3] i386/kvm: Provide knob to disable hypercall patching quirk
 2025-08-01 13:12 UTC 

[PATCH trivial] tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supported
 2025-08-01 12:28 UTC 

[PATCH v7 00/36] ACPI PCI Hotplug support on ARM
 2025-08-01 12:29 UTC  (6+ messages)
` [PATCH v7 09/36] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method

[PATCH] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
 2025-08-01 12:14 UTC  (2+ messages)

[PATCH trivial] qga: correctly write to /sys/power/state on linux
 2025-08-01 11:53 UTC 

[PATCH] target/riscv/kvm/kvm-cpu: Fixed the issue of resume after QEMU+KVM migration
 2025-08-01  9:52 UTC  (4+ messages)
` [PATCH V2] "
  ` [PATCH for v10.0.0] "
    ` [PATCH v4 "

[PATCH v2 0/2] ARM_PMU: Trap PMCR when MDCR_EL2.TPMCR is set
 2025-08-01  9:06 UTC  (3+ messages)
` [PATCH v2 1/2] target/arm: "
` [PATCH v2 2/2] target/arm: Code refactoring of pmreg_access/pmcr

[PATCH] hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue
 2025-08-01  8:18 UTC  (3+ messages)

[PATCH v3 00/11] Make blockdev-mirror dest sparse in more cases
 2025-08-01  7:54 UTC  (3+ messages)
` [PATCH v3 10/11] tests: Add iotest mirror-sparse for recent patches

[PATCH-for-10.1 00/11] hw/sd: Fix SD cards in SPI mode
 2025-08-01  7:19 UTC  (7+ messages)
` [PATCH-for-10.1 02/11] hw/sd/sdbus: Provide buffer size to sdbus_do_command()
` [PATCH-for-10.1 03/11] hw/sd/sdcard: Propagate response size to sd_response_r*_make()
` [PATCH-for-10.1 04/11] hw/sd/sdcard: Fill SPI response bits in card code


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