qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-30 16:10:26 to 2025-08-30 17:29:12 UTC [more...]

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

[PATCH v4 00/84] target/arm: Implement FEAT_GCS
 2025-08-30  5:41 UTC  (47+ messages)
` [PATCH v4 01/84] linux-user/aarch64: Split out signal_for_exception
` [PATCH v4 03/84] linux-user/aarch64: Generate ESR signal records
` [PATCH v4 04/84] target/arm: Add prot_check parameter to pmsav8_mpu_lookup
` [PATCH v4 05/84] target/arm: Add in_prot_check to S1Translate
` [PATCH v4 10/84] target/arm: Fill in HFG[RWI]TR_EL2 bits for Arm v9.5
` [PATCH v4 12/84] target/arm: Implement FEAT_ATS1A
` [PATCH v4 14/84] target/arm: Enable TCR2_ELx.PIE
` [PATCH v4 17/84] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PATCH v4 19/84] target/arm: Implement get_S1prot_indirect
` [PATCH v4 20/84] target/arm: Implement get_S2prot_indirect
` [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 30/84] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH v4 31/84] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v4 32/84] target/arm: Split out mmuidx.h from cpu.h
` [PATCH v4 33/84] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH v4 35/84] target/arm: Convert regime_el "
` [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 38/84] target/arm: Convert regime_is_pan from switch to table
` [PATCH v4 39/84] target/arm: Remove unused env argument from regime_is_user
` [PATCH v4 41/84] target/arm: Convert arm_mmu_idx_is_stage1_of_2 from switch to table
` [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 47/84] target/arm: Add GCS cpregs
` [PATCH v4 48/84] target/arm: Add GCS enable and trap levels to DisasContext
` [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 52/84] target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx
` [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 57/84] target/arm: Implement GCSSTR, GCSSTTR
` [PATCH v4 60/84] target/arm: Implement GCSPOPM
` [PATCH v4 61/84] target/arm: Implement GCSPUSHX
` [PATCH v4 62/84] target/arm: Implement GCSPOPX
` [PATCH v4 67/84] target/arm: Add gcs record for BLR
` [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 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 81/84] linux-user/aarch64: Enable GCS in HWCAP
` [PATCH v4 83/84] tests/tcg/aarch64: Add gcspushm
` [PATCH v4 84/84] tests/tcg/aarch64: Add gcsss

[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
 2025-08-30  3:04 UTC  (27+ messages)
` [PATCH 01/18] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PATCH 02/18] target/sparc: limit cpu_check_irqs "
` [PATCH 03/18] target/i386: limit a20 "
` [PATCH 04/18] target-arm: remove uses of cpu_interrupt() for user-mode emulation
` [PATCH 05/18] user-exec: remove cpu_interrupt() stub
` [PATCH 06/18] treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
` [PATCH 07/18] cpu-common: use atomic access for interrupt_request
` [PATCH 11/18] accel/tcg: create a thread-kick function for TCG
` [PATCH 14/18] cpus: properly kick CPUs out of inner execution loop
` [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

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

[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 v4 00/47] AMD Versal Gen 2 support
 2025-08-28 22:10 UTC  (5+ messages)
` [PATCH v4 12/47] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs
` [PATCH v4 37/47] hw/arm/xlnx-versal: add a per_cluster_gic switch to VersalCpuClusterMap

[PATCH 0/5] target/arm: Remove deprecated pxa CPUs and xscale/iwmmxt code
 2025-08-28 21:37 UTC  (9+ 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 5/5] target/arm: Drop ARM_FEATURE_IWMMXT handling

[PULL 00/91] linux-user patch queue
 2025-08-30  1:46 UTC  (56+ messages)
` [PULL 02/91] hw/core: Use qemu_log_trylock/unlock in cpu_common_reset_exit
` [PULL 03/91] linux-user: Tidy print_socket_protocol
` [PULL 04/91] linux-user: Drop deprecated -p option
` [PULL 07/91] linux-user/arm: Convert target_elf_gregset_t to a struct
` [PULL 08/91] linux-user/aarch64: "
` [PULL 10/91] linux-user/loongarch64: "
` [PULL 13/91] linux-user/openrisc: "
` [PULL 14/91] linux-user/sh4: "
` [PULL 15/91] linux-user/m68k: "
` [PULL 16/91] linux-user/s390x: "
` [PULL 18/91] linux-user: Update comment for target_elf_gregset_t
` [PULL 21/91] linux-user: Move elf_core_copy_regs to {i386, x86_64}/elfload.c
` [PULL 25/91] linux-user: Move elf_core_copy_regs to loongarch64/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 29/91] linux-user: Move elf_core_copy_regs to sh4/elfload.c
` [PULL 33/91] linux-user: Remove target_elf_greg_t, tswapreg from elfload.c
` [PULL 34/91] linux-user/i386: Create target_ptrace.h
` [PULL 35/91] linux-user/i386: Expand target_elf_gregset_t
` [PULL 36/91] linux-user/x86_64: Create target_ptrace.h
` [PULL 39/91] linux-user/aarch64: "
` [PULL 40/91] linux-user/aarch64: Expand target_elf_gregset_t
` [PULL 41/91] linux-user/arm: Create target_ptrace.h
` [PULL 42/91] linux-user/arm: Expand target_elf_gregset_t
` [PULL 43/91] linux-user/loongarch64: Create target_ptrace.h
` [PULL 44/91] linux-user/loongarch64: Expand target_elf_gregset_t
` [PULL 45/91] linux-user/m68k: "
` [PULL 47/91] linux-user/microblaze: Fold target_pt_regs.r* to an array
` [PULL 48/91] linux-user/microblaze: Expand target_elf_gregset_t
` [PULL 49/91] linux-user/mips: Create target_ptrace.h
` [PULL 50/91] linux-user/mips: Use target_ulong for target_elf_greg_t
` [PULL 52/91] linux-user/openrisc: Expand target_elf_gregset_t
` [PULL 55/91] linux-user/s390x: Create target_ptrace.h
` [PULL 56/91] linux-user/s390x: Expand target_elf_gregset_t
` [PULL 57/91] linux-user/sh4: Create target_ptrace.h
` [PULL 58/91] linux-user/sh4: Expand target_elf_gregset_t
` [PULL 60/91] linux-user/xtensa: "
` [PULL 62/91] linux-user: Move init_guest_commpage to arm/elfload.c
` [PULL 63/91] linux-user: Move init_guest_commpage to hppa/elfload.c
` [PULL 64/91] linux-user: Replace init_guest_commpage macro with function
` [PULL 65/91] linux-user: Move get_vdso_image_info to arm/elfload.c
` [PULL 68/91] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PULL 69/91] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PULL 70/91] linux-user: Move elf parameters to sparc/target_elf.h
` [PULL 77/91] linux-user: Move elf parameters to m68k/target_elf.h
` [PULL 78/91] linux-user: Move elf parameters to alpha/target_elf.h
` [PULL 79/91] linux-user: Move elf parameters to s390x/target_elf.h
` [PULL 81/91] linux-user: Move elf parameters to hppa/target_elf.h
` [PULL 82/91] linux-user: Move elf parameters to xtensa/target_elf.h
` [PULL 83/91] linux-user: Move elf parameters to hexagon/target_elf.h
` [PULL 85/91] linux-user: Rename elf_check_arch
` [PULL 86/91] linux-user: Remove ELIBBAD from elfload.c
` [PULL 88/91] linux-user: Move arch_parse_elf_property to aarch64/elfload.c
` [PULL 91/91] linux-user: Remove target_pt_regs from target_syscall.h

[PULL 00/28] i386, accel, memory patches for 2025-08-29
 2025-08-29 12:59 UTC  (6+ 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
` [PULL 26/28] hpet: make main counter read lock-less
` [PULL 28/28] tcg: move interrupt caching and single step masking closer to user

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

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-29  5:56 UTC  (4+ messages)
` [PATCH v5 13/21] intel_iommu: Introduce a new pasid cache invalidation type FORCE_RESET

[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 v2 0/5] tcg/i386: Improve vector shifts
 2025-08-30  3:39 UTC  (5+ messages)
` [PATCH v2 1/5] cpuinfo/i386: Detect GFNI as an AVX extension
` [PATCH v2 2/5] tcg/i386: Expand sari of bits-1 as pcmpgt
` [PATCH v2 3/5] tcg/i386: Use canonical operand ordering in expand_vec_sari
` [PATCH v2 5/5] tcg/i386: Use vgf2p8affineqb for MO_8 vector shifts

[PATCH v2 00/14] util: sync error_report & qemu_log output more closely
 2025-08-29 18:03 UTC  (6+ messages)
` [PATCH v2 02/14] monitor: initialize global data from a constructor
` [PATCH v2 10/14] util: convert error-report & log to message API for timestamp
` [PATCH v2 11/14] util: add support for formatting a workload name in messages
` [PATCH v2 12/14] util: add support for formatting a program "
` [PATCH v2 14/14] util: add brackets around guest name in message context

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

[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 v5 00/13] virtio: introduce support for GSO over UDP tunnel
 2025-08-30  8:05 UTC  (3+ messages)
` [PATCH v5 08/13] qmp: update virtio features map to support extended features

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

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

[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
 2025-08-30  5:58 UTC  (16+ messages)
` [PATCH v13 01/27] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v13 02/27] migration: push Error **errp into vmstate_load_state()
` [PATCH v13 04/27] migration: push Error **errp into vmstate_load()
` [PATCH v13 05/27] migration: push Error **errp into loadvm_process_command()
` [PATCH v13 06/27] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v13 07/27] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v13 11/27] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v13 12/27] migration: Update qemu_file_get_return_path() docs and remove dead checks
` [PATCH v13 15/27] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH v13 16/27] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PATCH v13 17/27] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH v13 23/27] migration: Capture error in postcopy_ram_listen_thread()
` [PATCH v13 25/27] migration: Rename post_save() to cleanup_save() and make it void
` [PATCH v13 27/27] backends/tpm: Propagate vTPM error on migration failure

[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 v2] target/arm: Rename isar_feature_aa64_atomics
 2025-08-30  4:50 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  (6+ messages)
` [PATCH 1/3] tests/functional: enable force refresh of cached assets
` [PATCH 3/3] tests/functional: handle URLError when fetching assets

[PATCH] virtio: prefix error messages with "virtio:"
 2025-08-30  9:31 UTC  (2+ messages)

[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
 2025-08-30  2:50 UTC  (4+ messages)
` [PATCH 2/4] export/fuse: process FUSE-over-io_uring requests
` [PATCH 3/4] export/fuse: Safe termination for FUSE-uring
` [PATCH 4/4] iotests: add tests for FUSE-over-io_uring

[PATCH] target/i386: Fix #GP error code for INT instructions
 2025-08-29 10:06 UTC  (4+ messages)
  ` [PING] "
    ` [PING ^ 2] "

[PATCH v12 00/27] migration: propagate vTPM errors using Error objects
 2025-08-29 10:37 UTC  (5+ messages)
` [PATCH v12 02/27] migration: push Error **errp into vmstate_load_state()

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-08-29  7:13 UTC  (3+ messages)
` [PATCH 14/61] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type

[PATCH] tests/functional/m68k: Avoid ResourceWarning in the nextcube test
 2025-08-29 14:20 UTC 

[PATCH v5 0/5] Add support for PMBus in QEMU
 2025-08-29 16:08 UTC  (3+ messages)
` [PATCH v5 1/5] hw/i2c: add support for PMBus

[PATCH v4 6/8] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
 2025-08-29 12:33 UTC  (8+ messages)
` [PATCH v5 "


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