messages from 2025-08-30 15:44:00 to 2025-08-30 16:32:08 UTC [more...]
[PATCH v4 00/84] target/arm: Implement FEAT_GCS
2025-08-30 5:41 UTC (22+ messages)
` [PATCH v4 02/84] linux-user/aarch64: Check syndrome for EXCP_UDEF
` [PATCH v4 03/84] linux-user/aarch64: Generate ESR signal records
` [PATCH v4 05/84] target/arm: Add in_prot_check to S1Translate
` [PATCH v4 06/84] target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug
` [PATCH v4 07/84] target/arm: Introduce get_phys_addr_for_at
` [PATCH v4 11/84] target/arm: Remove outdated comment for ZCR_EL12
` [PATCH v4 12/84] target/arm: Implement FEAT_ATS1A
` [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 19/84] target/arm: Implement get_S1prot_indirect
` [PATCH v4 20/84] target/arm: Implement get_S2prot_indirect
` [PATCH v4 21/84] target/arm: Do not migrate env->exception
` [PATCH v4 24/84] target/arm: Implement dirtybit check for PIE
` [PATCH v4 34/84] target/arm: Remove unused env argument from regime_el
` [PATCH v4 35/84] target/arm: Convert regime_el from switch to table
` [PATCH v4 37/84] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v4 53/84] target/arm: Split {arm,core}_user_mem_index
` [PATCH v4 67/84] target/arm: Add gcs record for BLR
` [PATCH v4 73/84] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH v4 76/84] linux-user/aarch64: Release gcs stack on thread exit
` [PATCH v4 83/84] tests/tcg/aarch64: Add gcspushm
[PATCH v3 00/87] linux-user: Split up elfload.c
2025-08-29 10:03 UTC (6+ messages)
` [PATCH v3 38/87] linux-user/arm: Expand target_elf_gregset_t
[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
2025-08-30 3:04 UTC (24+ messages)
` [PATCH 02/18] target/sparc: limit cpu_check_irqs to system emulation
` [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 08/18] cpus: document that qemu_cpu_kick() can be used for BQL-less operation
` [PATCH 10/18] accel: use atomic accesses for exit_request
` [PATCH 12/18] accel/tcg: inline cpu_exit()
` [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 v2 00/14] util: sync error_report & qemu_log output more closely
2025-08-29 18:03 UTC (5+ messages)
` [PATCH v2 04/14] util: expose qemu_thread_set_name
` [PATCH v2 08/14] log: avoid prefix on split qemu_log calls
` [PATCH v2 09/14] util: introduce common helper for error-report & log code
` [PATCH v2 12/14] util: add support for formatting a program name in messages
[PULL 00/91] linux-user patch queue
2025-08-29 22:24 UTC (60+ messages)
` [PULL 01/91] hw/core: Dump cpu_reset in the reset.exit phase
` [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 05/91] linux-user/x86_64: Convert target_elf_gregset_t to a struct
` [PULL 06/91] linux-user/i386: "
` [PULL 09/91] linux-user/ppc: "
` [PULL 10/91] linux-user/loongarch64: "
` [PULL 12/91] linux-user/microblaze: "
` [PULL 14/91] linux-user/sh4: "
` [PULL 16/91] linux-user/s390x: "
` [PULL 18/91] linux-user: Update comment for target_elf_gregset_t
` [PULL 19/91] linux-user: Declare elf_core_copy_regs in loader.h
` [PULL 20/91] linux-user: Rename USE_ELF_CORE_DUMP to HAVE_ELF_CORE_DUMP
` [PULL 21/91] linux-user: Move elf_core_copy_regs to {i386, x86_64}/elfload.c
` [PULL 22/91] linux-user: Move elf_core_copy_regs to arm/elfload.c
` [PULL 24/91] linux-user: Move elf_core_copy_regs to ppc/elfload.c
` [PULL 25/91] linux-user: Move elf_core_copy_regs to loongarch64/elfload.c
` [PULL 27/91] linux-user: Move elf_core_copy_regs to microblaze/elfload.c
` [PULL 29/91] linux-user: Move elf_core_copy_regs to sh4/elfload.c
` [PULL 31/91] linux-user: Move elf_core_copy_regs to s390x/elfload.c
` [PULL 32/91] linux-user: Move elf_core_copy_regs to xtensa/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 37/91] linux-user/x86_64: Expand target_elf_gregset_t
` [PULL 40/91] linux-user/aarch64: "
` [PULL 42/91] linux-user/arm: "
` [PULL 43/91] linux-user/loongarch64: Create target_ptrace.h
` [PULL 45/91] linux-user/m68k: Expand target_elf_gregset_t
` [PULL 46/91] linux-user/microblaze: Create target_ptrace.h
` [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 51/91] linux-user/openrisc: Create target_ptrace.h
` [PULL 52/91] linux-user/openrisc: Expand target_elf_gregset_t
` [PULL 53/91] linux-user/ppc: Create target_ptrace.h
` [PULL 54/91] linux-user/ppc: Expand target_elf_gregset_t
` [PULL 55/91] linux-user/s390x: Create target_ptrace.h
` [PULL 58/91] linux-user/sh4: Expand target_elf_gregset_t
` [PULL 59/91] linux-user/xtensa: Create target_ptrace.h
` [PULL 60/91] linux-user/xtensa: Expand target_elf_gregset_t
` [PULL 64/91] linux-user: Replace init_guest_commpage macro with function
` [PULL 66/91] linux-user: Remove ELF_EXEC_PAGESIZE
` [PULL 67/91] linux-user: Remove redundant ELF_DATA definitons
` [PULL 68/91] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PULL 73/91] linux-user: Move elf parameters to {mips, mips64}/target_elf.h
` [PULL 74/91] linux-user: Move elf parameters to microblaze/target_elf.h
` [PULL 76/91] linux-user: Move elf parameters to sh4/target_elf.h
` [PULL 77/91] linux-user: Move elf parameters to m68k/target_elf.h
` [PULL 79/91] linux-user: Move elf parameters to s390x/target_elf.h
` [PULL 80/91] linux-user: Move elf parameters to riscv/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 87/91] linux-user: Remove MAP_DENYWRITE from elfload.c
` [PULL 89/91] linux-user: Remove a.out declarations "
` [PULL 90/91] linux-user/sparc: Create target_ptrace.h
` [PULL 91/91] linux-user: Remove target_pt_regs from target_syscall.h
[PATCH 0/3] tests/functional: improve handling flaky downloads
2025-08-29 9:04 UTC (4+ messages)
` [PATCH 1/3] tests/functional: enable force refresh of cached assets
[PATCH v2] hw/sensor: add stub for ADM1266 blackbox
2025-08-29 16:23 UTC (2+ messages)
[PATCH] virtio: prefix error messages with "virtio:"
2025-08-30 9:31 UTC
[PATCH v5 0/5] clk: samsung: exynos990: CMU_TOP fixes (mux regs, widths, factors)
2025-08-30 16:28 UTC
[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
2025-08-29 20:02 UTC (14+ messages)
` [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 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 09/27] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v13 10/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v13 11/27] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v13 13/27] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v13 14/27] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v13 15/27] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [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 26/27] migration: Add error-parameterized function variants in VMSD struct
evergreen_packet3_check:... radeon 0000:1d:00.0: vbo resource seems too big for the bo
2025-08-30 16:30 UTC (5+ messages)
[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
2025-08-29 13:55 UTC (6+ messages)
` [PATCH 06/61] target/arm/hvf: Remove hvf_sreg_match.key
` [PATCH 15/61] target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}
[PATCH 0/2] Marvell 88PM886 PMIC GPADC driver
2025-08-30 16:29 UTC (4+ messages)
` [PATCH 1/2] iio: adc: Add driver for Marvell 88PM886 PMIC ADC
[PATCH v2 0/5] tcg/i386: Improve vector shifts
2025-08-30 3:39 UTC (4+ messages)
` [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 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
2025-08-30 2:50 UTC
[PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
2025-08-30 16:24 UTC (2+ messages)
[PATCH] tests/functional/m68k: Avoid ResourceWarning in the nextcube test
2025-08-29 14:20 UTC
[PATCH v5 0/2] iio: magnetometer: add support for Infineon TLV493D 3D Magnetic Sensor
2025-08-30 16:19 UTC (3+ messages)
` [PATCH v5 1/2] iio: magnetometer: add support for Infineon TLV493D 3D Magentic sensor
[RFC PATCH] auxdisplay: line-display: support attribute attachment to existing device
2025-08-30 16:18 UTC (6+ messages)
[Stable-10.0.4 00/59] Patch Round-up for stable 10.0.4, freeze on 2025-09-06
2025-08-29 17:41 UTC (3+ messages)
` [Stable-10.0.4 56/59] hw/uefi: clear uefi-vars buffer in uefi_vars_write callback
(no subject)
2025-08-29 19:58 UTC (17+ messages)
`
` stupid and complicated PAT :)
[PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation
2025-08-29 17:42 UTC (2+ messages)
[PATCH v3 0/6] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
2025-08-29 15:01 UTC (8+ messages)
` [PATCH v3 1/6] drm: panel-backlight-quirks: Make EDID match optional
` [PATCH v3 2/6] drm: panel-backlight-quirks: Convert brightness quirk to generic structure
` [PATCH v3 3/6] drm: panel-backlight-quirks: Add secondary DMI match
` [PATCH v3 4/6] drm: panel-backlight-quirks: Add brightness mask quirk
` [PATCH v3 5/6] drm: panel-backlight-quirks: Add Steam Deck brightness quirk
` [PATCH v3 6/6] drm: panel-backlight-quirks: Log applied panel brightness quirks
[PULL 00/28] i386, accel, memory patches for 2025-08-29
2025-08-29 12:59 UTC (13+ messages)
` [PULL 02/28] hw/i386/pc_piix.c: restrict isapc machine to 3.5G memory
` [PULL 06/28] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
` [PULL 07/28] hw/i386/pc_piix.c: remove igvm "
` [PULL 11/28] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
` [PULL 15/28] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
` [PULL 16/28] hw/i386: move isapc machine to separate isapc.c file
` [PULL 18/28] hw/i386/pc_piix.c: replace rom_memory with pci_memory
` [PULL 19/28] hw/i386/isapc.c: replace rom_memory with system_memory
` [PULL 23/28] acpi: mark PMTIMER as unlocked
` [PULL 24/28] hpet: switch to fine-grained device locking
` [PULL 27/28] kvm: i386: irqchip: take BQL only if there is an interrupt
` [PULL 28/28] tcg: move interrupt caching and single step masking closer to user
[PATCH 0/2] hw: fix some leaks in xlnx devices
2025-08-29 16:37 UTC (2+ messages)
[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 linux-stable 6.12 0/3] thermal/drivers/mediatek/lvts: pick fixes into 6.12 stable tree
2025-08-30 15:57 UTC (4+ messages)
` [PATCH linux-stable 6.12 1/3] thermal/drivers/mediatek/lvts_thermal: Change lvts commands array to static const
` [PATCH linux-stable 6.12 2/3] thermal/drivers/mediatek/lvts_thermal: Add lvts commands and their sizes to driver data
` [PATCH linux-stable 6.12 3/3] thermal/drivers/mediatek/lvts_thermal: Add mt7988 lvts commands
[PATCH 00/22] rust: split qemu-api
2025-08-29 8:59 UTC (3+ messages)
` [PATCH 10/22] rust: split "migration" crate
[PATCH 00/22] vfio: improve use of QOM and coding guidelines
2025-08-29 14:31 UTC (5+ messages)
` [PATCH 16/22] vfio/pci.c: use QOM casts where appropriate
[PULL 00/28] tcg patch queue
2025-08-30 3:11 UTC (4+ messages)
` [PULL 18/28] target: Use cpu_pointer_wrap_notreached for strict align targets
[PATCH RFC 0/9] migration: Threadify loadvm process
2025-08-29 17:18 UTC (6+ messages)
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process
[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD REGRESSION a1d12118747abf974171295e1a17444739f1948e
2025-08-30 16:06 UTC
[PATCH 0/3] XFS error handling fixes
2025-08-29 14:59 UTC (4+ messages)
` [PATCH 3/3] fs/xfs: Propagate incorrect inode error from grub_xfs_read_inode
[PATCH 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter
2025-08-30 16:03 UTC (2+ messages)
[anolis-intel-cloud:devel-5.10 3/3] drivers/net/ethernet/3snic/sssnic/nic/sss_nic_main.c:876:6: error: no previous prototype for 'sss_nic_port_module_cable_plug'
2025-08-30 16:03 UTC
[PATCH v6 1/4] Audit: Create audit_stamp structure
2025-08-30 15:42 UTC (3+ messages)
[TECH TOPIC] Kernel documentation - update and future directions
2025-08-30 16:00 UTC (4+ messages)
[PATCH v4 0/2] Pinefeat cef168 lens control board driver
2025-08-30 15:58 UTC (6+ messages)
` [PATCH v4 1/2] dt-bindings: Pinefeat cef168 lens control board
[PATCH v5 0/7] Performance counter implementation with single manual client support
2025-08-30 15:58 UTC (4+ messages)
` [PATCH v5 5/7] drm/panthor: Implement the counter sampler and sample handling
[PATCH] arch: arm64: dts: qcom: sdm845-shift-axolotl: set chassis type
2025-08-30 15:57 UTC
[PATCH v2 0/5] NVMe: Add SPDM over the storage transport support
2025-08-30 4:17 UTC (3+ messages)
` [PATCH v2 3/5] hw/nvme: add NVMe Admin Security SPDM support
[PATCH] linux-user: Drop deprecated -p option
2025-08-29 8:25 UTC (4+ messages)
[PATCH 00/12] util: sync error_report & qemu_log output more closely
2025-08-29 18:07 UTC (4+ messages)
` [PATCH 08/12] util: convert error-report & log to message API for timestamp
[PATCH v2 03/54] fs: rework iput logic
2025-08-30 15:54 UTC (3+ messages)
` [PATCH] fs: revamp iput()
[PULL 0/9] Misc QGA fixes for 2025-08-29
2025-08-29 11:08 UTC (4+ messages)
` [PULL 2/9] qga: fix potentially not initialized nr_volumes in qga_vss_fsfreeze()
` [PULL 4/9] qga-vss: Remove unused dependencies
` [PULL 7/9] qga-vss: Write hex value of error in log
[RFC V2 0/8] Live update: tap and vhost
2025-08-29 19:37 UTC (4+ messages)
[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
2025-08-29 7:42 UTC (3+ messages)
` [PATCH v5 21/21] intel_iommu: Enable host device when x-flts=on in scalable mode
[PATCH] docs: fix typo in xive doc
2025-08-29 10:00 UTC (2+ messages)
[PATCH] EDAC: Fix wrong executable file modes for C source files
2025-08-30 15:49 UTC (2+ messages)
[PATCH] user-exec: abort if interrupt_request is used
2025-08-29 11:11 UTC
[PATCH net-next 2/5] ARM: dts: ls1021a: switch to new fixed-link binding
2025-08-30 15:41 UTC (2+ messages)
[PATCH v2 0/3] tests/functional: improve handling flaky downloads
2025-08-29 14:26 UTC
[PATCH 0/2] pci: endpoint: vntb: add MSI doorbell support
2025-08-30 15:44 UTC (3+ messages)
` [PATCH 2/2] PCI: endpoint: pci-epf-vntb: Add "
[PATCH net-next 1/5] arm64: dts: ls1043a-qds: switch to new fixed-link binding
2025-08-30 15:40 UTC (2+ messages)
[PATCH] qapi: net/tap: deprecate vhostforce option
2025-08-29 12:54 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.