QEMU-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
[PATCH RFC v2 0/2] vhost-user: support Xen foreign memory mappings
 2026-06-30 22:45 UTC  (3+ messages)
` [PATCH RFC v2 1/2] vhost: accept Xen guest RAM sections for vhost-user

[PATCH 0/6] target/loongarch: Fixes for endianness problems in vector instruction emulation
 2026-06-30 22:41 UTC  (10+ messages)
` [PATCH 1/6] target/loongarch: make VReg aligned to 16 bytes
` [PATCH 2/6] target/loongarch: Fix offset calculation in vector registers
` [PATCH 3/6] target/loongarch: gen_vreplve: Fix offset calculation
` [PATCH 4/6] target/loongarch: gen_xvreplve0: Fix elem0 "
` [PATCH 5/6] target/loongarch: do_vldrepl_vl: Fix endianness when reading from guest memory
` [PATCH 6/6] target/loongarch: vstelm: Fix reading from vector registers

[PATCH v2] disas: converts malloc to g_new0
 2026-06-30 22:32 UTC 

[PATCH 0/5] amd_iommu fixes staged for 11.1
 2026-06-30 22:23 UTC  (9+ messages)
` [PATCH 1/5] amd_iommu: Fix opcode reported in invalid command handling
` [PATCH 2/5] amd_iommu: Return int from page walk status helpers
` [PATCH 3/5] amd_iommu: Decode XT interrupt control register without bitfields
` [PATCH 4/5] amd_iommu: Decode IRTEs "
` [PATCH 5/5] amd_iommu: Fix endianness handling for command buffer entries

[PATCH 00/33] accel: Unassorted cleanups around debugging
 2026-06-30 22:01 UTC  (34+ messages)
` [PATCH 01/33] cpu: Constify CPUState::cc (cached CPUClass pointer)
` [PATCH 02/33] target/i386: Remove duplicate tlb_flush() call in cpu_post_load()
` [PATCH 03/33] accel/tcg: Restrict tlb_protect/unprotect_code() to TCG
` [PATCH 04/33] accel/hvf: Remove left-over comment
` [PATCH 05/33] accel/mshv: Replace @dirty field by generic CPUState::vcpu_dirty field
` [PATCH 06/33] gdbstub: Add trace event for STEP packet handler
` [PATCH 07/33] gdbstub: Only return E22 when reverse GDB is not supported
` [PATCH 08/33] accel/kvm: Always define AccelOpsClass::supports_guest_debug
` [PATCH 09/33] accel/kvm: Simplify kvm_init() w.r.t. TARGET_KVM_HAVE_GUEST_DEBUG
` [PATCH 10/33] accel: Change gdbstub_supported_sstep_flags() -> get_gdbstub_config()
` [PATCH 11/33] gdbstub: Store @can_reverse in GDBState
` [PATCH 12/33] gdbstub: Make default replay_mode value explicit in stubs
` [PATCH 13/33] accel: Have get_gdbstub_config() return @can_reverse value
` [PATCH 14/33] accel: Move supports_guest_debug() declaration to AccelClass
` [PATCH 15/33] accel/kvm: Hold have_guest_supported in KVMState
` [PATCH 16/33] accel/kvm: Hold gdbstub_sstep_flags "
` [PATCH 17/33] cpu: Move BREAKPOINT definitions to 'exec/breakpoint.h'
` [PATCH 18/33] cpu: Define BreakpointFlags type
` [PATCH 19/33] accel: Remove unnecessary 'inline' qualifier in remove_all_breakpoints
` [PATCH 20/33] gdbstub/user: Directly call gdb_breakpoint_remove_all() in user mode
` [PATCH 21/33] gdbstub: Reduce @type variable scope
` [PATCH 22/33] gdbstub: Introduce GdbBreakpointType enumerator
` [PATCH 23/33] accel: Use GdbBreakpointType enum
` [PATCH 24/33] target/arm: Inline check_watchpoints() in arm_debug_check_watchpoint()
` [PATCH 25/33] target/arm: Factor arm_check_watchpoint_hit() out
` [PATCH 26/33] target/xtensa: Move watchpoints handling to check_hw_watchpoints()
` [PATCH 27/33] target/ppc: Ensure TCG is used in ppc_update_daw()
` [PATCH 28/33] accel/tcg: Improve docstrings around TCGCPUOps::*watchpoint* handlers
` [PATCH 29/33] cpu: Move CPUWatchpoint definition to 'exec/watchpoint.h'
` [PATCH 30/33] cpu: Better name cpu_single_step() trace event
` [PATCH 31/33] cpu: Introduce cpu_single_stepping() helper
` [PATCH 32/33] cpu: Rename CPUState @singlestep_enabled -> @singlestep_flags
` [PATCH 33/33] cpu: Only check SSTEP_ENABLE flag in cpu_single_stepping()

[PATCH] disas: converts malloc to g_malloc0
 2026-06-30 21:41 UTC  (5+ messages)

[PATCH v1] riscv/virt: Add secondary UART
 2026-06-30 21:19 UTC  (3+ messages)

[PATCH] hw/riscv/riscv-iommu.c: always fault with SADE=0 and A=0
 2026-06-30 21:10 UTC 

[PATCH v4 0/8] powerpc: Testcase improvements and Power8E/NVL removal
 2026-06-30 21:03 UTC  (9+ messages)
` [PATCH v4 1/8] tests/functional: Add remote interrupts test for PowerNV
` [PATCH v4 2/8] tests/qtest/pnv_spi: Test Power11 PNV_SPI
` [PATCH v4 3/8] tests/qtest: Add Power11 chip & machine to qtests
` [PATCH v4 4/8] tests/functional: Use default powernv machine instead of power10
` [PATCH v4 5/8] ppc/pnv: Replace Power8E with Power11 for 'none' machine test
` [PATCH v4 6/8] ppc/pnv: Remove Power8E and Power8NVL pnv chips
` [PATCH v4 7/8] ppc/pnv: Remove Power8E and Power8NVL CPUs
` [PATCH v4 8/8] MAINTAINERS: Add self as maintainer for PowerNV

[PATCH] hw/riscv/riscv-iommu.c: check for misaligned IOHGATP_PPN
 2026-06-30 20:31 UTC 

[PATCH] platform-bus: Align MMIO regions to host page size
 2026-06-30 20:03 UTC  (2+ messages)

[PATCH v3 0/1] contrib/plugins: add dlcall to call host functions from a guest
 2026-06-30 19:34 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/1] contrib/plugins: add a minimal dlcall plugin

[PATCH 00/14] qapi: convert to explicit intro section syntax
 2026-06-30 19:21 UTC  (4+ messages)

[PATCH 0/8] Testcase improvements and Power8E/NVL removal
 2026-06-30 18:59 UTC  (7+ messages)
` [PATCH 2/8] tests/qtest/pnv_spi: Test Power11 PNV_SPI
` [PATCH 3/8] tests/qtest: Add Power11 chip & machine to qtests

[PATCH v3 0/7] migration/cpr: support vhost-vsock devices
 2026-06-30 18:35 UTC  (2+ messages)

[PATCH v3 0/8] Testcase improvements and Power8E/NVL removal
 2026-06-30 18:34 UTC  (12+ messages)
` [PATCH v3 1/8] tests/functional: Add remote interrupts test for PowerNV

