messages from 2025-05-02 10:25:08 to 2025-05-04 05:35:49 UTC [more...]
[PATCH v4 00/40] single-binary: compile target/arm twice
2025-05-04 5:29 UTC (13+ messages)
` [PATCH v4 05/40] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v4 12/40] target/arm/cpu: compile file twice (user, system) only
` [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 19/40] target/arm/debug_helper: remove target_ulong
` [PATCH v4 20/40] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v4 22/40] target/arm/helper: replace target_ulong by vaddr
` [PATCH v4 24/40] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v4 26/40] target/arm/vfp_fpscr: compile file twice (user, system)
` [PATCH v4 29/40] target/arm/arm-powerctl: compile file once (system)
` [PATCH v4 34/40] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v4 39/40] target/arm/kvm-stub: add missing stubs
[PATCH v3 00/33] single-binary: compile target/arm twice
2025-05-03 22:48 UTC (31+ 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] 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)
[PATCH v3 0/5] hw/virtio: Build virtio-mem.c once
2025-05-02 21:45 UTC (6+ 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
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 (3+ messages)
[PATCH 0/9] rust: allow minimum version of 1.77
2025-05-02 19:32 UTC (22+ messages)
` [PATCH 2/9] rust: use std::ffi instead of std::os::raw
` [PATCH 3/9] rust: let bilge use "let ... else"
` [PATCH 4/9] rust: qemu_api_macros: "
` [PATCH 5/9] rust: use MaybeUninit::zeroed() in const context
` [PATCH 6/9] rust: remove offset_of replacement
` [PATCH 7/9] rust: replace c_str! with c"" literals
` [PATCH 8/9] rust: enable clippy::ptr_cast_constness
` [PATCH 9/9] docs: rust: update for newer minimum supported version
[PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-02 18:56 UTC (20+ messages)
` [PATCH v3 01/19] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
` [PATCH v3 02/19] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
` [PATCH v3 03/19] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem()
` [PATCH v3 04/19] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
` [PATCH v3 05/19] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
` [PATCH v3 06/19] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
` [PATCH v3 07/19] hw/i386/pc: Remove pc_compat_2_6[] array
` [PATCH v3 08/19] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
` [PATCH v3 09/19] hw/core/machine: Remove hw_compat_2_6[] array
` [PATCH v3 10/19] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
` [PATCH v3 11/19] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
` [PATCH v3 12/19] hw/i386/pc: Remove pc_compat_2_7[] array
` [PATCH v3 13/19] hw/audio/pcspk: Remove PCSpkState::migrate field
` [PATCH v3 14/19] hw/core/machine: Remove hw_compat_2_7[] array
` [PATCH v3 15/19] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
` [PATCH v3 16/19] hw/intc/ioapic: Remove IOAPICCommonState::version field
` [PATCH v3 17/19] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
` [PATCH v3 18/19] hw/char/virtio-serial: Do not expose the 'emergency-write' property
` [PATCH v3 19/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
[PATCH v2 0/6] Add support for user creatable SMMUv3 device
2025-05-02 18:20 UTC (16+ messages)
` [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
` [PATCH v2 2/6] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
` [PATCH v2 3/6] hw/arm/virt: Factor out common SMMUV3 dt bindings code
` [PATCH v2 4/6] hw/arm/virt: Add an SMMU_IO_LEN macro
` [PATCH v2 5/6] hw/arm/virt: Add support for smmuv3 device
` [PATCH v2 6/6] hw/arm/smmuv3: Enable smmuv3 device creation
[PATCH 0/2] Initial logging support for Rust
2025-05-02 16:48 UTC (6+ messages)
` [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
[PULL 00/14] Migration 20250502 patches
2025-05-02 16:41 UTC (15+ messages)
` [PULL 01/14] migration: check RDMA and capabilities are compatible on both sides
` [PULL 02/14] migration: disable RDMA + postcopy-ram
` [PULL 03/14] migration/rdma: Remove redundant migration_in_postcopy checks
` [PULL 04/14] migration: Unfold control_save_page()
` [PULL 05/14] migration: Add qtest for migration over RDMA
` [PULL 06/14] migration: Fix latent bug in migrate_params_test_apply()
` [PULL 07/14] migration/multifd: move macros to multifd header
` [PULL 08/14] migration: refactor channel discovery mechanism
` [PULL 09/14] migration: Add save_postcopy_prepare() savevm handler
` [PULL 10/14] migration/ram: Implement save_postcopy_prepare()
` [PULL 11/14] tests/qtest/migration: consolidate set capabilities
` [PULL 12/14] migration/postcopy: Spatial locality page hint for preempt mode
` [PULL 13/14] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel
` [PULL 14/14] scripts/vmstate-static-checker.py: Allow new name for ghes_addr_le field
[RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
2025-05-02 16:39 UTC (2+ messages)
[PATCH V1 0/6] fast qom tree get
2025-05-02 16:19 UTC (7+ messages)
[PATCH v2 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug
2025-05-02 16:13 UTC (4+ messages)
[PATCH 0/9] CXL: FMAPI DCD Management Commands 0x5600-0x5605
2025-05-02 15:57 UTC (6+ messages)
` [PATCH 3/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
[PATCH 0/2] target/i386: two interrupt shadow fixes
2025-05-02 15:41 UTC (3+ messages)
` [PATCH 1/2] target/i386: do not trigger IRQ shadow for LSS
` [PATCH 2/2] target/i386: do not block singlestep for STI
[PATCH for-10.1] target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET
2025-05-02 15:34 UTC (4+ messages)
[PATCH-for-10.0? v2] tests/functional: Add test for imx8mp-evk board with USDHC coverage
2025-05-02 15:13 UTC (6+ messages)
[PATCH-for-10.1 v2 00/13] hw/arm: Remove virt-2.6 up to virt-2.12 machines
2025-05-02 14:58 UTC (3+ messages)
vfio vs tcg (was: Re: [RFC PATCH] target/ppc: Inline most of dcbz helper)
2025-05-02 14:29 UTC
[PATCH V3 0/3] vfio cleanup, pre-cpr
2025-05-02 14:22 UTC (4+ messages)
` [PATCH V3 1/3] vfio/container: ram discard disable helper
` [PATCH V3 2/3] vfio/container: reform vfio_container_connect cleanup
` [PATCH V3 3/3] vfio/container: vfio_container_group_add
[PATCH] gdbstub: Implement qqemu.Pid packet
2025-05-02 13:18 UTC (2+ messages)
[PATCH 0/2] Fix GDB support for macOS hvf
2025-05-02 12:57 UTC (4+ messages)
` [PATCH 2/2] hvf: only update sysreg from owning thread
[PATCH] gdbstub: Implement qGDBServerVersion packet
2025-05-02 12:53 UTC (2+ messages)
[PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
2025-05-02 12:41 UTC (2+ messages)
Rust in QEMU update, April 2025
2025-05-02 12:13 UTC
[PATCH v2 0/2] scsi-disk: Add FUA write support
2025-05-02 12:12 UTC (4+ messages)
` [PATCH v2 2/2] scsi-disk: Advertise FUA support by default
[PATCH v3 0/2] scsi-disk: Add FUA write support
2025-05-02 12:11 UTC (3+ messages)
` [PATCH v3 1/2] scsi-disk: Add native "
` [PATCH v3 2/2] scsi-disk: Advertise FUA support by default
[PATCH v4 0/9] Introduce AST27x0 multi-SoC machine
2025-05-02 11:52 UTC (16+ messages)
` [PATCH v4 1/9] aspeed: ast27x0: Map unimplemented devices in SoC memory
` [PATCH v4 2/9] aspeed: ast27x0: Correct hex notation for device addresses
` [PATCH v4 3/9] hw/intc/aspeed: Add support for AST2700 SSP INTC
` [PATCH v4 4/9] hw/intc/aspeed: Add support for AST2700 TSP INTC
` [PATCH v4 5/9] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
` [PATCH v4 6/9] hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoC
` [PATCH v4 7/9] hw/arm: Introduce ASPEED AST2700 A1 full core machine
` [PATCH v4 8/9] tests/function/aspeed: Add functional test for AST2700FC
` [PATCH v4 9/9] docs: Add support for ast2700fc machine
[PATCH v2 00/16] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-02 11:15 UTC (16+ messages)
` [PATCH v2 02/16] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
` [PATCH v2 03/16] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
` [PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
` [PATCH v2 13/16] hw/intc/ioapic: Remove IOAPICCommonState::version field
` [PATCH v2 15/16] hw/char/virtio-serial: Do not expose the 'emergency-write' property
[PATCH] hw/gpio/pl061: Declare pullups/pulldowns as 8-bit types
2025-05-02 10:43 UTC (2+ messages)
[PATCH] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
2025-05-02 10:37 UTC (2+ messages)
[PATCH v3 00/14] ppc/spapr: remove deprecated machines specific code
2025-05-02 10:24 UTC (5+ messages)
` [PATCH v3 14/14] ppc/spapr: remove deprecated machine pseries-3.0
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).