qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-14 13:08:00 to 2025-08-15 16:08:54 UTC [more...]

[PATCH for-10.2 v9 0/6] target/arm: Add FEAT_MEC to max cpu
 2025-08-15 16:08 UTC  (4+ messages)
` [PATCH v9 2/6] tests/functional/test_aarch64_rme: update image

[PATCH 00/11] target/arm: Implement FEAT_CSSC, FEAT_CMPBR
 2025-08-15 16:05 UTC  (18+ messages)
` [PATCH 01/11] target/arm: Add feature predicate for FEAT_CSSC
` [PATCH 02/11] target/arm: Implement MIN/MAX (immediate)
` [PATCH 03/11] target/arm: Implement MIN/MAX (register)
` [PATCH 04/11] target/arm: Split out gen_wrap2_i32 helper
` [PATCH 05/11] target/arm: Implement CTZ, CNT, ABS
` [PATCH 06/11] target/arm: Enable FEAT_CSSC for -cpu max
` [PATCH 10/11] linux-user: Change exported get_elf_hwcap to abi_ulong

[PATCH v11 01/27] migration: push Error **errp into vmstate_subsection_load()
 2025-08-15 15:58 UTC  (3+ messages)
  ` [PATCH v11 02/27] migration: push Error **errp into vmstate_load_state()
  ` [PATCH v11 03/27] migration: push Error **errp into qemu_loadvm_state_header()

[PATCH v10 00/27] migration: propagate vTPM errors using Error objects
 2025-08-15 14:56 UTC  (3+ messages)
` [PATCH v10 20/27] migration: Return -1 on memory allocation failure in ram.c

[RFC 00/11] hw/arm/smmuv3: Add initial support for Secure State
 2025-08-15 14:53 UTC  (12+ messages)
` [RFC 04/11] hw/arm/smmuv3: Enable command processing for the Secure state

[RFC 0/6] virtio-net: initial iterative live migration support
 2025-08-15 14:50 UTC  (15+ messages)
` [RFC 5/6] virtio, virtio-net: skip consistency check in virtio_load for iterative migration
  ` [RFC 5/6] virtio,virtio-net: "

[RFC 0/3] Add IBM PPE42 support
 2025-08-15 14:30 UTC  (6+ messages)
` [RFC 1/3] target/ppc: Add IBM PPE42 family of processors
` [RFC 2/3] target/ppc: Add IBM PPE42 special instructions
` [RFC 3/3] hw/ppc: Add a test machine for the IBM PPE42 CPU

[PATCH] vfio: Report an error when the 'dma_max_mappings' limit is reached
 2025-08-15 14:20 UTC  (4+ messages)

[PATCH] target/riscv: do not use translator_ldl in opcode_at
 2025-08-15 14:06 UTC 

[PATCH] docs/system/keys: fix incorrect reset scaling key binding
 2025-08-15  9:00 UTC 

[PATCH v3 0/1] ARM_PMU: Trap PMCR when MDCR_EL2.TPMCR is set
 2025-08-15 13:02 UTC  (2+ messages)

[PATCH V3 1/1] hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
 2025-08-15 12:59 UTC  (2+ messages)

[PATCH 0/7] target/arm: Implement FEAT_LSE128
 2025-08-15 12:26 UTC  (8+ messages)
` [PATCH 1/7] qemu/atomic: Finish renaming atomic128-cas.h headers
` [PATCH 2/7] qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_or
` [PATCH 3/7] accel/tcg: Add cpu_atomic_*_mmu for 16-byte "
` [PATCH 4/7] tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128
` [PATCH 5/7] target/arm: Rename isar_feature_aa64_atomics
` [PATCH 6/7] target/arm: Implement FEAT_LSE128
` [PATCH 7/7] target/arm: Enable FEAT_LSE128 for -cpu max

[PATCH qemu v3 0/1] Default disable ignore guest PAT quirk (third revision)
 2025-08-15 11:20 UTC  (3+ messages)