[RFC PATCH 0/2] change cpu->breakpoints to a GTree
 2026-06-30 18:28 UTC  (10+ messages)
` [RFC PATCH 1/2] accel/tcg: use GTree for faster breakpoint lookups
` [RFC PATCH 2/2] riscv/debug: migrate debug_check_breakpoint to use GTree breakpoints

[PATCH] hw/riscv/riscv-iommu: forbid GATE/SADE if caps.AMO_HWADD is zero
 2026-06-30 17:21 UTC 

[PATCH 00/15] target/arm: Implement FEAT_SME_MOP4
 2026-06-30 17:20 UTC  (4+ messages)
` [PATCH 07/15] target/arm: Implement FMOP4 (widening, 4-way fp8 to fp32)

[PATCH] hw/xtensa: replace calloc with g_new0 in mx_pic
 2026-06-30 17:13 UTC  (2+ messages)

[PATCH 0/4] Add Support for AMD EPYC Zen 6 CPU Model
 2026-06-30 16:38 UTC  (7+ messages)
` [PATCH 1/4] target/i386: Add AVX512 Bit Matrix Multiply (BMM) support
` [PATCH 2/4] target/i386: Update RAPSIZE definition
` [PATCH 3/4] target/i386: Add getting RAPSIZE for ERAPS enabled guests
` [PATCH 4/4] target/i386: Add EPYC-Venice CPU model

[PULL 00/45] target/i386, CLI deprecation patches for 2026-06-25
 2026-06-30 16:59 UTC  (4+ messages)
` [PULL 23/45] accel/mshv: store partition proc features

[RFC DISCUSSION] virtio-rdma: RDMA device emulation for QEMU
 2026-06-30 16:06 UTC  (5+ messages)
    `  "
      `  "

new roms/ content for hexagon: h2
 2026-06-30 16:01 UTC  (2+ messages)

[PATCH] hw/dma/i8257: Return zeroes for read_memory in verify mode
 2026-06-30 15:54 UTC  (2+ messages)

[PATCH 0/2] Sanitize SMMU_S_STRTAB_BASE_CFG LOG2SIZE and SPLIT
 2026-06-30 15:45 UTC  (9+ messages)
