qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-30 16:47:31 to 2025-09-01 03:32:35 UTC [more...]

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-09-01  3:31 UTC  (22+ messages)
` [PATCH v5 02/21] hw/pci: Introduce pci_device_get_viommu_cap()
` [PATCH v5 11/21] intel_iommu: Handle PASID entry removal and update
` [PATCH v5 13/21] intel_iommu: Introduce a new pasid cache invalidation type FORCE_RESET

[PATCH v2 0/5] NVMe: Add SPDM over the storage transport support
 2025-09-01  3:11 UTC  (4+ messages)
` [PATCH v2 3/5] hw/nvme: add NVMe Admin Security SPDM support

[PATCH v5 00/13] virtio: introduce support for GSO over UDP tunnel
 2025-09-01  2:47 UTC  (5+ messages)
` [PATCH v5 08/13] qmp: update virtio features map to support extended features

[PATCH] vfio/container: Remap only populated parts in a section
 2025-09-01  2:13 UTC  (3+ messages)

[PATCH] block: honor $TMPDIR in create_tmp_file()
 2025-08-31 22:39 UTC  (2+ messages)

[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
 2025-08-31 17:12 UTC  (13+ messages)
` [PATCH v13 03/27] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v13 07/27] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v13 10/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v13 13/27] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v13 21/27] migration: push Error **errp into loadvm_process_enable_colo()
` [PATCH v13 23/27] migration: Capture error in postcopy_ram_listen_thread()
` [PATCH v13 24/27] migration: Remove error variant of vmstate_save_state() function

[PATCH v3 0/1] dump: enhance win_dump_available to report properly
 2025-08-31 16:10 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] tests: honor $TMPDIR for test_virtio_version
 2025-08-31 12:52 UTC 

[PATCH 1/7] Add termios2 support to linux-user
 2025-08-31 13:45 UTC  (2+ messages)

[PULL 00/28] i386, accel, memory patches for 2025-08-29
 2025-08-31  7:28 UTC  (5+ messages)
` [PULL 09/28] hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
` [PULL 12/28] hw/i386/pc_piix.c: hardcode hole64_size to 0 in pc_init_isa()
` [PULL 25/28] hpet: move out main counter read into a separate block

[PATCH v3 0/1] ARM_PMU: Trap PMCR when MDCR_EL2.TPMCR is set
 2025-08-31  5:05 UTC  (3+ messages)
` [PATCH v3 1/1] target/arm: "

[PATCH] tcg/arm: Fix tgen_deposit
 2025-08-31  5:02 UTC  (2+ messages)

[PATCH v2 00/14] util: sync error_report & qemu_log output more closely
 2025-08-30 23:26 UTC  (22+ messages)
` [PATCH v2 01/14] include: define constant for early constructor priority
` [PATCH v2 02/14] monitor: initialize global data from a constructor
` [PATCH v2 03/14] system: unconditionally enable thread naming
` [PATCH v2 04/14] util: expose qemu_thread_set_name
` [PATCH v2 05/14] audio: make jackaudio use qemu_thread_set_name
` [PATCH v2 06/14] util: set the name for the 'main' thread
` [PATCH v2 07/14] util: add API to fetch the current thread name
` [PATCH v2 13/14] util: add support for formatting thread info in messages
` [PATCH v2 14/14] util: add brackets around guest name in message context

[PULL v2 00/32] target-arm queue
 2025-08-30 23:07 UTC  (2+ messages)

[PATCH] user-exec: abort if interrupt_request is used
 2025-08-30 21:53 UTC  (2+ messages)

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-08-29 13:55 UTC  (6+ messages)
` [PATCH 15/61] target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}
` [PATCH 19/61] target/arm: Reorder ENCODE_AA64_CP_REG arguments

[PATCH 00/22] rust: split qemu-api
 2025-08-29  8:11 UTC  (3+ messages)
` [PATCH 07/22] rust: move vmstate_clock!() to qdev module

[PATCH v4 00/84] target/arm: Implement FEAT_GCS
 2025-08-30  5:41 UTC  (53+ messages)
` [PATCH v4 07/84] target/arm: Introduce get_phys_addr_for_at
` [PATCH v4 08/84] target/arm: Skip AF and DB updates for AccessType_AT
` [PATCH v4 09/84] target/arm: Add prot_check parameter to do_ats_write
` [PATCH v4 14/84] target/arm: Enable TCR2_ELx.PIE
` [PATCH v4 15/84] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v4 17/84] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PATCH v4 18/84] target/arm: Populate PIE in aa64_va_parameters
` [PATCH v4 19/84] target/arm: Implement get_S1prot_indirect
` [PATCH v4 22/84] target/arm: Expand CPUARMState.exception.syndrome to 64 bits
` [PATCH v4 23/84] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH v4 25/84] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [PATCH v4 26/84] include/hw/core/cpu: Introduce MMUIdxMap
` [PATCH v4 27/84] include/hw/core/cpu: Introduce cpu_tlb_fast
` [PATCH v4 28/84] include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
` [PATCH v4 29/84] target/hppa: Adjust mmu indexes to begin with 0
` [PATCH v4 31/84] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v4 35/84] target/arm: Convert regime_el from switch to table
` [PATCH v4 36/84] target/arm: Convert regime_has_2_ranges "
` [PATCH v4 37/84] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v4 39/84] target/arm: Remove unused env argument from regime_is_user
` [PATCH v4 40/84] target/arm: Convert regime_is_user from switch to table
` [PATCH v4 42/84] target/arm: Convert regime_is_stage2 "
` [PATCH v4 43/84] target/arm: Introduce mmu indexes for GCS
` [PATCH v4 45/84] target/arm: Support page protections for GCS mmu indexes
` [PATCH v4 46/84] target/arm: Implement gcs bit for data abort
` [PATCH v4 50/84] target/arm: Expand pstate to 64 bits
` [PATCH v4 51/84] target/arm: Add syndrome data for EC_GCS
` [PATCH v4 53/84] target/arm: Split {arm,core}_user_mem_index
` [PATCH v4 54/84] target/arm: Introduce delay_exception{_el}
` [PATCH v4 55/84] target/arm: Emit HSTR trap exception out of line
` [PATCH v4 56/84] target/arm: Emit v7m LTPSIZE "
` [PATCH v4 58/84] target/arm: Implement GCSB
` [PATCH v4 59/84] target/arm: Implement GCSPUSHM
` [PATCH v4 61/84] target/arm: Implement GCSPUSHX
` [PATCH v4 62/84] target/arm: Implement GCSPOPX
` [PATCH v4 64/84] target/arm: Implement GCSSS1
` [PATCH v4 65/84] target/arm: Implement GCSSS2
` [PATCH v4 67/84] target/arm: Add gcs record for BLR
` [PATCH v4 68/84] target/arm: Add gcs record for BLR with PAuth
` [PATCH v4 69/84] target/arm: Load gcs record for RET
` [PATCH v4 70/84] target/arm: Load gcs record for RET with PAuth
` [PATCH v4 71/84] target/arm: Copy EXLOCKEn to EXLOCK on exception to the same EL
` [PATCH v4 72/84] target/arm: Implement EXLOCK check during exception return
` [PATCH v4 73/84] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH v4 74/84] linux-user/aarch64: Implement prctls for GCS
` [PATCH v4 75/84] linux-user/aarch64: Allocate new gcs stack on clone
` [PATCH v4 77/84] linux-user/aarch64: Implement map_shadow_stack syscall
` [PATCH v4 78/84] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PATCH v4 79/84] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PATCH v4 80/84] linux-user/aarch64: Generate GCS signal records
` [PATCH v4 82/84] tests/tcg/aarch64: Add gcsstr
` [PATCH v4 83/84] tests/tcg/aarch64: Add gcspushm

[PATCH v9 00/11] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-08-29  8:25 UTC  (4+ messages)
` [PATCH v9 07/11] hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation
` [PATCH v9 09/11] bios-tables-test: Allow for smmuv3 test data
` [PATCH v9 11/11] qtest/bios-tables-test: Update tables for smmuv3 tests

[PATCH v4 0/7] tracetool: add test suite to improve reviewability
 2025-08-30  8:20 UTC  (3+ messages)
