qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-24 06:41:38 to 2025-09-24 13:34:42 UTC [more...]

[PATCH 0/2] remove deprecated 'reconnect' options
 2025-09-24 13:33 UTC  (3+ messages)
` [PATCH v2 1/2] chardev: remove deprecated 'reconnect' option
` [PATCH v2 2/2] net/stream: "

[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
 2025-09-24 13:30 UTC  (15+ messages)
` [PATCH v3 04/20] util: expose qemu_thread_set_name
` [PATCH v3 07/20] util: add API to fetch the current thread name
` [PATCH v3 08/20] log: avoid repeated prefix on incremental qemu_log calls

[PATCH 0/8] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-24 13:22 UTC  (4+ messages)
` [PATCH 6/8] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests

[PATCH 0/2] remove deprecated 'reconnect' options
 2025-09-24 13:00 UTC  (5+ messages)
` [PATCH 1/2] chardev: remove deprecated 'reconnect' option
` [PATCH 2/2] net/stream: "

[RFC PATCH 00/34] single-binary: Make riscv cpu.h target independent
 2025-09-24 13:00 UTC  (37+ messages)
` [RFC PATCH 01/34] target/riscv: Use 32 bits for misa extensions
` [RFC PATCH 02/34] target/riscv: Fix size of trivial CPUArchState fields
` [RFC PATCH 03/34] target/riscv: Fix size of mcause
` [RFC PATCH 04/34] target/riscv: Fix size of mhartid
` [RFC PATCH 05/34] target/riscv: Bugfix riscv_pmu_ctr_get_fixed_counters_val()
` [RFC PATCH 06/34] target/riscv: Combine mhpmevent and mhpmeventh
` [RFC PATCH 07/34] target/riscv: Combine mcyclecfg and mcyclecfgh
` [RFC PATCH 08/34] target/riscv: Combine minstretcfg and minstretcfgh
` [RFC PATCH 09/34] target/riscv: Combine mhpmcounter and mhpmcounterh
` [RFC PATCH 10/34] target/riscv: Fix size of gpr and gprh
` [RFC PATCH 11/34] target/riscv: Fix size of vector CSRs
` [RFC PATCH 12/34] target/riscv: Fix size of pc, load_[val|res]
` [RFC PATCH 13/34] target/riscv: Fix size of frm and fflags
` [RFC PATCH 14/34] target/riscv: Fix size of badaddr and bins
` [RFC PATCH 15/34] target/riscv: Fix size of guest_phys_fault_addr
` [RFC PATCH 16/34] target/riscv: Fix size of priv_ver and vext_ver
` [RFC PATCH 17/34] target/riscv: Fix size of retxh
` [RFC PATCH 18/34] target/riscv: Fix size of ssp
` [RFC PATCH 19/34] target/riscv: Fix size of excp_uw2
` [RFC PATCH 20/34] target/riscv: Fix size of sw_check_code
` [RFC PATCH 21/34] target/riscv: Fix size of priv
` [RFC PATCH 22/34] target/riscv: Fix size of gei fields
` [RFC PATCH 23/34] target/riscv: Fix size of [m|s|vs]iselect fields
` [RFC PATCH 24/34] target/riscv: Fix arguments to board IMSIC emulation callbacks
` [RFC PATCH 25/34] target/riscv: Fix size of irq_overflow_left
` [RFC PATCH 26/34] target/riscv: Indent PMUFixedCtrState correctly
` [RFC PATCH 27/34] target/riscv: Replace target_ulong in riscv_cpu_get_trap_name()
` [RFC PATCH 28/34] target/riscv: Replace target_ulong in riscv_ctr_add_entry()
` [RFC PATCH 29/34] target/riscv: Fix size of trigger data
` [RFC PATCH 30/34] target/riscv: Fix size of mseccfg
` [RFC PATCH 31/34] target/riscv: Move debug.h include away from cpu.h
` [RFC PATCH 32/34] target/riscv: Move CSR declarations to separate csr.h header
` [RFC PATCH 33/34] target/riscv: Introduce externally facing CSR access functions
` [RFC PATCH 34/34] target/riscv: Make pmp.h target_ulong agnostic

[PATCH v6 00/19] hw/i386: separate isapc out from pc_piix
 2025-09-24 12:50 UTC  (10+ messages)
` [PATCH v6 01/19] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs

[PATCH] hw/i386/isapc.c: remove support for -cpu host and -cpu max
 2025-09-24 12:46 UTC 

[PATCH v5 0/9] Add IBM PPE42 CPU support
 2025-09-24 12:32 UTC  (5+ messages)
` [PATCH v5 1/9] target/ppc: IBM PPE42 general regs and flags
` [PATCH v5 2/9] target/ppc: Add IBM PPE42 family of processors

[PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
 2025-09-24 12:24 UTC  (31+ messages)
` [PATCH v2 01/27] build-sys: require -lrt when no shm_open() in std libs
` [PATCH v2 02/27] gitlab-ci: fix 'needs' property type must be array
` [PATCH v2 03/27] scripts/archive-source: speed up downloading subprojects
` [PATCH v2 04/27] scripts/archive-source: silence subprojects downloads
` [PATCH v2 05/27] scripts/archive-source: use a bash array
` [PATCH v2 06/27] configure: fix rust meson configuration
` [PATCH v2 07/27] configure: set the bindgen cross target
` [PATCH v2 08/27] tests/docker/common: print errors to stderr
` [PATCH v2 09/27] tests/docker: use fully qualified image name for emsdk
` [PATCH v2 10/27] tests/docker/common: print meson log on configure failure
` [PATCH v2 11/27] build-sys: cfi_debug and safe_stack are not compatible
` [PATCH v2 12/27] lcitool: update, switch to f41
` [PATCH v2 13/27] lcitool/qemu: include libclang-rt for TSAN
` [PATCH v2 14/27] lcitool/alpine: workaround bindgen issue
` [PATCH v2 15/27] tests/lcitool: add missing rust-std dep
` [PATCH v2 16/27] tests/lcitool: update to debian13
` [PATCH v2 17/27] tests/docker: add ENABLE_RUST environment
` [PATCH v2 18/27] tests/lcitool: enable rust & refresh
` [PATCH v2 19/27] configure: set the meson executable suffix/ext
` [PATCH v2 20/27] tests/freebsd: enable Rust
` [PATCH v2 21/27] meson: rust-bindgen limit allowlist-file to srcdir/include
` [PATCH v2 22/27] RFC: tests/docker: add rust to debian-legacy-test-cross
` [PATCH v2 23/27] WIP: gitlab-ci: enable rust for msys2-64bit
` [PATCH v2 24/27] WIP: cirrus/macos: enable Rust
` [PATCH v2 25/27] RFC: build-sys: deprecate mips host
` [PATCH v2 26/27] build-sys: pass -fvisibility=default for wasm bindgen
` [PATCH v2 27/27] WIP: enable rust for wasm/emscripten

[PATCH v2 00/12] accel/tcg: Improve tb_flush usage
 2025-09-24 12:23 UTC  (3+ messages)
` [PATCH v2 04/12] target/riscv: Record misa_ext in TCGTBCPUState.cs_base

[RFC PATCH 0/7] rust: migration: add high-level migration wrappers
 2025-09-24 12:14 UTC  (4+ messages)
` [PATCH 1/7] rust: bql: add BqlRefCell::get_mut()

[PATCH v3 00/10] accel/tcg: Improve tb_flush usage
 2025-09-24 12:14 UTC  (2+ messages)

[PATCH v9 0/7] Power11 support for QEMU [PowerNV]
 2025-09-24 12:14 UTC  (8+ messages)
      ` Access to remote XIVE2 units (was Re: [PATCH v9 0/7] Power11 support for QEMU [PowerNV])

[PATCH 00/16] tracetool: add Rust support
 2025-09-24 11:56 UTC  (7+ messages)
` [PATCH 08/16] tracetool: Add Rust format support

[PATCH v4 0/7] Do not unparent in instance_finalize()
 2025-09-24 11:32 UTC  (5+ messages)
` [PATCH v4 2/7] vfio/pci: "
` [PATCH v4 6/7] vfio: "

[PATCH v1 00/21] Control coprocessor reset for AST2700
 2025-09-24 11:13 UTC  (7+ messages)
` [PATCH v1 08/21] hw/arm/ast27x0: Add SCU alias for SSP and ensure correct device realization order
  ` [SPAM] "

[PATCH 0/2] block: Expose block limits in monitor and qemu-img info
 2025-09-24 10:43 UTC  (8+ messages)
` [PATCH 1/2] block: Expose block limits for images in QMP
` [PATCH 2/2] qemu-img info: Optionally show block limits

[PATCH v2 0/7] Support VBOOTROM to ast2700fc machine
 2025-09-24 10:18 UTC  (15+ messages)
` [PATCH v2 1/7] hw/arm/aspeed: Move aspeed_board_init_flashes() to common SoC code
` [PATCH v2 2/7] hw/arm/aspeed: Move write_boot_rom "
` [PATCH v2 3/7] hw/arm/aspeed: Move aspeed_install_boot_rom "
` [PATCH v2 4/7] hw/arm/aspeed: Move aspeed_load_vbootrom "
` [PATCH v2 5/7] hw/arm/aspeed_ast27x0-fc: Replace error_abort with local errp
` [PATCH v2 6/7] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM
` [PATCH v2 7/7] hw/arm/aspeed_ast27x0-fc: Add VBOOTROM support

[PATCH] accel/tcg: Properly unlink a TB linked to itself
 2025-09-24  9:44 UTC  (2+ messages)

[PATCH v2] virtio: improve virtqueue mapping error messages
 2025-09-24  9:34 UTC  (4+ messages)
` [PATCH v3] "

[PULL 00/29] Rust, QOM, docs changes for 2025-09-24
 2025-09-24  9:28 UTC  (30+ messages)
` [PULL 01/29] docs: use the pyvenv version of Meson
` [PULL 02/29] rust: build: add back common and util tests
` [PULL 03/29] rust: vmstate: use "cast()" instead of "as"
` [PULL 04/29] rust: build: remove "protocol: rust: from doctests
` [PULL 05/29] subprojects: add attrs crate
` [PULL 06/29] rust: qemu-macros: switch #[property] parsing to use combinators
` [PULL 07/29] subprojects: Update .gitignore for proc-macro2 and syn
` [PULL 08/29] subprojects: Ignore .wraplock file generated by meson v1.9.0
` [PULL 09/29] rust/qemu-macros: Fix Clippy's complaints about lambda parameter naming
` [PULL 10/29] rust/common/uninit: Fix Clippy's complaints about lifetime
` [PULL 11/29] rust/qdev: use addr_of! in QDevProp
` [PULL 12/29] rust/qdev: Refine the documentation for QDevProp trait
` [PULL 13/29] rust/qdev: Support property info for more common types
` [PULL 14/29] rust/qdev: Support bit property in #property macro
` [PULL 15/29] rust/qdev: Test bit property for #property
` [PULL 16/29] rust/hpet: Clean up type mismatch for num_timers property
` [PULL 17/29] rust/hpet: Convert qdev properties to #property macro
` [PULL 18/29] rust/qdev: Drop declare_properties & define_property macros
` [PULL 19/29] linux-user: avoid -Werror=int-in-bool-context
` [PULL 20/29] docs/devel: Do not unparent in instance_finalize()
` [PULL 21/29] vfio/pci: "
` [PULL 22/29] hw/core/register: "
` [PULL 23/29] hv-balloon: "
` [PULL 24/29] hw/sd/sdhci: "
` [PULL 25/29] vfio: "
` [PULL 26/29] hw/xen: "
` [PULL 27/29] docs/code-provenance: clarify scope very early
` [PULL 28/29] docs/code-provenance: make the exception process more prominent
` [PULL 29/29] docs/code-provenance: AI exceptions are in addition to DCO

[PATCH] qemu/osdep: align memory allocations to 2M on RISC-V
 2025-09-24  9:28 UTC  (2+ messages)

[PATCH v8 00/14] riscv: Add support for MIPS P8700 CPU
 2025-09-24  9:18 UTC  (15+ messages)
` [PATCH v8 01/14] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v8 02/14] target/riscv: Add cpu_set_exception_base
` [PATCH v8 04/14] target/riscv: Add MIPS P8700 CSRs
` [PATCH v8 05/14] target/riscv: Add mips.ccmov instruction
` [PATCH v8 03/14] target/riscv: Add MIPS P8700 CPU
` [PATCH v8 07/14] target/riscv: Add Xmipslsp instructions
` [PATCH v8 06/14] target/riscv: Add mips.pref instruction
` [PATCH v8 08/14] hw/misc: Add RISC-V CMGCR device implementation
` [PATCH v8 09/14] hw/misc: Add RISC-V CPC "
` [PATCH v8 11/14] hw/riscv: Add support for MIPS Boston-aia board mode
` [PATCH v8 10/14] hw/riscv: Add support for RISCV CPS
` [PATCH v8 12/14] hw/pci: Allow explicit function numbers in pci
` [PATCH v8 14/14] test/functional: Add test for boston-aia board
` [PATCH v8 13/14] riscv/boston-aia: Add an e1000e NIC in slot 0 func 1

