qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-03 13:18:30 to 2024-12-04 06:20:17 UTC [more...]

[PATCH for-10.0 00/11] fpu: pickNaN follow ups
 2024-12-04  6:19 UTC  (19+ messages)
` [PATCH 01/11] target/arm: Copy entire float_status in is_ebf
` [PATCH 02/11] softfloat: Inline pickNaNMulAdd
` [PATCH 03/11] softfloat: Use goto for default nan case in pick_nan_muladd
` [PATCH 04/11] softfloat: Remove which from parts_pick_nan_muladd
` [PATCH 05/11] softfloat: Pad array size in pick_nan_muladd
` [PATCH 06/11] softfloat: Move propagateFloatx80NaN to softfloat.c
` [PATCH 07/11] softfloat: Use parts_pick_nan in propagateFloatx80NaN
` [PATCH 08/11] softfloat: Inline pickNaN
` [PATCH 09/11] softfloat: Share code between parts_pick_nan cases
` [PATCH 10/11] softfloat: Sink frac_cmp in parts_pick_nan until needed
` [PATCH 11/11] softfloat: Replace WHICH with RET in parts_pick_nan

[PATCH v5 00/20] intel_iommu: Enable stage-1 translation for emulated device
 2024-12-04  6:14 UTC  (12+ messages)
` [PATCH v5 08/20] intel_iommu: Check stage-1 translation result with interrupt range
` [PATCH v5 13/20] intel_iommu: Add support for PASID-based device IOTLB invalidation
` [PATCH v5 15/20] tests/acpi: q35: allow DMAR acpi table changes
` [PATCH v5 16/20] intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2
` [PATCH v5 18/20] intel_iommu: Introduce a property x-flts for scalable modern mode

[PATCH v2 0/6] Support SDHCI and eMMC for ast2700
 2024-12-04  5:59 UTC  (5+ messages)
` [PATCH v2 3/6] hw:sdhci: Introduce a new "capareg" class member to set the different Capability Registers

[PATCH for-10.0 0/9] target/riscv: add 'sha' support
 2024-12-04  4:42 UTC  (19+ messages)
` [PATCH for-10.0 2/9] target/riscv: add ssstateen
` [PATCH for-10.0 3/9] target/riscv: add shcounterenw
` [PATCH for-10.0 4/9] target/riscv: add shvstvala
` [PATCH for-10.0 5/9] target/riscv: add shtvala
` [PATCH for-10.0 6/9] target/riscv: add shvstvecd
` [PATCH for-10.0 7/9] target/riscv: add shvsatpa
` [PATCH for-10.0 8/9] target/riscv: add shgatpa
` [PATCH for-10.0 9/9] target/riscv/tcg: add sha

[PATCH RESEND v1] target/riscv: add support for RV64 Xiangshan Nanhu CPU
 2024-12-04  3:15 UTC 

[PATCH v1] Add a CPU entry for the RV64 XiangShan NANHU CPU which supports single-core and dual-core configurations. More details can be found at https://docs.xiangshan.cc/zh-cn/latest/integration/overview
 2024-12-04  2:53 UTC 

Host riscv disas is broken
 2024-12-04  2:45 UTC  (5+ messages)

[PATCH 0/2] target/riscv: Include missing headers in '*internals.h'
 2024-12-04  2:41 UTC  (8+ messages)
` [PATCH 1/2] target/riscv: Include missing headers in 'vector_internals.h'
` [PATCH 2/2] target/riscv: Include missing headers in 'internals.h'

[PATCH v5 0/6] Introduce svukte ISA extension
 2024-12-04  2:36 UTC  (2+ messages)

[PATCH] hw/mem: support zero memory size CXL device
 2024-12-04  2:26 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v8 00/12] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-12-04  2:11 UTC  (13+ messages)
` [PATCH v8 01/12] meson: Introduce new instruction set enqcmd to the build system
` [PATCH v8 02/12] util/dsa: Add idxd into linux header copy list
` [PATCH v8 03/12] util/dsa: Implement DSA device start and stop logic
` [PATCH v8 04/12] util/dsa: Implement DSA task enqueue and dequeue
` [PATCH v8 05/12] util/dsa: Implement DSA task asynchronous completion thread model
` [PATCH v8 06/12] util/dsa: Implement zero page checking in DSA task
` [PATCH v8 07/12] util/dsa: Implement DSA task asynchronous submission and wait for completion
` [PATCH v8 08/12] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH v8 09/12] migration/multifd: Enable DSA offloading in multifd sender path
` [PATCH v8 10/12] util/dsa: Add unit test coverage for Intel DSA task submission and completion
` [PATCH v8 11/12] migration/multifd: Add integration tests for multifd with Intel DSA offloading
` [PATCH v8 12/12] migration/doc: Add DSA zero page detection doc

[RFC PATCH 0/1] ACPI: Fix missing CPU hotplug/hotunplug events with > 255 vCPUs
 2024-12-04  0:56 UTC  (2+ messages)
` [RFC PATCH 1/1] ACPI: Enforce mutual exclusion betwen CPU insertion and removal events

[PATCH 0/5] migration: Fix the BDRV_O_INACTIVE assertion
 2024-12-04  0:57 UTC  (5+ messages)
` [PATCH 4/5] migration: Activate block devices if VM is paused when migrating

[PATCH RFC 00/11] migration/block: disk activation rewrite
 2024-12-04  0:51 UTC  (12+ messages)
` [PATCH RFC 01/11] migration: Add helper to get target runstate
` [PATCH RFC 02/11] migration/block: Make late-block-active the default
` [PATCH RFC 03/11] migration/block: Apply late-block-active behavior to postcopy
` [PATCH RFC 04/11] migration/block: Fix possible race with block_inactive
` [PATCH RFC 05/11] migration/block: Merge block reactivations for fail/cancel
` [PATCH RFC 06/11] migration/block: Extend the migration_block_* API to dest side
` [PATCH RFC 07/11] migration/block: Apply the migration_block_* API to postcopy
` [PATCH RFC 08/11] tests/qtest/migration: Move more code under only_target
` [PATCH RFC 09/11] tests/qtest/migration: Don't use hardcoded strings for -serial
` [PATCH RFC 10/11] tests/qtest/migration: Support cleaning up only one side of migration
` [PATCH RFC 11/11] tests/qtest/migration: Test successive migrations

[RFC PATCH v1 00/43] Introduce helper-to-tcg
 2024-12-04  0:37 UTC  (46+ messages)
` [RFC PATCH v1 01/43] Add option to enable/disable helper-to-tcg
` [RFC PATCH v1 02/43] accel/tcg: Add bitreverse and funnel-shift runtime helper functions
` [RFC PATCH v1 03/43] accel/tcg: Add gvec size changing operations
` [RFC PATCH v1 04/43] tcg: Add gvec functions for creating consant vectors
` [RFC PATCH v1 05/43] tcg: Add helper function dispatcher and hook tcg_gen_callN
` [RFC PATCH v1 08/43] include/helper-to-tcg: Introduce annotate.h
` [RFC PATCH v1 09/43] helper-to-tcg: Introduce get-llvm-ir.py
` [RFC PATCH v1 28/43] helper-to-tcg: Introduce TcgType.h
` [RFC PATCH v1 34/43] target/hexagon: Add get_tb_mmu_index()
` [RFC PATCH v1 36/43] target/hexagon: Add temporary vector storage
` [RFC PATCH v1 37/43] target/hexagon: Make HVX vector args. restrict *

[PATCH v4 00/11] Add RISC-V Counter delegation ISA extension support
 2024-12-03 23:14 UTC  (12+ messages)