` [PATCH v4 7/7] qapi: switch to use QEMU_TEST_REGENERATE env var

[PULL 00/91] linux-user patch queue
 2025-08-30  1:46 UTC  (26+ messages)
` [PULL 07/91] linux-user/arm: Convert target_elf_gregset_t to a struct
` [PULL 08/91] linux-user/aarch64: "
` [PULL 11/91] linux-user/mips: "
` [PULL 15/91] linux-user/m68k: "
` [PULL 17/91] linux-user/xtensa: "
` [PULL 23/91] linux-user: Move elf_core_copy_regs to aarch64/elfload.c
` [PULL 26/91] linux-user: Move elf_core_copy_regs to mips/elfload.c
` [PULL 28/91] linux-user: Move elf_core_copy_regs to openrisc/elfload.c
` [PULL 30/91] linux-user: Move elf_core_copy_regs to m68k/elfload.c
` [PULL 33/91] linux-user: Remove target_elf_greg_t, tswapreg from elfload.c
` [PULL 38/91] linux-user/x86_64: Fix dump of fs_base, gs_base
` [PULL 39/91] linux-user/aarch64: Create target_ptrace.h
` [PULL 41/91] linux-user/arm: "
` [PULL 57/91] linux-user/sh4: "
` [PULL 61/91] linux-user: Move init_guest_commpage to x86_64/elfload.c
` [PULL 69/91] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PULL 71/91] linux-user: Move elf parameters to ppc/target_elf.h
` [PULL 72/91] linux-user: Move elf parameters to loongarch64/target_elf.h
` [PULL 75/91] linux-user: Move elf parameters to openrisc/target_elf.h
` [PULL 78/91] linux-user: Move elf parameters to alpha/target_elf.h
` [PULL 81/91] linux-user: Move elf parameters to hppa/target_elf.h
` [PULL 84/91] linux-user: Standardize on ELF_MACHINE not ELF_ARCH
` [PULL 85/91] linux-user: Rename elf_check_arch
` [PULL 86/91] linux-user: Remove ELIBBAD from elfload.c

[PATCH v4 00/47] AMD Versal Gen 2 support
 2025-08-28 22:22 UTC  (13+ messages)
` [PATCH v4 01/47] hw/arm/xlnx-versal: split the xlnx-versal type
` [PATCH v4 05/47] hw/arm/xlnx-versal: sdhci: refactor creation
` [PATCH v4 12/47] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs
` [PATCH v4 20/47] hw/arm/xlnx-versal: refactor CPU cluster creation
` [PATCH v4 36/47] hw/misc/xlnx-versal-crl: add the versal2 version
` [PATCH v4 40/47] hw/arm/xlnx-versal: add versal2 SoC

[PATCH 2/7] Add termios2 support to alpha target
 2025-08-30 13:16 UTC 

[PATCH v2 0/3] tests/functional: improve handling flaky downloads
 2025-08-29 21:21 UTC  (7+ messages)
` [PATCH v2 1/3] tests/functional: enable force refresh of cached assets
` [PATCH v2 2/3] tests/functional: fix formatting of exception args
` [PATCH v2 3/3] tests/functional: handle URLError when fetching assets

[PATCH v3 00/85] target/arm: Implement FEAT_GCS
 2025-08-29 23:14 UTC  (2+ messages)

[PATCH 0/2] hw/mips: Remove mipssim machine and mipsnet device
 2025-08-30  2:52 UTC  (3+ messages)

[PATCH 4/7] Add termios2 support to mips target
 2025-08-30 13:17 UTC 

[PATCH 0/5] target/arm: Remove deprecated pxa CPUs and xscale/iwmmxt code
 2025-08-28 21:37 UTC  (11+ messages)
` [PATCH 1/5] target/arm: Remove deprecated pxa CPU family
` [PATCH 2/5] target/arm: Remove XScale and iWMMXt translate.c code
` [PATCH 3/5] target/arm: Remove iwmmxt helper functions
` [PATCH 4/5] target/arm: Drop ARM_FEATURE_XSCALE handling
` [PATCH 5/5] target/arm: Drop ARM_FEATURE_IWMMXT handling

[PATCH] qapi: net/tap: deprecate vhostforce option
 2025-08-30  8:17 UTC  (2+ messages)