` [PATCH 1/2] hw/arm/smmuv3: Sanitize SMMU_S_STRTAB_BASE_CFG.SPLIT
` [PATCH 2/2] hw/arm/smmuv3: Sanitize SMMU_S_STRTAB_BASE_CFG.LOG2SIZE

[PATCH v6 0/3] igvm: misc changes and device tree support
 2026-06-30 15:20 UTC  (7+ messages)
` [PATCH v6 1/3] igvm: Report error on missing parameter area in directive handlers
` [PATCH v6 2/3] igvm: use idiomatic meson conditional for IGVM build files
` [PATCH v6 3/3] igvm: add device tree parameter support

[RFC PATCH 03/28] target/ppc: Convert cache instructions to decodetree
 2026-06-30 15:17 UTC  (3+ messages)
` [RFC PATCH v2] "

[GIT PULL 0/8] Dump patches for 2026-06-30
 2026-06-30 15:13 UTC  (9+ messages)
` [GIT PULL 1/8] migration: add migration_guest_ram_loading() helper
` [GIT PULL 2/8] dump: refuse dump-guest-memory while guest RAM is being migrated
` [GIT PULL 3/8] system/cpus: refuse memsave/pmemsave "
` [GIT PULL 4/8] dump: make win_dump_available() check vmcoreinfo for a Windows dump header
` [GIT PULL 5/8] tests/qtest: add dump-guest-memory test
` [GIT PULL 6/8] tests/qtest/dump: reject win-dmp without vmcoreinfo
` [GIT PULL 7/8] tests/qtest/dump: cover win-dmp availability via vmcoreinfo
` [GIT PULL 8/8] dump: fix misleading VMCOREINFO phys_base parse error

[PATCH] migration: Fix invalid %ud format and trace arg typo
 2026-06-30 14:58 UTC  (3+ messages)

[PATCH v5 00/35] monitor: turn QMP and HMP into QOM objects
 2026-06-30 14:55 UTC  (10+ messages)
` [PATCH v5 05/35] monitor: minimal conversion of monitors to QOM
` [PATCH v5 22/35] monitor: implement "user creatable" interface for adding monitors

[PATCH v5 0/9] pnv/phb5: Update PHB4 to the latest PHB5 spec
 2026-06-30 14:47 UTC  (4+ messages)

[PATCH 00/10] hw/{block,ssi}: Fix spi-nor flash dummy byte handling
 2026-06-30 14:46 UTC  (15+ messages)
` [PATCH 01/10] hw/block: m25p80: Fix dummy byte handling for Winbond flash
` [PATCH 02/10] hw/block: m25p80: Fix dummy byte handling for Numonyx/Micron flash
` [PATCH 03/10] hw/block: m25p80: Fix dummy byte handling for Macronix flash
` [PATCH 04/10] hw/block: m25p80: Fix dummy byte handling for Spansion flash
` [PATCH 05/10] hw/ssi: npcm7xx_fiu: Correct the dummy cycle emulation logic
` [PATCH 06/10] hw/ssi: xilinx_spips: Fix dummy phase handling
` [PATCH 07/10] hw/ssi: aspeed_smc: Fix direct-read dummy bytes
` [PATCH 08/10] Revert "aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command"
` [PATCH 09/10] Revert "aspeed/smc: snoop SPI transfers to fake dummy cycles"
` [PATCH 10/10] docs/devel: Document SSI dummy-cycle ownership

[PATCH v3 0/6] Implement FEAT_FPRCVT in cpu_max
 2026-06-30 14:44 UTC  (8+ messages)
` [PATCH v3 1/6] target/arm/tcg: Implement new instructions for FPRCVT
` [PATCH v3 2/6] target/arm/tcg: Allow vector FP conversions with FPRCVT
` [PATCH v3 3/6] target/arm/tcg/cpu64.c: Add FEAT_FPRCVT to cpu_max
` [PATCH v3 4/6] linux-user/aarch64/elfload.c: Add FPRCVT
` [PATCH v3 5/6] docs/system/arm: Add FEAT_FPRCVT to A-profile support
` [PATCH v3 6/6] tests/tcg/arm: Tests for new FPRCVT instructions

[PULL 00/21] target-arm queue
 2026-06-30 14:31 UTC  (6+ messages)
