messages from 2025-09-22 12:17:38 to 2025-09-22 20:58:25 UTC [more...]
[PATCH v6 00/25] tcg-plugins: add hooks for discontinuities
2025-09-22 20:57 UTC (6+ messages)
` [PATCH v6 03/25] plugins: add hooks for new discontinuity related callbacks
[PATCH v3 0/2] migration/tls: Graceful shutdowns for main and postcopy channels
2025-09-22 20:18 UTC (5+ messages)
[PATCH v11 00/17] Change ghes to use HEST-based offsets and add support for error inject
2025-09-22 19:53 UTC (9+ messages)
` [PATCH v11 07/17] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v11 13/17] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v11 16/17] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v11 17/17] scripts/ghes_inject: add a script to generate GHES error inject
[PATCH 00/25] September maintainer updates (docs, plugins, semihosting) pre-PR
2025-09-22 19:37 UTC (6+ messages)
` [PATCH 01/25] docs/devel: fix typo in code-provenance.rst
` [PATCH 12/25] semihosting/arm-compat-semi: replace target_ulong with vaddr
Should QEMU (accel=kvm) kvm-clock/guest_tsc stop counting during downtime blackout?
2025-09-22 19:37 UTC (5+ messages)
[PATCH] system/memory: Split address_space_write_rom_internal
2025-09-22 19:29 UTC
[PATCH v5 00/76] target/arm: Implement FEAT_GCS
2025-09-22 18:49 UTC (77+ messages)
` [PATCH v5 01/76] target/arm: Add isar feature test for FEAT_S1PIE, FEAT_S2PIE
` [PATCH v5 02/76] target/arm: Enable TCR2_ELx.PIE
` [PATCH v5 03/76] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v5 04/76] target/arm: Force HPD for stage2 translations
` [PATCH v5 05/76] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PATCH v5 06/76] target/arm: Populate PIE in aa64_va_parameters
` [PATCH v5 07/76] target/arm: Implement get_S1prot_indirect
` [PATCH v5 08/76] target/arm: Implement get_S2prot_indirect
` [PATCH v5 09/76] target/arm: Expand CPUARMState.exception.syndrome to 64 bits
` [PATCH v5 10/76] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH v5 11/76] target/arm: Implement dirtybit check for PIE
` [PATCH v5 12/76] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [PATCH v5 13/76] include/hw/core/cpu: Introduce MMUIdxMap
` [PATCH v5 14/76] include/hw/core/cpu: Introduce cpu_tlb_fast
` [PATCH v5 15/76] include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
` [PATCH v5 16/76] target/hppa: Adjust mmu indexes to begin with 0
` [PATCH v5 17/76] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH v5 18/76] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v5 19/76] target/arm: Split out mmuidx.h from cpu.h
` [PATCH v5 20/76] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH v5 21/76] target/arm: Remove unused env argument from regime_el
` [PATCH v5 22/76] target/arm: Convert regime_el from switch to table
` [PATCH v5 23/76] target/arm: Convert regime_has_2_ranges "
` [PATCH v5 24/76] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v5 25/76] target/arm: Convert regime_is_pan from switch to table
` [PATCH v5 26/76] target/arm: Remove unused env argument from regime_is_user
` [PATCH v5 27/76] target/arm: Convert regime_is_user from switch to table
` [PATCH v5 28/76] target/arm: Convert arm_mmu_idx_is_stage1_of_2 "
` [PATCH v5 29/76] target/arm: Convert regime_is_stage2 "
` [PATCH v5 30/76] target/arm: Introduce mmu indexes for GCS
` [PATCH v5 31/76] target/arm: Introduce regime_to_gcs
` [PATCH v5 32/76] target/arm: Support page protections for GCS mmu indexes
` [PATCH v5 33/76] target/arm: Implement gcs bit for data abort
` [PATCH v5 34/76] target/arm: Add GCS cpregs
` [PATCH v5 35/76] target/arm: Add GCS enable and trap levels to DisasContext
` [PATCH v5 36/76] target/arm: Implement FEAT_CHK
` [PATCH v5 37/76] target/arm: Make helper_exception_return system-only
` [PATCH v5 38/76] target/arm: Export cpsr_{read_for, write_from}_spsr_elx
` [PATCH v5 39/76] target/arm: Expand pstate to 64 bits
` [PATCH v5 40/76] target/arm: Add syndrome data for EC_GCS
` [PATCH v5 41/76] target/arm: Add arm_hcr_el2_nvx_eff
` [PATCH v5 42/76] target/arm: Use arm_hcr_el2_nvx_eff in access_nv1
` [PATCH v5 43/76] target/arm: Split out access_nv1_with_nvx
` [PATCH v5 44/76] target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx
` [PATCH v5 45/76] target/arm: Split {full,core}_a64_user_mem_index
` [PATCH v5 46/76] target/arm: Introduce delay_exception{_el}
` [PATCH v5 47/76] target/arm: Emit HSTR trap exception out of line
` [PATCH v5 48/76] target/arm: Emit v7m LTPSIZE "
` [PATCH v5 49/76] target/arm: Implement GCSSTR, GCSSTTR
` [PATCH v5 50/76] target/arm: Implement GCSB
` [PATCH v5 51/76] target/arm: Implement GCSPUSHM
` [PATCH v5 52/76] target/arm: Implement GCSPOPM
` [PATCH v5 53/76] target/arm: Implement GCSPUSHX
` [PATCH v5 54/76] target/arm: Implement GCSPOPX
` [PATCH v5 55/76] target/arm: Implement GCSPOPCX
` [PATCH v5 56/76] target/arm: Implement GCSSS1
` [PATCH v5 57/76] target/arm: Implement GCSSS2
` [PATCH v5 58/76] target/arm: Add gcs record for BL
` [PATCH v5 59/76] target/arm: Add gcs record for BLR
` [PATCH v5 60/76] target/arm: Add gcs record for BLR with PAuth
` [PATCH v5 61/76] target/arm: Load gcs record for RET
` [PATCH v5 62/76] target/arm: Load gcs record for RET with PAuth
` [PATCH v5 63/76] target/arm: Copy EXLOCKEn to EXLOCK on exception to the same EL
` [PATCH v5 64/76] target/arm: Implement EXLOCK check during exception return
` [PATCH v5 65/76] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH v5 66/76] linux-user/aarch64: Implement prctls for GCS
` [PATCH v5 67/76] linux-user/aarch64: Allocate new gcs stack on clone
` [PATCH v5 68/76] linux-user/aarch64: Release gcs stack on thread exit
` [PATCH v5 69/76] linux-user/aarch64: Implement map_shadow_stack syscall
` [PATCH v5 70/76] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PATCH v5 71/76] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PATCH v5 72/76] linux-user/aarch64: Generate GCS signal records
` [PATCH v5 73/76] linux-user/aarch64: Enable GCS in HWCAP
` [PATCH v5 74/76] tests/tcg/aarch64: Add gcsstr
` [PATCH v5 75/76] tests/tcg/aarch64: Add gcspushm
` [PATCH v5 76/76] tests/tcg/aarch64: Add gcsss
[PATCH] vhost: Do not actively send a config interrupt
2025-09-22 15:19 UTC
[PATCH] tests/qtest: optimize qtest_get_machines
2025-09-22 18:22 UTC (3+ messages)
[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
2025-09-22 17:51 UTC (8+ messages)
` [PATCH 3/4] export/fuse: Safe termination for FUSE-uring
[PATCH 0/4] migration: Introduce POSTCOPY_DEVICE state
2025-09-22 17:48 UTC (12+ messages)
` [PATCH 3/4] migration: Refactor incoming cleanup into migration_incoming_finish()
` [PATCH 4/4] migration: Introduce POSTCOPY_DEVICE state
[PATCH 0/5] vfio: relax the vIOMMU check
2025-09-22 17:01 UTC (7+ messages)
` [PATCH 3/5] vfio/iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag support
[RFC PATCH 0/4] docs/code-provenance: make AI policy clearer and more practical
2025-09-22 16:55 UTC (18+ messages)
` [RFC PATCH 1/4] docs/code-provenance: clarify scope very early
` [RFC PATCH 2/4] docs/code-provenance: make the exception process more prominent
` [RFC PATCH 3/4] docs/code-provenance: clarify the scope of AI exceptions
` [RFC PATCH 4/4] docs/code-provenance: make the exception process feasible
[PATCH 00/24] CI/build-sys fixes to enable Rust more widely
2025-09-22 16:40 UTC (7+ messages)
` [PATCH 14/24] tests: move mips to debian-legacy-test-cross
[PULL,2/2] .gitmodules: move u-boot mirrors to qemu-project-mirrors
2025-09-22 16:16 UTC (2+ messages)
[PATCH 0/3] docs/code-provenance: clarify AI exception process
2025-09-22 16:05 UTC (7+ messages)
` [PATCH 1/3] docs/code-provenance: clarify scope very early
` [PATCH 2/3] docs/code-provenance: make the exception process more prominent
` [PATCH 3/3] docs/code-provenance: AI exceptions are in addition to DCO
[PATCH V4 0/8] Live update: cpr-exec
2025-09-22 16:00 UTC (13+ messages)
` [PATCH V4 1/8] migration: multi-mode notifier
` [PATCH V4 2/8] migration: add cpr_walk_fd
` [PATCH V4 3/8] oslib: qemu_clear_cloexec
` [PATCH V4 4/8] migration: cpr-exec-command parameter
` [PATCH V4 5/8] migration: cpr-exec save and load
` [PATCH V4 6/8] migration: cpr-exec mode
` [PATCH V4 7/8] migration: cpr-exec docs
` [PATCH V4 8/8] vfio: cpr-exec mode
[PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
2025-09-22 15:51 UTC (5+ messages)
[PULL 00/61] CPU, Rust, x86 changes for 2025-09-13
2025-09-22 15:16 UTC (7+ messages)
` [PULL 21/61] configure: bump Meson to 1.9.0 for use with Rust
` [PULL 54/61] i386/cpu: Enable SMM cpu address space under KVM
[PATCH] virtio: vhost-user-device: Make user creatable again
2025-09-22 15:14 UTC (17+ messages)
[PATCH 0/5] target/loongarch: Move TCG specified functions to tcg_cpu.c
2025-09-22 14:32 UTC (9+ messages)
` [PATCH 2/5] target/loongarch: Set function loongarch_cpu_has_work() as public
` [PATCH 3/5] target/loongarch: Set file tcg_cpu.c separate from cpu.c
` [PATCH 4/5] target/loongarch: Move function do_raise_exception() to tcg_cpu.c
` [PATCH 5/5] target/loongarch: Define loongarch_exception_name() as static
[PATCH] virtio: Add function name to error messages
2025-09-22 14:23 UTC (9+ messages)
` "
` [PATCH v2] "
[PULL 00/16] Treewide I/O handle cleanup
2025-09-22 14:29 UTC (8+ messages)
` [PULL 13/16] treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
` [PULL 14/16] chardev: qemu_chr_open_fd(): add errp
[PATCH] x86: ich9: fix default value of 'No Reboot' bit in GCS
2025-09-22 14:24 UTC (2+ messages)
[PATCH v7 00/14] virtio: introduce support for GSO over UDP tunnel
2025-09-22 14:18 UTC (15+ messages)
` [PATCH v7 01/14] net: bundle all offloads in a single struct
` [PATCH v7 02/14] linux-headers: deal with counted_by annotation
` [PATCH v7 03/14] linux-headers: Update to Linux v6.17-rc1
` [PATCH v7 04/14] virtio: introduce extended features type
` [PATCH v7 05/14] virtio: serialize extended features state
` [PATCH v7 06/14] virtio: add support for negotiating extended features
` [PATCH v7 07/14] virtio-pci: implement support for "
` [PATCH v7 08/14] vhost: add support for negotiating "
` [PATCH v7 09/14] qmp: update virtio features map to support "
` [PATCH v7 10/14] vhost-backend: implement extended features support
` [PATCH v7 11/14] vhost-net: "
` [PATCH v7 12/14] virtio-net: "
` [PATCH v7 13/14] net: implement tunnel probing
` [PATCH v7 14/14] net: implement UDP tunnel features offloading
[PATCH] hw/loongarch/virt: Align VIRT_GED_CPUHP_ADDR to 4 bytes
2025-09-22 14:15 UTC
[PATCH v6 00/19] hw/i386: separate isapc out from pc_piix
2025-09-22 13:56 UTC (19+ messages)
` [PATCH v6 01/19] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
` [PATCH v6 09/19] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
[PATCH] ui/spice: Fix abort on SPICE client connect
2025-09-22 13:53 UTC (3+ messages)
[PATCH v6 00/14] virtio: introduce support for GSO over UDP tunnel
2025-09-22 13:28 UTC (6+ messages)
` [PATCH v6 09/14] qmp: update virtio features map to support extended features
[PATCH] passt: Declare dependency on gio
2025-09-22 13:22 UTC
[PATCH] tests/functional/s390x/test_pxelinux: Fix warnings from pylint
2025-09-22 13:19 UTC (2+ messages)
[PATCH] mirror: Optimize mirroring for zero blocks in mirror_read_complete
2025-09-22 12:53 UTC (3+ messages)
[PATCH] block: remove 'detached-header' option from opts after use
2025-09-22 12:37 UTC (2+ messages)
[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
2025-09-22 12:16 UTC (3+ messages)
` [PATCH v3 14/20] util: fix interleaving of error & trace output
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).