[PATCH v2] hw/sensor: add stub for ADM1266 blackbox
 2025-08-29 16:23 UTC  (2+ messages)

[PATCH v2] target/arm: Rename isar_feature_aa64_atomics
 2025-08-30 16:09 UTC  (2+ messages)

[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
 2025-08-30 12:00 UTC  (3+ messages)
` [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring

[PATCH v3 00/87] linux-user: Split up elfload.c
 2025-08-28 22:28 UTC  (7+ messages)
` [PATCH v3 30/87] linux-user/i386: Create target_ptrace.h
` [PATCH v3 38/87] linux-user/arm: Expand target_elf_gregset_t

[PATCH] dump: enhance win_dump_available to report properly
 2025-08-30 12:02 UTC  (3+ messages)

[PATCH v2 0/5] tcg/i386: Improve vector shifts
 2025-08-30  3:39 UTC  (3+ messages)
` [PATCH v2 1/5] cpuinfo/i386: Detect GFNI as an AVX extension
` [PATCH v2 4/5] tcg/i386: Add INDEX_op_x86_vgf2p8affineqb_vec

[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
 2025-08-29 21:41 UTC  (14+ messages)
` [PATCH 01/18] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PATCH 03/18] target/i386: limit a20 "
` [PATCH 05/18] user-exec: remove cpu_interrupt() stub
` [PATCH 06/18] treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
` [PATCH 11/18] accel/tcg: create a thread-kick function for TCG
` [PATCH 15/18] bsd-user, linux-user: introduce qemu_wait_io_event
` [PATCH 16/18] cpus: clear exit_request in qemu_wait_io_event
` [PATCH 17/18] accel: make all calls to qemu_wait_io_event look the same
` [PATCH 18/18] tcg/user: do not set exit_request gratuitously

[PULL 00/32] target-arm queue
 2025-08-28 21:42 UTC  (3+ messages)
` [PULL 29/32] target/arm: Rename isar_feature_aa64_atomics

[PATCH v9 0/7] Power11 support for QEMU [PowerNV]
 2025-08-28 21:49 UTC  (7+ messages)
      ` Access to remote XIVE2 units (was Re: [PATCH v9 0/7] Power11 support for QEMU [PowerNV])

[PATCH 0/2] hw/core: Don't dump incompletely reset cpu
 2025-08-28 21:57 UTC  (6+ messages)
` [PATCH 1/2] hw/core: Dump cpu_reset in the reset.exit phase
` [PATCH 2/2] hw/core: Use qemu_log_trylock/unlock in cpu_common_reset_exit

[PATCH 6/7] Add termios2 support to sh4 target
 2025-08-30 13:19 UTC 

[PATCH 3/7] Add termios2 support to hppa target
 2025-08-30 13:17 UTC 

[PATCH] linux-user: Drop deprecated -p option
 2025-08-28 21:40 UTC  (3+ messages)

[Stable-10.0.4 00/59] Patch Round-up for stable 10.0.4, freeze on 2025-09-06
 2025-08-29 17:56 UTC  (4+ messages)
` [Stable-10.0.4 56/59] hw/uefi: clear uefi-vars buffer in uefi_vars_write callback

[PATCH RFC 0/9] migration: Threadify loadvm process
 2025-08-29 17:17 UTC  (4+ messages)
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process

[PATCH] system: drop the -old-param option
 2025-08-28 22:07 UTC  (3+ messages)

[PULL 0/9] Misc QGA fixes for 2025-08-29
 2025-08-29 20:39 UTC  (4+ messages)
` [PULL 2/9] qga: fix potentially not initialized nr_volumes in qga_vss_fsfreeze()
` [PULL 3/9] qga-vss: Replace asserts with condition and report error

[PATCH 7/7] Add termios2 support to sparc target
 2025-08-30 13:20 UTC 

[PATCH 5/7] Add termios2 support to ppc target
 2025-08-30 13:18 UTC 

[PATCH] hw/loongarch/virt: Fix the cpu hotplug issue
 2025-08-29  3:14 UTC  (2+ messages)

[PATCH 0/3] tests/functional: improve handling flaky downloads
 2025-08-29  9:08 UTC  (4+ messages)
` [PATCH 3/3] tests/functional: handle URLError when fetching assets


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