qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-16 01:53:09 to 2025-10-16 12:34:56 UTC [more...]

[PULL 00/75] Misc single binary patches for 2025-10-16
 2025-10-16 12:15 UTC  (68+ messages)
` [PULL 01/75] accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_slot_idx
` [PULL 02/75] target/alpha: Access CPUState::cpu_index via helper
` [PULL 03/75] target/alpha: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
` [PULL 04/75] target/hppa: Use hwaddr type for HPPATLBEntry::pa
` [PULL 05/75] target/hppa: Have hppa_form_gva*() return vaddr type
` [PULL 06/75] target/hppa: Explode MO_TExx -> MO_TE | MO_xx
` [PULL 07/75] target/hppa: Conceal MO_TE within do_load()
` [PULL 08/75] target/hppa: Conceal MO_TE within do_load_32/64()
` [PULL 09/75] target/hppa: Conceal MO_TE within do_store()
` [PULL 10/75] target/hppa: Conceal MO_TE within do_store_32/64()
` [PULL 11/75] target/hppa: Introduce mo_endian() helper
` [PULL 12/75] target/hppa: Replace MO_TE -> MO_BE
` [PULL 13/75] target/hppa: correct size bit parity for fmpyadd
` [PULL 14/75] target/loongarch: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
` [PULL 15/75] target/loongarch: Remove target_ulong use in gen_goto_tb()
` [PULL 16/75] target/loongarch: Remove target_ulong use in gdb_write_register handler
` [PULL 17/75] target/loongarch: Do not use target_ulong type for LDDIR level
` [PULL 18/75] target/m68k: Remove unused @cpu_exception_index TCGv
` [PULL 19/75] target/m68k: Remove pointless @cpu_halted TCGv
` [PULL 20/75] target/microblaze: Remove target_ulong use in cpu_handle_mmu_fault()
` [PULL 21/75] target/microblaze: Remove target_ulong uses in get_phys_page_attrs_debug
` [PULL 22/75] target/microblaze: Remove target_ulong use in gen_goto_tb()
` [PULL 23/75] target/microblaze: Remove target_ulong use in helper_stackprot()
` [PULL 24/75] target/microblaze: Have compute_ldst_addr_type[ab] return TCGv_i32
` [PULL 25/75] target/microblaze: Have do_load/store() take a TCGv_i32 address argument
` [PULL 26/75] target/microblaze: Convert CPUMBState::res_addr field to uint32_t type
` [PULL 27/75] target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32()
` [PULL 28/75] target/openrisc: Do not use target_ulong for @mr in MTSPR helper
` [PULL 29/75] target/openrisc: Remove unused cpu_openrisc_map_address_*() handlers
` [PULL 30/75] target/openrisc: Remove target_ulong use in raise_mmu_exception()
` [PULL 31/75] target/openrisc: Use vaddr type for $pc jumps
` [PULL 34/75] target/openrisc: Conceal MO_TE within do_load()
` [PULL 35/75] target/openrisc: Conceal MO_TE within do_store()
` [PULL 36/75] target/openrisc: Introduce mo_endian() helper
` [PULL 38/75] target/openrisc: Inline tcg_gen_trunc_i64_tl()
` [PULL 39/75] target/openrisc: Replace target_ulong -> uint32_t
` [PULL 40/75] target/riscv: Use 32 bits for misa extensions
` [PULL 41/75] target/riscv: Replace HOST_BIG_ENDIAN #ifdef with if() check
` [PULL 42/75] target/rx: Replace target_ulong -> vaddr for translator API uses
` [PULL 43/75] target/rx: Use MemOp type in gen_ld[u]() and gen_st()
` [PULL 44/75] target/rx: Propagate DisasContext to generated helpers
` [PULL 46/75] target/rx: Propagate DisasContext to gen_ld[u]() and gen_st()
` [PULL 47/75] target/rx: Factor mo_endian() helper out
` [PULL 48/75] target/rx: Replace MO_TE -> MO_LE
` [PULL 49/75] target/rx: Expand TCG register definitions for 32-bit target
` [PULL 50/75] target/rx: Un-inline various helpers
` [PULL 51/75] target/s390x: Replace HOST_BIG_ENDIAN #ifdef with if() check
` [PULL 52/75] target/sh4: Convert CPUSH4State::sr register to uint32_t type
` [PULL 53/75] target/sh4: Remove target_ulong use in cpu_sh4_is_cached()
` [PULL 54/75] target/sh4: Use hwaddr type for hardware addresses
` [PULL 55/75] target/sh4: Remove target_ulong uses in superh_cpu_get_phys_page_debug
` [PULL 56/75] target/sh4: Use vaddr type for TLB virtual addresses
` [PULL 57/75] target/sh4: Remove target_ulong use in gen_goto_tb()
` [PULL 58/75] target/sparc: Reduce inclusions of 'exec/cpu-common.h'
` [PULL 59/75] target/tricore: Remove target_ulong use in gen_goto_tb()
` [PULL 60/75] target/tricore: Replace target_ulong -> vaddr with tlb_fill() callees
` [PULL 61/75] target/tricore: Remove target_ulong use in translate_insn() handler
` [PULL 63/75] target/tricore: Remove unnecessary cast to target_ulong
` [PULL 64/75] target/tricore: Replace target_ulong -> uint32_t in op_helper.c
` [PULL 66/75] target/tricore: Inline tcg_gen_ld32u_tl()
` [PULL 67/75] target/tricore: Expand TCG helpers for 32-bit target
` [PULL 68/75] target/tricore: Pass DisasContext as first argument
` [PULL 71/75] target/xtensa: Replace legacy cpu_physical_memory_[un]map() calls
` [PULL 72/75] target/xtensa: Remove target_ulong use in xtensa_tr_translate_insn()
` [PULL 73/75] target/xtensa: Remove target_ulong use in xtensa_get_tb_cpu_state()
` [PULL 74/75] linux-user/microblaze: Fix little-endianness binary
` [PULL 75/75] mailmap: Unify Clément Mathieu--Drif emails

[PATCH] hw/intc/arm_gicv3_kvm: Avoid reading ICC_CTLR_EL1 from kernel in cpuif reset
 2025-10-16 12:22 UTC  (10+ messages)

[PATCH 0/2] target/arm: Support SME2 in gdbstub
 2025-10-16 12:21 UTC  (2+ messages)
` [PATCH 1/2] target/arm: Implement SME2 support "

[PATCH v3 1/2] qapi/machine-s390x: add QAPI event SCLP_CPI_INFO_AVAILABLE
 2025-10-16 12:17 UTC 

[PATCH v3 0/7] target/microblaze: Remove all uses of target_ulong type
 2025-10-16 12:15 UTC  (2+ messages)

[PATCH] accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_slot_idx
 2025-10-16 12:14 UTC  (2+ messages)

[PATCH] tests/tcg/multiarch/linux/linux-test: Don't try to test atime update
 2025-10-16 12:11 UTC  (4+ messages)

[PATCH v2 0/3] Fix DMA failure when there is domain switch in guest
 2025-10-16 12:18 UTC  (7+ messages)
` [PATCH v2 1/3] intel_iommu: Handle PASID cache invalidation
` [PATCH v2 2/3] intel_iommu: Reset pasid cache when system level reset
` [PATCH v2 3/3] intel_iommu: Fix DMA failure when guest switches IOMMU domain

[PATCH v3 0/3] target/s390x: Fix missing clock-comparator interrupts
 2025-10-16 12:07 UTC  (4+ messages)
` [PATCH v3 1/3] target/s390x: Fix missing interrupts for small CKC values
` [PATCH v3 2/3] target/s390x: Fix missing clock-comparator interrupts after reset
` [PATCH v3 3/3] tests/tcg/s390x: Test SET CLOCK COMPARATOR

[PATCH v8 00/19] virtio-net: live-TAP local migration
 2025-10-16 12:07 UTC  (15+ messages)
` [PATCH v8 16/19] qapi: introduce backend-transfer migration parameter
` [PATCH v8 17/19] virtio-net: support backend-transfer migration for virtio-net/tap

[PATCH 00/16] overall: Replace HOST_BIG_ENDIAN #ifdef with runtime if() check
 2025-10-16 12:07 UTC  (4+ messages)

[PATCH v2 00/25] vhost-user-blk: live-backend local migration
 2025-10-16 12:01 UTC  (29+ messages)
` [PATCH v2 01/25] vhost: store busyloop_timeout into struct vhost_dev
` [PATCH v2 02/25] vhost: reorder logic in vhost_dev_init()
` [PATCH v2 03/25] vhost: rework vhost_virtqueue_init()
` [PATCH v2 04/25] vhost: add connect parameter to vhost_dev_init()
` [PATCH v2 05/25] vhost: split vhost_dev_connect() out of vhost_dev_init()
` [PATCH v2 06/25] vhost-user: support connect api
` [PATCH v2 07/25] vhost-user-blk: vhost_user_blk_connect() move connected check to caller
` [PATCH v2 08/25] vhost-user-blk: vhost_user_blk_connect(): call vhost_dev_connect()
` [PATCH v2 09/25] vhost-user-blk: rename vhost_user_blk_connect to vhost_user_blk_init
` [PATCH v2 10/25] vhost-user-blk: split vhost_user_blk_init()
` [PATCH v2 11/25] vhost-user-blk: move initial reconnect loop to separate function
` [PATCH v2 12/25] vhost-user-blk: move first vhost_user_blk_init() to _realize()
` [PATCH v2 13/25] vhost-user-blk: postpone connect to pre-incoming
` [PATCH v2 14/25] virtio: introduce .skip_vhost_migration_log() handler
` [PATCH v2 15/25] migration: introduce vmstate_event_notifier
` [PATCH v2 16/25] chardev: add .chr_get_client() handler
` [PATCH v2 17/25] vhost: add inflight region backend-transfer vmstate
` [PATCH v2 18/25] chardev: introduce backend-transfer vmstate for chardev
` [PATCH v2 19/25] vhost: support backend-transfer migration
` [PATCH v2 20/25] vhost-user: add vmstate
` [PATCH v2 21/25] virtio: support vhost backend migration
` [PATCH v2 22/25] virtio: support .needed for virtio vmsd
` [PATCH v2 23/25] RFC qapi: add local-vhost-user-blk migration capability
` [PATCH v2 24/25] vhost-user-blk: support vhost backend migration
` [PATCH v2 25/25] tests/functional: add test_x86_64_vhost_user_blk_fd_migration.py

[PATCH v2 1/2] qapi/machine-s390x: add QAPI event SCLP_CPI_INFO_AVAILABLE
 2025-10-16 11:50 UTC  (4+ messages)
` [PATCH v2 2/2] tests/functional: add tests for SCLP event CPI

aspeed: Split the machine definition into individual source files
 2025-10-16 11:49 UTC  (4+ messages)

[PATCH v2 0/3] target/s390x: Fix missing clock-comparator interrupts
 2025-10-16 11:34 UTC  (6+ messages)
` [PATCH v2 2/3] target/s390x: Fix missing clock-comparator interrupts after reset
` [PATCH v2 3/3] tests/tcg/s390x: Test SET CLOCK COMPARATOR

[PATCH] target/hppa: correct size bit parity for fmpyadd
 2025-10-16 11:10 UTC  (3+ messages)
  ` [EXT] "

[PATCH v4] net/tap-linux.c: avoid abort when setting invalid fd
 2025-10-16 11:02 UTC  (3+ messages)

[PATCH v4] qapi: net: deprecate vhostforce option
 2025-10-16 10:40 UTC  (5+ messages)

[PATCH 0/5] vfio: relax the vIOMMU check
 2025-10-16  9:53 UTC  (11+ messages)
` [PATCH 4/5] intel_iommu: Optimize unmap_bitmap during migration

[PATCH 0/2] x86/cpu: initialize SMM cpu address space for hotplugged cpus
 2025-10-16  9:46 UTC  (5+ messages)
` [PATCH 2/2] target/i386: Use X86ASIdx_MEM in kvm_init()

[PATCH v2 0/7] target/arm: Implement FEAT_AIE
 2025-10-16  9:42 UTC  (2+ messages)

[PATCH v2 0/2] target/s390x/mmu_helper: Do not ignore address_space_rw() errors
 2025-10-16  9:36 UTC  (5+ messages)
` [PATCH v2 1/2] target/s390x/mmu_helper: Simplify s390_cpu_virt_mem_rw() logic
` [PATCH v2 2/2] target/s390x/mmu_helper: Do not ignore address_space_rw() errors

[PATCH 0/2] tests/functional: cleanup leftovers from reverse debugging test
 2025-10-16  9:29 UTC  (5+ messages)
` [PATCH 1/2] tests/functional: remove use of getLogger in reverse debuging
` [PATCH 2/2] tests/functional: ensure GDB client is stopped on error

Reverts needed to get qemu 10.1.1 and 10.0.5 working for me
 2025-10-16  9:03 UTC  (2+ messages)

[PATCH] linux-user/microblaze: Fix little-endianness binary
 2025-10-16  8:34 UTC  (2+ messages)

[PATCH v3] vhost-user: fix shared object lookup handler logic
 2025-10-16  8:20 UTC  (3+ messages)

[PATCH v2 0/9] tcg: Remove support for 32-bit mips/ppc hosts
 2025-10-16  7:59 UTC  (10+ messages)
` [PATCH v2 1/9] gitlab: Stop cross-testing for 32-bit MIPS hosts
` [PATCH v2 4/9] tcg/mips: Remove support for O32 and N32 ABIs
` [PATCH v2 6/9] tcg/mips: Remove ALIAS_PADD, ALIAS_PADDI
` [PATCH v2 7/9] buildsys: Remove support for 32-bit PPC hosts

SVSM device assignment: device tree support
 2025-10-16  7:33 UTC  (3+ messages)

[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
 2025-10-16  7:04 UTC  (5+ messages)
` [RFC v3 19/21] hw/arm/smmuv3: Use iommu_index to represent the security context

