messages from 2025-05-02 19:04:45 to 2025-05-05 01:56:22 UTC [more...]
[PATCH v5 00/48] single-binary: compile target/arm twice
2025-05-05 1:52 UTC (24+ messages)
` [PATCH v5 02/48] include/system/hvf: missing vaddr include
` [PATCH v5 03/48] meson: add common libs for target and target_system
` [PATCH v5 04/48] meson: apply target config for picking files from libsystem and libuser
` [PATCH v5 05/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v5 06/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v5 08/48] accel/hvf: add hvf_enabled() for common code
` [PATCH v5 09/48] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v5 10/48] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v5 11/48] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v5 12/48] target/arm/cpu: compile file twice (user, system) only
` [PATCH v5 13/48] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v5 14/48] tcg: add vaddr type for helpers
` [PATCH v5 15/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v5 16/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v5 18/48] target/arm/debug_helper: only include common helpers
` [PATCH v5 19/48] target/arm/debug_helper: remove target_ulong
` [PATCH v5 23/48] target/arm/helper: expose aarch64 cpu registration
` [PATCH v5 24/48] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v5 26/48] target/arm/vfp_fpscr: compile file twice (user, system)
` [PATCH v5 30/48] target/arm/cortex-regs: compile file once (system)
` [PATCH v5 32/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v5 33/48] target/arm/ptw: compile file once (system)
` [PATCH v5 38/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
[PATCH] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
2025-05-05 1:48 UTC (3+ messages)
[PATCH v4 0/9] Introduce AST27x0 multi-SoC machine
2025-05-05 1:30 UTC (6+ messages)
` [PATCH v4 5/9] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
[PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
2025-05-05 1:05 UTC (4+ messages)
` [PATCH v4 08/22] tests/qtest/usb-hcd-xhci: Deliver msix interrupts
[PATCH] hw/i386/acpi-build: Update document reference
2025-05-04 21:56 UTC
[PATCH] hw/net/e1000: Remove stray empty comment in header
2025-05-04 21:56 UTC
[PATCH] hw/i386/acpi-build: Fix typo in function name
2025-05-04 21:56 UTC
[PATCH] qom/object: Fix typo in comment
2025-05-04 21:56 UTC
[PATCH] hw/i386/acpi-build: Fix typo and grammar in comment
2025-05-04 21:56 UTC
[PATCH] hw/pci/pci.c: Turn DPRINTF into trace events
2025-05-04 21:56 UTC
[PATCH] hw/acpi/ich9: Remove ICH9_DEBUG macro
2025-05-04 21:56 UTC
[PATCH] hw/isa/ich9: Remove stray empty comment
2025-05-04 21:56 UTC
[PATCH] hw/acpi/pcihp: Fix typo in function name
2025-05-04 21:56 UTC
[PATCH] hw/core/machine: Fix indentation
2025-05-04 21:56 UTC
[PATCH] hw/pci-host/gpex-acpi: Fix typo in comment
2025-05-04 21:56 UTC
[PATCH v3 0/5] hw/virtio: Build virtio-mem.c once
2025-05-04 21:21 UTC (11+ messages)
` [PATCH v3 1/5] qemu/target-info: Factor target_system_arch() out
` [PATCH v3 2/5] qemu/target-info: Add %target_arch field to TargetInfo
` [PATCH v3 3/5] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
` [PATCH v3 4/5] hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS "
` [PATCH v3 5/5] hw/virtio: Compile virtio-mem.c once
[PATCH 00/12] accel/tcg: Fix cross-page pointer wrapping issue
2025-05-04 20:57 UTC (13+ messages)
` [PATCH 01/12] accel/tcg: Add TCGCPUOps.pointer_wrap
` [PATCH 02/12] target: Use cpu_pointer_wrap_notreached for strict align targets
` [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets
` [PATCH 04/12] target/arm: Fill in TCGCPUOps.pointer_wrap
` [PATCH 05/12] target/i386: "
` [PATCH 06/12] target/loongarch: "
` [PATCH 07/12] target/mips: "
` [PATCH 08/12] target/ppc: "
` [PATCH 09/12] target/riscv: "
` [PATCH 10/12] target/s390x: "
` [PATCH 11/12] target/sparc: "
` [PATCH 12/12] accel/tcg: Assert TCGCPUOps.pointer_wrap is set
Fwd: Out-of-bounds access in rx_fifo_push()
2025-05-04 20:43 UTC
Introduction of an idea and the current work to date on brltty for ppc64
2025-05-04 17:47 UTC
[PATCH v5 0/2] hw/i386/amd_iommu: Add migration support
2025-05-04 17:04 UTC (3+ messages)
` [PATCH v5 1/2] hw/i386/amd_iommu: Isolate AMDVI-PCI from amd-iommu device to allow full control over the PCI device creation
` [PATCH v5 2/2] hw/i386/amd_iommu: Allow migration when explicitly create the AMDVI-PCI device
[PATCH v4 00/40] single-binary: compile target/arm twice
2025-05-04 16:29 UTC (53+ messages)
` [PATCH v4 01/40] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v4 02/40] include/system/hvf: missing vaddr include
` [PATCH v4 03/40] meson: add common libs for target and target_system
` [PATCH v4 04/40] meson: apply target config for picking files from libsystem and libuser
` [PATCH v4 05/40] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v4 06/40] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v4 07/40] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v4 08/40] accel/hvf: add hvf_enabled() for common code
` [PATCH v4 09/40] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v4 10/40] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v4 11/40] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v4 12/40] target/arm/cpu: compile file twice (user, system) only
` [PATCH v4 13/40] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v4 14/40] tcg: add vaddr type for helpers
` [PATCH v4 15/40] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v4 16/40] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v4 17/40] target/arm/helper: extract common helpers
` [PATCH v4 18/40] target/arm/debug_helper: only include "
` [PATCH v4 19/40] target/arm/debug_helper: remove target_ulong
` [PATCH v4 20/40] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v4 21/40] target/arm/helper: restrict include to common helpers
` [PATCH v4 22/40] target/arm/helper: replace target_ulong by vaddr
` [PATCH v4 23/40] target/arm/helper: expose aarch64 cpu registration
` [PATCH v4 24/40] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v4 25/40] target/arm/helper: compile file twice (user, system)
` [PATCH v4 26/40] target/arm/vfp_fpscr: "
` [PATCH v4 27/40] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v4 28/40] target/arm/arch_dump: compile file once (system)
` [PATCH v4 29/40] target/arm/arm-powerctl: "
` [PATCH v4 30/40] target/arm/cortex-regs: "
` [PATCH v4 31/40] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v4 32/40] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v4 33/40] target/arm/ptw: compile file once (system)
` [PATCH v4 34/40] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v4 35/40] target/arm/kvm-stub: compile file once (system)
` [PATCH v4 36/40] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v4 37/40] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v4 38/40] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v4 39/40] target/arm/kvm-stub: add missing stubs
` [PATCH v4 40/40] target/arm/machine: compile file once (system)
[PATCH for 10.1 v8 00/55] QEMU TDX support
2025-05-04 16:38 UTC (11+ messages)
` [PATCH v8 41/55] i386/apic: Skip kvm_apic_put() for TDX
` [PATCH v8 42/55] cpu: Don't set vcpu_dirty when guest_state_protected
` [PATCH v8 43/55] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PATCH v8 44/55] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v8 45/55] i386/tdx: Add TDX fixed1 bits to supported CPUIDs
[PATCH 00/16] hw/pci-host/raven clean ups
2025-05-04 16:01 UTC (17+ messages)
` [PATCH 01/16] hw/pci-host/raven: Remove is-legacy-prep property
` [PATCH 02/16] hw/pci-host/raven: Revert "raven: Move BIOS loading from board code to PCI host"
` [PATCH 03/16] hw/pci-host/raven: Simplify PCI facing part
` [PATCH 04/16] hw/pci-host/raven: Simplify host bridge type declaration
` [PATCH 05/16] hw/pci-host/raven: Use DEFINE_TYPES macro
` [PATCH 06/16] hw/pci-host/raven: Simplify PCI bus creation
` [PATCH 07/16] hw/pci-host/raven: Simplify PCI interrupt routing
` [PATCH 08/16] hw/pci-host/raven: Simplify direct config access address decoding
` [PATCH 09/16] hw/pci-host/raven: Rename direct config access ops
` [PATCH 10/16] hw/pci-host/raven: Use correct parameter in direct "
` [PATCH 11/16] hw/pci-host/raven: Do not use parent object for mmcfg region
` [PATCH 12/16] hw/pci-host/raven: Fix PCI config direct access region
` [PATCH 13/16] hw/pci-host/raven: Simpify discontiguous IO access
` [PATCH 14/16] hw/pci-host/raven: Move bus master address space creation to one place
` [PATCH 15/16] hw/pci-host/raven: Do not map regions in init method
` [PATCH 16/16] hw/ppc/prep: Fix non-contiguous IO control bit
[PATCH v3 00/33] single-binary: compile target/arm twice
2025-05-04 15:52 UTC (32+ messages)
` [PATCH v3 06/33] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v3 09/33] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
` [PATCH v3 15/33] target/arm/helper: extract common helpers
` [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
` [PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
` [PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
` [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw
[PATCH 0/9] Maintainer updates for May (testing, plugins, virtio-gpu)
2025-05-04 8:19 UTC (7+ messages)
` [PATCH 6/9] MAINTAINERS: add myself to virtio-gpu for Odd Fixes
` [PATCH 8/9] virtio-gpu: fix hang under TCG when unmapping blob
[PATCH] target/sh4: Use MO_ALIGN for system UNALIGN()
2025-05-03 21:27 UTC
[PATCH 0/2] semihosting/uaccess: Compile once
2025-05-03 21:04 UTC (5+ messages)
` [PATCH 1/2] semihosting/uaccess: Remove uses of target_ulong type
` [PATCH 2/2] semihosting/uaccess: Compile once
Functional tests precache behaviour
2025-05-03 20:21 UTC (11+ messages)
[PATCH] meson: use thorough test setup as default
2025-05-03 20:18 UTC
[PATCH] hw/arm: Replace TABs for spaces
2025-05-03 20:13 UTC
[RFC PATCH v5 00/21] single-binary: Make hw/arm/ common
2025-05-03 19:38 UTC (17+ messages)
` [RFC PATCH v5 08/21] hw/arm: Add DEFINE_MACHINE_[ARM_]AARCH64() macros
[PATCH] docs: Don't define duplicate label in qemu-block-drivers.rst.inc
2025-05-03 19:36 UTC (2+ messages)
[CFT PATCH 0/4] target/i386/emulate: cleanups
2025-05-03 10:46 UTC (8+ messages)
` [PATCH 1/4] target/i386/emulate: fix target_ulong format strings
` [PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
` [PATCH 3/4] target/i386/emulate: mostly rewrite flags handling
` [PATCH 4/4] target/i386: remove lflags
[PULL 00/13] Rust, i386 changes for 2025-05-03
2025-05-03 7:58 UTC (14+ messages)
` [PULL 01/13] rust/vmstate: Add support for field_exists checks
` [PULL 02/13] vmstate: support varray for vmstate_clock!
` [PULL 03/13] rust: assertions: Support index field wrapped in BqlCell
` [PULL 04/13] rust/vmstate_test: Test varray with num "
` [PULL 05/13] rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
` [PULL 06/13] rust/hpet: Support migration
` [PULL 07/13] target/i386/emulate: remove rflags leftovers
` [PULL 08/13] target/i386/hvf: fix a compilation error
` [PULL 09/13] target/i386: do not trigger IRQ shadow for LSS
` [PULL 10/13] target/i386: do not block singlestep for STI
` [PULL 11/13] hw/char/serial: Remove unused prog_if compat property
` [PULL 12/13] rust: centralize config in workspace root
` [PULL 13/13] monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
[PATCH v3] target/i386/emulate: remove rflags leftovers
2025-05-02 22:48 UTC (5+ messages)
[PATCH] rust: centralize config in workspace root
2025-05-02 22:34 UTC (2+ messages)
[PATCH 0/1] Fix racy SEGFAULT upon monitor_cleanup()
2025-05-02 22:06 UTC (3+ messages)
` [PATCH 1/1] monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
[BUG, RFC] Block graph deadlock on job-dismiss
2025-05-02 21:50 UTC (4+ messages)
BHyve on POWEr 64bit machines with virtualization support
2025-05-02 21:21 UTC
[PATCH v2] hw/char/serial: Remove unused prog_if compat property
2025-05-02 19:49 UTC (2+ messages)
[PATCH 0/9] rust: allow minimum version of 1.77
2025-05-02 19:32 UTC (4+ messages)
` [PATCH 8/9] rust: enable clippy::ptr_cast_constness
[PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-02 18:56 UTC (2+ messages)
` [PATCH v3 12/19] hw/i386/pc: Remove pc_compat_2_7[] array
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).