` [PULL 17/21] target/arm: implement FEAT_RNG_TRAP for RNDR/RNDRRS
    ` [PATCH] target/arm/hvf: manually sync ID_AA64ISAR0_EL1 on vCPU init
      ` [PATCH v2] target/arm/hvf: seed NO_RAW ID registers from isar.idregs[] "

[PATCH] hw/scsi/mptsas: Reset doorbell state on reset
 2026-06-30 14:22 UTC  (2+ messages)

[PATCH v2 0/6] s390x: Fix intermittent errors with IPL from PCI devices on s390x
 2026-06-30 14:19 UTC  (7+ messages)
` [PATCH v2 1/6] pc-bios/s390-ccw: Refactor byte swapping
` [PATCH v2 2/6] pc-bios/s390-ccw/virtio.c: Fix missing break for PCI notifications
` [PATCH v2 3/6] pc-bios/s390-ccw: Add per-queue notification offset for multi-queue virtio configurations
` [PATCH v2 4/6] pc-bios/s390-ccw: Verify virtio support when booting from virtio PCI device on s390x
` [PATCH v2 5/6] pc-bios/s390-ccw: write IPLB location for non-net virtio devices
` [PATCH v2 6/6] s390x: Enable boot menu for virtio pci device

[PATCH v8 00/18] target/s390x: Extend qemu CPACF support
 2026-06-30 14:19 UTC  (14+ messages)
` [PATCH v8 01/18] target/s390x: Fix wrong address handling in address loops
` [PATCH v8 06/18] target/s390x: Support AES CBC for cpacf kmc instruction
` [PATCH v8 07/18] target/s390x: Support AES CTR for cpacf kmctr instruction

[PATCH] hw/usb: record async control completion for parameter transfers
 2026-06-30 14:14 UTC  (2+ messages)

[PATCH v3 0/3] arm: demuxed ID registers (CCSIDR_EL1)
 2026-06-30 13:49 UTC  (4+ messages)
` [PATCH v3 2/3] arm: handle CCSIDR_EL1 as a demuxed register

[PATCH v3 0/6] target/arm: Add aarch64 GPC3 bypass windows
 2026-06-30 13:15 UTC  (4+ messages)
` [PATCH v3 4/6] target/arm/cpu-features.h: x-rme now means GPC3

[PATCH 0/2] Fixup TCG for SH-4 FPU instructions fipr and ftrv
 2026-06-30 12:43 UTC  (5+ messages)
` [PATCH 1/2] target/sh4: add tests for sh4 fipr and ftrv instructions
` [PATCH 2/2] target/sh4: fixup tcg for sh4 fipr/ftrv instructions

[PATCH v3 00/17] Add watchdog support to arm/virt board
 2026-06-30 12:14 UTC  (4+ messages)
` [PATCH v3 17/17] sbsa-gwdt: limit compare_value to INT64_MAX

[PATCH v3 0/2] hw/nvme: add monitor commands for inspecting state
 2026-06-30 12:01 UTC  (3+ messages)

[PATCH] hw/hyperv: Avoid crash if hyperv_find_cpu() passed invalid vp_index
 2026-06-30 12:02 UTC  (2+ messages)

[PATCH v3 0/2] ppc/pnv: fixing external dtb
 2026-06-30 11:53 UTC  (3+ messages)
` [PATCH v3 1/2] ppc/pnv: avoid regenerating DTB if external DTB is present

[PATCH v4 0/2] hw/nvme: add monitor commands for inspecting state
 2026-06-30 11:52 UTC  (3+ messages)
` [PATCH v4 1/2] hw/nvme: add 'info nvme' HMP command
` [PATCH v4 2/2] hw/nvme: add 'info nvme-queues' "

[PATCH] target/loongarch: Enable TARGET_PAGE_BITS_VARY for loongarch64 user-only
 2026-06-30 11:49 UTC  (2+ messages)

[PATCH 0/3] hw/display: add vhost-user-media device
 2026-06-30 11:37 UTC  (6+ messages)
` [PATCH 1/3] virtio_ids: Add ID for virtio media
` [PATCH 2/3] hw/display: add vhost-user-media device
` [PATCH 3/3] hw/display/vhost-user-media: add shared memory cache BAR

[PATCH v5] hw/net: fix e1000e/igb ip_len inflation by Ethernet minimum-frame padding
 2026-06-30 11:36 UTC  (3+ messages)

[PATCH v5 0/7] dump: report win-dmp via vmcoreinfo, guard guest-RAM reads during migration
 2026-06-30 11:22 UTC  (3+ messages)

[PATCH] utils/module: fix memleak in module_load()
 2026-06-30 11:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Record maintainer/reviewer Git Lab handles
 2026-06-30 10:57 UTC  (2+ messages)

[PATCH v3 0/5] Support the true Zicclsm extension
 2026-06-30 10:43 UTC  (6+ messages)
` [PATCH v3 1/5] target/riscv: Add Zicclsm CPU option
` [PATCH v3 2/5] target/riscv: Support raising misaligned exceptions for scalar loads/stores
` [PATCH v3 3/5] target/riscv: Support raising misaligned exceptions for vector loads/stores
` [PATCH v3 4/5] target/riscv: Enable Zicclsm for the compatible CPUs
` [PATCH v3 5/5] target/riscv: Update Zicclsm ISA string and expose it as a CPU property

[PATCH] hw/ide: Don't divide by zero if guest specifies 0 sectors
 2026-06-30 10:42 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox