qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-15 20:42:21 to 2025-10-16 12:20:15 UTC [more...]

[PULL 00/75] Misc single binary patches for 2025-10-16
 2025-10-16 12:14 UTC  (19+ 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 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 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 25/75] target/microblaze: Have do_load/store() take a TCGv_i32 address argument
` [PULL 28/75] target/openrisc: Do not use target_ulong for @mr in MTSPR helper
` [PULL 31/75] target/openrisc: Use vaddr type for $pc jumps
` [PULL 35/75] target/openrisc: Conceal MO_TE within do_store()

[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] hw/intc/arm_gicv3_kvm: Avoid reading ICC_CTLR_EL1 from kernel in cpuif reset
 2025-10-16 12:09 UTC  (8+ messages)

[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  (16+ messages)
` [PATCH v2 1/9] gitlab: Stop cross-testing for 32-bit MIPS hosts
` [PATCH v2 2/9] buildsys: Remove support "
` [PATCH v2 3/9] kvm/mips: Remove support for 32-bit hosts
` [PATCH v2 4/9] tcg/mips: Remove support for O32 and N32 ABIs
` [PATCH v2 5/9] tcg/mips: Remove support for 32-bit hosts
` [PATCH v2 6/9] tcg/mips: Remove ALIAS_PADD, ALIAS_PADDI
` [PATCH v2 7/9] buildsys: Remove support for 32-bit PPC hosts
` [PATCH v2 8/9] tcg/ppc: Remove support for 32-bit hosts
` [PATCH v2 9/9] tcg/ppc: Remove dead cases from tcg_target_op_def

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  (10+ messages)
` [PATCH v4 1/7] chardev/char-socket: simplify reconnect-ms handling
` [PATCH v4 2/7] chardev/char: split chardev_init_common() out of qemu_char_open()
` [PATCH v4 3/7] chardev/char: qemu_char_open(): add return value
` [PATCH v4 4/7] chardev/char: move filename and be_opened handling to qemu_char_open()
` [PATCH v4 5/7] chardev/char: introduce .init() + .connect() initialization interface
` [PATCH v4 6/7] chardev/char-socket: move to .init + .connect api
` [PATCH v4 7/7] chardev: introduce DEFINE_PROP_CHR_NO_CONNECT

[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  (3+ messages)

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

[PATCH v3 00/34] single-binary: Make riscv cpu.h target independent
 2025-10-16  5:35 UTC  (39+ 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 v3 20/34] target/riscv: Fix size of sw_check_code
` [PATCH v3 25/34] target/riscv: Fix size of irq_overflow_left
` [PATCH v3 29/34] target/riscv: Fix size of trigger data
` [PATCH v3 31/34] target/riscv: Move debug.h include away from cpu.h
` [PATCH v3 32/34] target/riscv: Move CSR declarations to separate csr.h header

[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 00/14] target/loongarch: Add hardware page table walk support
 2025-10-16  1:55 UTC  (15+ messages)
` [PATCH v5 01/14] target/loongarch: Use auto method with PTW feature
` [PATCH v5 02/14] target/loongarch: Add CSR_PWCH write helper function
` [PATCH v5 03/14] target/loongarch: Add present and write bit with pte entry
` [PATCH v5 04/14] target/loongarch: Add function sptw_prepare_tlb before adding tlb entry
` [PATCH v5 05/14] target/loongarch: target/loongarch: Add common function get_tlb_random_index()
` [PATCH v5 06/14] target/loongarch: Add MMUContext parameter in fill_tlb_entry()
` [PATCH v5 07/14] target/loongarch: Add debug parameter with loongarch_page_table_walker()
` [PATCH v5 08/14] target/loongarch: Reserve higher 48 bit PTE attribute with huge page
` [PATCH v5 09/14] target/loongarch: Move last PTE lookup into page table walker loop
` [PATCH v5 10/14] target/loongarch: Add field tlb_index to record TLB search info
` [PATCH v5 11/14] target/loongarch: Add common interface update_tlb_index()
` [PATCH v5 12/14] target/loongarch: Add basic hardware PTW support
  ` [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 v2] ati-vga: Fix framebuffer mapping by using hardware-correct aperture sizes
 2025-10-16  0:13 UTC  (3+ messages)

[PATCH] ati-vga: Fix framebuffer mapping by using hardware-correct aperture sizes
 2025-10-15 23:51 UTC  (8+ messages)

[PULL 0/4] loongarch queue
 2025-10-15 23:11 UTC  (2+ messages)

[RFC PATCH 0/2] target/arm: Allow aarch64=off for TCG
 2025-10-15 21:46 UTC  (2+ messages)

[PATCH] tests/functional/alpha: Remove superfluous fetch() line from the clipper test
 2025-10-15 21:40 UTC  (2+ messages)

[PATCH v3 0/7] esp.c: only allow ESP commands permitted in the current mode
 2025-10-15 20:23 UTC  (6+ messages)
` [PATCH v3 7/7] esp.c: only allow ESP commands permitted in the current asc_mode


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