[PATCH 0/3] LoongArch: Align VIRT_GED_CPUHP_ADDR
 2025-09-24  9:04 UTC  (6+ messages)
` [PATCH 2/3] hw/loongarch/virt: Align VIRT_GED_CPUHP_ADDR to 4 bytes
` [PATCH 3/3] tests/data/acpi/loongarch64: Update expected DSDT.*

[PATCH] net/net.c: add tap device fd validity check to prevent abort on deleted device
 2025-09-24  8:50 UTC  (6+ messages)
` [PATCH v2] net/tap-linux.c: avoid abort when setting invalid fd
` [PATCH v3] "

[PATCH v4 00/13] target/loongarch: Small enhancement about TLB flush
 2025-09-24  8:41 UTC  (7+ messages)
` [PATCH v4 05/13] target/loongarch: Fix page size set issue with CSR_STLBPS
` [PATCH v4 08/13] target/loongarch: Change return value type with loongarch_tlb_search_cb()
` [PATCH v4 11/13] target/loongarch: Invalid tlb entry in invalidate_tlb()

[PATCH v6 00/22] intel_iommu: Enable first stage translation for passthrough device
 2025-09-24  8:27 UTC  (9+ messages)
` [PATCH v6 05/22] hw/pci: Introduce pci_device_get_viommu_flags()
` [PATCH v6 18/22] iommufd: Introduce a helper function to extract vendor capabilities

[PATCH v4 0/2] dump: enhance win_dump_available to report properly
 2025-09-24  8:27 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH] scripts/qemu-guest-agent/fsfreeze-hook: improve script description
 2025-09-24  8:10 UTC  (2+ messages)

[PATCH] qga: Improve Windows filesystem space info retrieval logic
 2025-09-24  8:09 UTC  (2+ messages)

[PATCH v6 00/19] virtio-net: live-TAP local migration
 2025-09-24  8:02 UTC  (2+ messages)

[PATCH v6 00/14] riscv: Add support for MIPS P8700 CPU
 2025-09-24  8:00 UTC  (8+ messages)
` [PATCH v6 01/14] hw/intc: Allow gaps in hartids for aclint and aplic