[PATCH v1 0/7] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
 2025-10-16  6:50 UTC  (18+ messages)
` [PATCH v1 2/7] virtio-gpu: Don't rely on res->blob to identify blob resources
` [PATCH v1 7/7] virtio-gpu-udmabuf: Create dmabuf for blobs associated with VFIO devices

[PATCH v4 0/7] chardev: postpone connect
 2025-10-16  6:40 UTC  (4+ messages)
` [PATCH v4 5/7] chardev/char: introduce .init() + .connect() initialization interface

[PATCH] rcu: Unify force quiescent state
 2025-10-16  6:34 UTC 

[PATCH v3 0/5] igvm: add support for igvm memory map parameter in native mode
 2025-10-16  5:52 UTC  (7+ messages)
` [PATCH v3 1/5] igvm: move igvm.h file to include/system
` [PATCH v3 4/5] igvm: track memory regions created
` [PATCH v3 5/5] igvm: add MAINTAINERS entry

[PATCH v2] contrib/plugins/uftrace_symbols.py: generate debug files to map symbols to source
 2025-10-16  5:45 UTC  (2+ messages)

[PATCH] contrib/plugins/uftrace_symbols.py: generate debug files to map symbols to source
 2025-10-16  5:45 UTC  (5+ messages)

[PATCH v3 00/34] single-binary: Make riscv cpu.h target independent
 2025-10-16  5:35 UTC  (27+ messages)
` [PATCH v3 03/34] target/riscv: Fix size of mhartid
` [PATCH v3 04/34] target/riscv: Bugfix riscv_pmu_ctr_get_fixed_counters_val()
` [PATCH v3 05/34] target/riscv: Bugfix make bit 62 read-only 0 for sireg* cfg CSR read
` [PATCH v3 09/34] target/riscv: Combine mhpmcounter and mhpmcounterh
` [PATCH v3 10/34] target/riscv: Fix size of gpr and gprh
` [PATCH v3 12/34] target/riscv: Fix size of pc, load_[val|res]
` [PATCH v3 13/34] target/riscv: Fix size of frm and fflags
` [PATCH v3 14/34] target/riscv: Fix size of badaddr and bins
` [PATCH v3 15/34] target/riscv: Fix size of guest_phys_fault_addr
` [PATCH v3 17/34] target/riscv: Fix size of retxh
` [PATCH v3 18/34] target/riscv: Fix size of ssp
` [PATCH v3 19/34] target/riscv: Fix size of excp_uw2

[PATCH v2] hw/ppc/e500: Check for compatible CPU type instead of aborting ungracefully
 2025-10-16  4:58 UTC  (2+ messages)

[PATCH v2 00/33] single-binary: Make riscv cpu.h target independent
 2025-10-16  4:01 UTC  (7+ messages)
` [PATCH v2 04/33] target/riscv: Bugfix riscv_pmu_ctr_get_fixed_counters_val()

[PATCH v2 00/18] Implements RISC-V WorldGuard extension v0.4
 2025-10-16  3:33 UTC  (6+ messages)
` [PATCH v2 04/18] exec: Add RISC-V WorldGuard WID to MemTxAttrs

[PATCH 0/3] Fix DMA failure when there is domain switch in
 2025-10-16  3:14 UTC  (7+ messages)
` [PATCH 1/3] intel_iommu: Handle PASID cache invalidation
` [PATCH 3/3] intel_iommu: Fix DMA failure when guest switches IOMMU domain

[PATCH v5 12/14] target/loongarch: Add basic hardware PTW support
 2025-10-16  1:55 UTC  (3+ messages)
` [PATCH v5 13/14] target/loongarch: Update matched ptw bit A/D with PTW supported
` [PATCH v5 14/14] target/loongarch: Add bit A/D checking in TLB entry "

[PATCH v5 00/14] target/loongarch: Add hardware page table walk support
 2025-10-16  1:50 UTC  (2+ messages)
` [PATCH v5 06/14] target/loongarch: Add MMUContext parameter in fill_tlb_entry()


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