` [PATCH qemu v3 1/1] Default disable ignore guest PAT quirk (second revision)

[PATCH for-10.2 0/8] docs: Update our kernel-doc script to the kernel's new Python one
 2025-08-15 11:12 UTC  (22+ messages)
` [PATCH for-10.2 1/8] docs/sphinx/kerneldoc.py: Handle new LINENO syntax
` [PATCH for-10.2 2/8] tests/qtest/libqtest.h: Remove stray space from doc comment
` [PATCH for-10.2 3/8] scripts: Import Python kerneldoc from Linux kernel
` [PATCH for-10.2 4/8] scripts/kernel-doc: strip QEMU_ from function definitions
` [PATCH for-10.2 5/8] scripts/kernel-doc: tweak for QEMU coding standards
` [PATCH for-10.2 6/8] scripts/kerneldoc: Switch to the Python kernel-doc script
` [PATCH for-10.2 7/8] scripts/kernel-doc: Delete the old Perl "
` [PATCH for-10.2 8/8] MAINTAINERS: Put kernel-doc under the "docs build machinery" section

[PATCH] target/arm: Clean up of register field definitions
 2025-08-15 10:39 UTC  (2+ messages)

[PATCH v2 00/14] hw/arm: add Beckhoff CX7200 board
 2025-08-15  9:01 UTC  (15+ messages)
` [PATCH v2 01/14] hw/timer: Make frequency configurable
` [PATCH v2 02/14] hw/timer: Make PERIPHCLK period configurable
` [PATCH v2 03/14] hw/dma/zynq-devcfg: Handle bitstream loading via DMA to 0xffffffff
` [PATCH v2 04/14] hw/arm/zynq-devcfg: Prevent unintended unlock during initialization
` [PATCH v2 05/14] hw/dma/zynq: Ensure PCFG_DONE bit remains set to indicate PL is in user mode
` [PATCH v2 06/14] hw/dma/zynq-devcfg: Simulate dummy PL reset
` [PATCH v2 07/14] hw/dma/zynq-devcfg: Indicate power-up status of PL
` [PATCH v2 08/14] hw/dma/zynq-devcfg: Fix register memory
` [PATCH v2 09/14] hw/misc: Add dummy ZYNQ DDR controller
` [PATCH v2 10/14] hw/misc/zynq_slcr: Add logic for DCI configuration
` [PATCH v2 11/14] hw/misc: Add Beckhoff CCAT device
` [PATCH v2 12/14] hw/block/m25p80: Add HAS_SR_TB flag for is25lp016d
` [PATCH v2 13/14] hw/arm: Add new machine based on xilinx-zynq-a9 for Beckhoff CX7200
` [PATCH v2 14/14] docs/system/arm: Add support "

[PATCH] util/qht: fix possible NULL pointer dereference in qht_bucket_remove_entry()
 2025-08-15  8:51 UTC  (2+ messages)

[PATCH v2] kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c
 2025-08-15  6:54 UTC 

[RFC PATCH 0/4] migration: Introduce postcopy-setup capability and state
 2025-08-15  6:35 UTC  (7+ messages)

[PATCH] kvm/kvm-all: declare kvm_park_vcpu static and make it local to kvm-all.c
 2025-08-15  6:24 UTC  (2+ messages)

[PATCH v6 00/13] HVF: Add support for platform vGIC and nested virtualisation
 2025-08-15  5:55 UTC  (6+ messages)
` [PATCH v6 04/13] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH v6 12/13] target/arm: hvf: instantiate GIC early

[PATCH 6.16 000/627] 6.16.1-rc1 review
 2025-08-15  5:33 UTC  (11+ messages)

[RFC PATCH 0/3] block/export: Add FUSE-over-io_uring for Storage Exports
 2025-08-15  3:46 UTC  (4+ messages)
` [PATCH 1/3] fuse: add FUSE-over-io_uring enable opt and init
` [PATCH 2/3] fuse: Handle FUSE-uring requests
` [PATCH 3/3] fuse: Safe termination for FUSE-uring

[PATCH v2] aplic: fix mask for smsiaddrcfgh
 2025-08-15  2:34 UTC  (2+ messages)
` 回复: "

[PATCH] target/hppa: prevent overflow in BTLB entry size calculation
 2025-08-14 23:24 UTC  (3+ messages)

[PATCH v2 00/24] migration: Unify capabilities and parameters
 2025-08-14 19:45 UTC  (17+ messages)
` [PATCH v2 13/24] migration: Use QAPI_CLONE_MEMBERS in migrate_params_apply
` [PATCH v2 14/24] migration: Use visitors in migrate_params_test_apply
` [PATCH v2 20/24] migration: Allow migrate commands to provide the migration config
` [PATCH v2 22/24] tests/qtest/migration: Adapt the capabilities helper to take a config
` [PATCH v2 24/24] tests/qtest/migration: Pass the migration config to file tests

[PATCH v4 0/8] Reinvent BQL-free PIO/MMIO
 2025-08-14 19:05 UTC  (10+ messages)
` [PATCH v4 1/8] memory: reintroduce BQL-free fine-grained PIO/MMIO
` [PATCH v4 2/8] acpi: mark PMTIMER as unlocked
` [PATCH v4 3/8] hpet: switch to fain-grained device locking
` [PATCH v4 4/8] hpet: move out main counter read into a separate block
` [PATCH v4 5/8] hpet: make main counter read lock-less
` [PATCH v4 6/8] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
` [PATCH v4 7/8] kvm: i386: irqchip: take BQL only if there is an interrupt
` [PATCH v4 8/8] tcg: move interrupt caching and single step masking closer to user

[PULL 00/59] tcg patch queue
 2025-08-14 18:09 UTC  (3+ messages)
` [PULL 55/59] include/user: Use vaddr in guest-host.h

[ANNOUNCE] QEMU 10.1.0-rc3 is now available
 2025-08-14 18:10 UTC  (3+ messages)

[PATCH V3 0/9] Live update: cpr-exec
 2025-08-14 17:20 UTC  (11+ messages)
` [PATCH V3 1/9] migration: multi-mode notifier
` [PATCH V3 2/9] migration: add cpr_walk_fd
` [PATCH V3 3/9] oslib: qemu_clear_cloexec
` [PATCH V3 4/9] vl: helper to request exec
` [PATCH V3 5/9] migration: cpr-exec-command parameter
` [PATCH V3 6/9] migration: cpr-exec save and load
` [PATCH V3 7/9] migration: cpr-exec mode
` [PATCH V3 8/9] migration: cpr-exec docs
` [PATCH V3 9/9] vfio: cpr-exec mode

[PATCH] x86/loader: Rectify the address of setup_data
 2025-08-14 14:14 UTC 

[PATCH-for-10.1? 0/3] linux-user: Select default CPUs for MicroMIPS and MIPS16e ASEs
 2025-08-14 13:42 UTC  (2+ messages)

[PATCH qemu v2 1/1] Default disable ignore guest PAT quirk (second revision)
 2025-08-14 13:41 UTC  (2+ messages)

[PATCH v3 00/85] target/arm: Implement FEAT_GCS
 2025-08-14 12:57 UTC  (59+ messages)
` [PATCH v3 06/85] target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug
` [PATCH v3 08/85] target/arm: Skip AF and DB updates for AccessType_AT
` [PATCH v3 15/85] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v3 18/85] target/arm: Populate PIE in aa64_va_parameters
` [PATCH v3 22/85] target/arm: Expand CPUARMState.exception.syndrome to 64 bits
` [PATCH v3 23/85] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH v3 24/85] target/arm: Implement dirtybit check for PIE
` [PATCH v3 25/85] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [PATCH v3 26/85] include/hw/core/cpu: Introduce MMUIdxMap
` [PATCH v3 28/85] include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
` [PATCH v3 29/85] target/hppa: Adjust mmu indexes to begin with 0
` [PATCH v3 30/85] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH v3 32/85] target/arm: Split out mmuidx.h from cpu.h
` [PATCH v3 33/85] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH v3 35/85] target/arm: Convert regime_el "
` [PATCH v3 36/85] target/arm: Convert regime_has_2_ranges "
` [PATCH v3 39/85] target/arm: Remove unused env argument from regime_is_user
` [PATCH v3 41/85] target/arm: Convert arm_mmu_idx_is_stage1_of_2 from switch to table
` [PATCH v3 42/85] target/arm: Convert regime_is_stage2 "
` [PATCH v3 43/85] target/arm: Introduce mmu indexes for GCS
` [PATCH v3 44/85] target/arm: Introduce regime_to_gcs
` [PATCH v3 45/85] target/arm: Support page protections for GCS mmu indexes
` [PATCH v3 46/85] target/arm: Implement gcs bit for data abort
` [PATCH v3 47/85] target/arm: Add GCS cpregs
` [PATCH v3 49/85] target/arm: Implement FEAT_CHK
` [PATCH v3 50/85] target/arm: Expand pstate to 64 bits
` [PATCH v3 54/85] target/arm: Introduce delay_exception{_el}
` [PATCH v3 55/85] target/arm: Emit HSTR trap exception out of line
` [PATCH v3 56/85] target/arm: Emit v7m LTPSIZE "
` [PATCH v3 57/85] target/arm: Implement GCSSTR, GCSSTTR
` [PATCH v3 58/85] target/arm: Implement GCSB
` [PATCH v3 59/85] target/arm: Implement GCSPUSHM
` [PATCH v3 60/85] target/arm: Implement GCSPOPM
` [PATCH v3 61/85] target/arm: Implement GCSPUSHX
` [PATCH v3 62/85] target/arm: Implement GCSPOPX
` [PATCH v3 63/85] target/arm: Implement GCSPOPCX
` [PATCH v3 64/85] target/arm: Implement GCSSS1
` [PATCH v3 65/85] target/arm: Implement GCSSS2
` [PATCH v3 66/85] target/arm: Add gcs record for BL
` [PATCH v3 67/85] target/arm: Add gcs record for BLR
` [PATCH v3 68/85] target/arm: Add gcs record for BLR with PAuth
` [PATCH v3 69/85] target/arm: Load gcs record for RET
` [PATCH v3 70/85] target/arm: Load gcs record for RET with PAuth
` [PATCH v3 71/85] target/arm: Copy EXLOCKEn to EXLOCK on exception to the same EL
` [PATCH v3 72/85] target/arm: Implement EXLOCK check during exception return
` [PATCH v3 73/85] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH v3 74/85] linux-user/aarch64: Implement prctls for GCS
` [PATCH v3 75/85] linux-user/aarch64: Allocate new gcs stack on clone
` [PATCH v3 76/85] linux-user/aarch64: Release gcs stack on thread exit
` [PATCH v3 77/85] linux-user/aarch64: Implement map_shadow_stack syscall
` [PATCH v3 78/85] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PATCH v3 79/85] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PATCH v3 80/85] linux-user/aarch64: Generate GCS signal records
` [PATCH v3 81/85] linux-user: Change exported get_elf_hwcap to abi_ulong
` [PATCH v3 82/85] linux-user/aarch64: Enable GCS in HWCAP
` [PATCH v3 83/85] tests/tcg/aarch64: Add gcsstr
` [PATCH v3 84/85] tests/tcg/aarch64: Add gcspushm
` [PATCH v3 85/85] tests/tcg/aarch64: Add gcsss

[PATCH] docs/system/i386: document TDG.VP.VMCALL<GetQuote> and TD attestation
 2025-08-14 13:18 UTC  (2+ messages)

[PATCH] hw/virtio/virtio-pci: add defensive check for vector_irqfd
 2025-08-14 13:07 UTC  (2+ messages)


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