[PATCH v1 0/3] Minor fixes of RISC-V CFI
 2025-09-24  7:48 UTC  (4+ messages)
` [PATCH v1 1/3] target/riscv: Fix the mepc when sspopchk triggers the exception
` [PATCH v1 2/3] target/riscv: Fix SSP CSR error handling in VU/VS mode
` [PATCH v1 3/3] target/riscv: Fix ssamoswap error handling

[PATCH v7 00/14] virtio: introduce support for GSO over UDP tunnel
 2025-09-24  7:46 UTC  (2+ messages)

[PATCH] vdpa-dev: add get_vhost() callback for vhost-vdpa device
 2025-09-24  7:22 UTC  (2+ messages)

[PATCH 0/2] Optimize unmap_all with one ioctl()
 2025-09-24  7:02 UTC  (3+ messages)
` [PATCH 1/2] vfio/container: Support unmap all in "
` [PATCH 2/2] vfio/iommufd: "

[PATCH] net/tap-linux.c: avoid abort when setting vnet_hdr_len on invalid fd
 2025-09-24  7:02 UTC 

[PATCH] .gitmodules: Update URLs for the u-boot submodules
 2025-09-24  6:55 UTC  (3+ messages)

[PULL 00/12] Functional test patches
 2025-09-24  6:39 UTC  (11+ messages)
` [PULL 01/12] tests/functional/m68k: Use proper polling in the next-cube test
` [PULL 02/12] tests/functional/s390x/test_pxelinux: Fix warnings from pylint
` [PULL 03/12] tests: Move the old vmstate-static-checker files to tests/data/
` [PULL 05/12] tests/data/vmstate-static-checker: Add dump files from QEMU 7.2.17
` [PULL 06/12] tests/functional: Use vmstate-static-checker.py to test data from v7.2
` [PULL 07/12] tests/functional: use self.log for all logging
` [PULL 08/12] .gitlab-ci.d/buildtest.yml: Unset CI_COMMIT_DESCRIPTION for htags
` [PULL 10/12] tests: Fix "make check-functional" for targets without thorough tests
` [PULL 11/12] tests/functional: retry when seeing ConnectionError exception
` [PULL 12/12] tests/functional: treat unknown exceptions as transient faults


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