` [PATCH v4 01/11] target/riscv: Add properties for Indirect CSR Access extension
` [PATCH v4 02/11] target/riscv: Decouple AIA processing from xiselect and xireg
` [PATCH v4 03/11] target/riscv: Enable S*stateen bits for AIA
` [PATCH v4 04/11] target/riscv: Support generic CSR indirect access
` [PATCH v4 05/11] target/riscv: Add properties for counter delegation ISA extensions
` [PATCH v4 06/11] target/riscv: Add counter delegation definitions
` [PATCH v4 07/11] target/riscv: Add select value range check for counter delegation
` [PATCH v4 08/11] target/riscv: Add counter delegation/configuration support
` [PATCH v4 09/11] target/riscv: Invoke pmu init after feature enable
` [PATCH v4 10/11] target/riscv: Add implied rule for counter delegation extensions
` [PATCH v4 11/11] target/riscv: Add configuration for S[m|s]csrind, Smcdeleg/Ssccfg

[ANNOUNCE] QEMU 9.2.0-rc3 is now available
 2024-12-03 22:04 UTC 

[PATCH qemu] MAINTAINERS: Add correct email address for Vikram Garhwal
 2024-12-02 22:37 UTC 

[PATCH v4] tests/functional/aarch64: add tests for FEAT_RME
 2024-12-03 21:36 UTC 

[PATCH 0/7] Enhance documentation for new developers
 2024-12-03 21:02 UTC  (12+ messages)
` [PATCH 5/7] docs: add a codebase section
` [PATCH 6/7] docs: add a glossary

[PATCH v3] tests/functional/aarch64: add tests for FEAT_RME
 2024-12-03 20:43 UTC  (3+ messages)

[PATCH v2 0/9] vfio/igd: Enable legacy mode on more devices
 2024-12-03 20:12 UTC  (18+ messages)
` [PATCH v2 1/9] vfio/igd: remove unsupported device ids
` [PATCH v2 2/9] vfio/igd: align generation with i915 kernel driver
` [PATCH v2 3/9] vfio/igd: canonicalize memory size calculations
` [PATCH v2 4/9] vfio/igd: add Gemini Lake and Comet Lake device ids
` [PATCH v2 5/9] vfio/igd: add Alder/Raptor/Rocket/Ice/Jasper "
` [PATCH v2 6/9] vfio/igd: add macro for declaring mirrored registers
` [PATCH v2 7/9] vfio/igd: emulate GGC register in mmio bar0
` [PATCH v2 8/9] vfio/igd: emulate BDSM in mmio bar0 for gen 6-10 devices
` [PATCH v2 9/9] vfio/igd: add x-igd-gms option back to set DSM region size for guest

[PATCH] include: Rename sysemu/ -> system/
 2024-12-03 18:26 UTC  (2+ messages)

[PATCH v2] tests/functional/aarch64: add tests for FEAT_RME
 2024-12-03 18:24 UTC  (16+ messages)

[PATCH] migration/multifd: Fix compile error caused by page_size usage
 2024-12-03 17:59 UTC  (4+ messages)

[PATCH v3 0/5] Guestperf: miscellaneous refinement and enrichment
 2024-12-03 17:40 UTC  (11+ messages)

[PATCH v5] hw/acpi: Add vmclock device
 2024-12-03 17:33 UTC 

[PULL 00/13] Misc fixes for 2024-12-03
 2024-12-03 16:49 UTC  (4+ messages)
` [PULL 08/13] target/riscv: Avoid bad shift in riscv_cpu_do_interrupt()

[PULL 0/2] chardev patches
 2024-12-03 16:50 UTC  (4+ messages)
` [PULL 1/2] chardev: Fix record/replay error path NULL deref in device creation
` [PULL 2/2] chardev: Remove __-prefixed names

[PULL 0/2] OpenRISC updates for 9.2.0
 2024-12-03 16:49 UTC  (2+ messages)

[PATCH] hw/timer/nrf51_timer: prevent integer overflow
 2024-12-03 16:46 UTC  (2+ messages)

0001-target-loongarch-fix-vldi-inst.patch
 2024-12-03 15:38 UTC 

[PATCH v3] system: Select HVF by default when no other accelerator is available
 2024-12-03 15:53 UTC  (3+ messages)

[PATCH v2 0/3 for 9.2] hw/virtio: fix crash in virtio-balloon and test it
 2024-12-03 15:42 UTC  (5+ messages)

[PATCH] MAINTAINERS: add myself as the maintainer for LoongArch VirtMachine
 2024-12-03 15:42 UTC  (2+ messages)

[PATCH] meson: Add missing SDL dependency to system/main.c
 2024-12-03 15:41 UTC  (2+ messages)

[PATCH-for-9.2] ui/cocoa: Temporarily ignore annoying deprecated declaration warnings
 2024-12-03 15:39 UTC  (2+ messages)

[PATCH] hw/core/machine: diagnose wrapping of maxmem
 2024-12-03 15:39 UTC  (2+ messages)

[PATCH v3 0/9] Require error handling for dynamically created objects
 2024-12-03 15:30 UTC  (3+ messages)
` [PATCH v3 1/9] hw: eliminate qdev_try_new, isa_try_new & usb_try_new

[PATCH v6] i386/cpu: fixup number of addressable IDs for logical processors in the physical package
 2024-12-03 15:35 UTC  (12+ messages)

[PATCH v2 0/2] rust: safe wrappers for interrupt sources
 2024-12-03 15:47 UTC  (3+ messages)
` [PATCH v2 2/2] rust: add bindings "

[PATCH 00/67] target/arm: AArch64 decodetree conversion, final part
 2024-12-03 15:28 UTC  (7+ messages)
` [PATCH 28/67] target/arm: Convert BFCVT to decodetree
` [PATCH 42/67] target/arm: Convert handle_rev "

[PATCH v3 00/24] Multifd 🔀 device state transfer support with VFIO consumer
 2024-12-03 15:09 UTC  (5+ messages)
` [PATCH v3 18/24] vfio/migration: Don't run load cleanup if load setup didn't run

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-12-03 15:00 UTC  (8+ messages)
` [PATCH v3 0/7] hugetlbfs memory HW error fixes

[PATCH 0/1] Update email addr
 2024-12-03 15:01 UTC  (7+ messages)
` [PATCH 1/1] MAINTAINERS: update email addr for Brian Cain

[PATCH v2] pci: ensure valid link status bits for downstream ports
 2024-12-03 14:28 UTC  (2+ messages)

[PATCH v2 0/5] Change ghes driver to use HEST-based offsets
 2024-12-03 13:59 UTC  (3+ messages)

[PATCH] binfmt: Don't consider riscv{32,64} part of the same family
 2024-12-03 13:57 UTC  (5+ messages)
    ` [PATCH] binfmt: Don't consider riscv{32, 64} "

[PATCH 00/22 for 10.0] tests/functional: various improvements wrt assets/scratch files
 2024-12-03 13:53 UTC  (4+ messages)
` [PATCH 08/22] tests/functional: add helpers for building file paths

[PATCH v4 00/15] Prepare GHES driver to support error injection
 2024-12-03 13:47 UTC  (7+ messages)
` [PATCH v4 08/15] acpi/ghes: make the GHES record generation more generic
` [PATCH v4 13/15] acpi/ghes: move offset calculus to a separate function

[PULL 0/1] Migration 20241202 patches
 2024-12-03 13:43 UTC  (2+ messages)

[PULL 0/4] nvme queue
 2024-12-03 13:43 UTC  (2+ messages)

[PATCH v3] fw_cfg: Don't set callback_opaque NULL in fw_cfg_modify_bytes_read()
 2024-12-03 13:18 UTC 


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