qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-04 00:00:50 to 2025-04-04 17:56:55 UTC [more...]

[RFC PATCH-for-10.1 00/19] qemu: Introduce TargetInfo API (for single binary)
 2025-04-04 17:56 UTC  (43+ messages)
` [RFC PATCH-for-10.1 01/19] qemu: Introduce TargetInfo API in 'target_info.h'
` [RFC PATCH-for-10.1 02/19] qemu: Convert target_name() to TargetInfo API
` [RFC PATCH-for-10.1 03/19] qemu: Factor target_system_arch() out
` [RFC PATCH-for-10.1 04/19] qemu: Convert target_words_bigendian() to TargetInfo API
` [RFC PATCH-for-10.1 05/19] qemu: Introduce target_long_bits()
` [RFC PATCH-for-10.1 06/19] target/tricore: Replace TARGET_LONG_BITS -> target_long_bits()
` [RFC PATCH-for-10.1 07/19] target/hppa: "
` [RFC PATCH-for-10.1 08/19] target/riscv: "
` [RFC PATCH-for-10.1 09/19] qemu: Introduce target_cpu_type()
` [RFC PATCH-for-10.1 10/19] cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
` [RFC PATCH-for-10.1 11/19] accel/tcg: "
` [RFC PATCH-for-10.1 12/19] cpus: Move target-agnostic methods out of cpu-target.c
` [RFC PATCH-for-10.1 13/19] accel: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
` [RFC PATCH-for-10.1 14/19] accel: Implement accel_init_ops_interfaces() for both system/user mode
` [RFC PATCH-for-10.1 15/19] accel: Include missing 'qemu/accel.h' header in accel-internal.h
` [RFC PATCH-for-10.1 16/19] accel: Make AccelCPUClass structure target-agnostic
` [RFC PATCH-for-10.1 17/19] accel: Move target-agnostic code from accel-target.c -> accel-common.c
` [RFC PATCH-for-10.1 18/19] qemu: Prepare per-binary QOM filter via TYPE_BINARY_PREFIX
` [RFC PATCH-for-10.1 19/19] system/vl: Filter machine list for binary using machine_binary_filter()

[PATCH 0/9] hw/nvme: refactor/cleanup
 2025-04-04 17:52 UTC  (2+ messages)
` hw/nvme: Issue with multiple controllers behind a subsystem

[PATCH v8 00/28] vfio-user client
 2025-04-04 17:21 UTC  (26+ messages)
` [PATCH v8 03/28] vfio/container: support VFIO_DMA_UNMAP_FLAG_ALL
` [PATCH v8 05/28] vfio: add vfio_prepare_device()
` [PATCH v8 08/28] vfio: add region cache
` [PATCH v8 09/28] vfio: split out VFIOKernelPCIDevice
` [PATCH v8 10/28] vfio: add device IO ops vector

[RFC PATCH-for-10.1 00/39] single-binary: Make hw/arm/ common
 2025-04-04 17:12 UTC  (24+ messages)
` [RFC PATCH-for-10.1 17/39] target/arm: Restrict inclusion of 'multiprocessing.h'
` [RFC PATCH-for-10.1 19/39] hw/arm: Include missing 'target/arm/gtimer.h' header
` [RFC PATCH-for-10.1 21/39] target/arm: Extract feature definitions to 'cpu_has_feature.h' header
` [RFC PATCH-for-10.1 22/39] target/arm: Add arm_cpu_has_feature() helper
` [RFC PATCH-for-10.1 23/39] hw/arm/realview: Replace arm_feature() -> arm_cpu_has_feature()
` [RFC PATCH-for-10.1 24/39] hw/arm/virt-acpi: "
` [RFC PATCH-for-10.1 25/39] hw/arm: Build virt-acpi-build.c once
` [RFC PATCH-for-10.1 26/39] system/hvf: Avoid including 'cpu.h'
` [RFC PATCH-for-10.1 27/39] system/hvf: Expose hvf_enabled() to common code
` [RFC PATCH-for-10.1 28/39] exec: Do not poison hardware accelerators
` [RFC PATCH-for-10.1 29/39] hw/arm: Build sbsa-ref.c once
` [RFC PATCH-for-10.1 30/39] target/arm: Replace target_ulong -> hwaddr in ARMMMUFaultInfo
` [RFC PATCH-for-10.1 31/39] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [RFC PATCH-for-10.1 32/39] target/arm: Replace target_ulong -> vaddr for CPUWatchpoint
` [RFC PATCH-for-10.1 33/39] hw/core/machine: Allow dynamic registration of valid CPU types
` [RFC PATCH-for-10.1 34/39] hw/arm/virt: Register valid CPU types dynamically
` [RFC PATCH-for-10.1 35/39] hw/arm/virt: Replace TARGET_AARCH64 -> target_long_bits()
` [RFC PATCH-for-10.1 36/39] target/arm: Expose Aarch64 helpers indistinctly
` [RFC PATCH-for-10.1 37/39] hw/arm: Build virt.c once
` [RFC PATCH-for-10.1 38/39] hw/arm: Move xen files to arm_common_ss[]
` [RFC PATCH-for-10.1 39/39] hw/arm/meson: Remove arm_ss[] source set

[PULL 0/1] Migration patches for 2025-04-01
 2025-04-04 17:07 UTC  (2+ messages)

[PULL 0/6] tcg patch queue for 10.0-rc3
 2025-04-04 17:08 UTC  (8+ messages)
` [PULL 1/6] tcg: Allocate TEMP_VAL_MEM frame in temp_load()
` [PULL 2/6] tests/functional/test_aarch64_rme_virt: fix sporadic failure
` [PULL 3/6] tests/functional: Add a decorator for skipping tests on particular OS
` [PULL 4/6] tests/functional: Skip aarch64_replay test on macOS
` [PULL 5/6] tests/qtest: Skip Aarch64 VMapple machine
` [PULL 6/6] hw/arm: Do not build VMapple machine by default

[PULL -rce 0/1] NBD patches for 2025-04-03
 2025-04-04 17:08 UTC  (2+ messages)

[PULL 0/2] virtio,pc: fixes
 2025-04-04 17:07 UTC  (2+ messages)

[PATCH v4] block/file-posix.c: Use pwritev2() with RWF_DSYNC for FUA
 2025-04-04 15:05 UTC  (2+ messages)

[PATCH] hw/ipmi: Move vmsd registration to device class
 2025-04-04 16:13 UTC  (2+ messages)

[PATCH] Revert "virtio-net: Copy received header to buffer"
 2025-04-04 15:18 UTC 

[PATCH] smbios: Fix buffer overrun when using path= option
 2025-04-04 15:06 UTC  (6+ messages)

[PATCH 0/2] hw/riscv/virt.c: change default CPU to 'max'
 2025-04-04 15:27 UTC  (3+ messages)
` [PATCH 1/2] target/riscv/tcg: make 'max' cpu rva23s64 compliant
` [PATCH 2/2] hw/riscv/virt.c: change default CPU to 'max'

[PATCH] hw/ipmi: Allow multiple BMC instances
 2025-04-04 15:25 UTC  (5+ messages)

[PATCH 0/6] misc hexagon patches
 2025-04-04 15:20 UTC  (11+ messages)
` [PATCH 1/6] target/hexagon: handle .new values
` [PATCH 2/6] target/hexagon: Fix badva reference, delete CAUSE
` [PATCH 3/6] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PATCH 4/6] target/hexagon: s/pkt_has_store/pkt_has_scalar_store
` [PATCH 5/6] target/hexagon: Remove unreachable
` [PATCH 6/6] target/hexagon: Add memory order definition

[PATCH] [for-10.1] qapi/block-core: derpecate some block-job- APIs
 2025-04-04 15:03 UTC  (5+ messages)

[PATCH] docs/cxl: Add serial number for persistent-memdev
 2025-04-04 15:02 UTC  (9+ messages)

[PATCH] hw/9pfs: add cleanup operation for 9p-synth
 2025-04-04 14:38 UTC  (3+ messages)

[RFC PATCH] tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S
 2025-04-04 14:29 UTC  (2+ messages)

[PATCH v5] [for-10.1] virtio: add VIRTQUEUE_ERROR QAPI event
 2025-04-04 14:28 UTC  (4+ messages)

[PATCH for-10.0] docs: deprecate RISC-V default machine option
 2025-04-04 14:09 UTC  (4+ messages)

[PATCH v1 0/1] hw/misc/aspeed_sbc: Implement OTP memory and controller
 2025-04-04 13:53 UTC  (4+ messages)

[PATCH 00/15] export/fuse: Use coroutines and multi-threading
 2025-04-04 13:04 UTC  (29+ messages)
` [PATCH 01/15] fuse: Copy write buffer content before polling
` [PATCH 08/15] fuse: Introduce fuse_{at,de}tach_handlers()
` [PATCH 11/15] fuse: Manually process requests (without libfuse)
` [PATCH 14/15] fuse: Implement multi-threading
` [PATCH 15/15] fuse: Increase MAX_WRITE_SIZE with a second buffer

[PATCH 0/2] fix deadlock with plugins reset/uninstall
 2025-04-04 13:02 UTC  (5+ messages)
` [PATCH 1/2] plugins/loader: fix deadlock when resetting/uninstalling a plugin
` [PATCH 2/2] tests/tcg/plugins: add plugin to test reset and uninstall

[PATCH for-10.1] hw/riscv: do not mark any machine as default
 2025-04-04 13:01 UTC  (6+ messages)

[PATCH-for-10.0 v2 00/14] hw/arm: Tests & ACPI tables fixes for 10.0
 2025-04-04 12:49 UTC  (6+ messages)
` [PATCH-for-10.0? v2 11/14] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
` [PATCH-for-10.0? v2 13/14] hw/arm/virt-acpi: Do not advertise disabled GIC ITS

[PATCH RFC 0/3] Attempt to add GHES for x86
 2025-04-04 12:19 UTC  (2+ messages)

[PATCH 00/11] qapi: Documentation improvements
 2025-04-04 12:14 UTC  (12+ messages)
` [PATCH 01/11] docs/devel/qapi-code-gen: Tidy up whitespace
` [PATCH 02/11] qapi/rocker: Tidy up query-rocker-of-dpa-flows example
` [PATCH 03/11] docs/interop: Delete "QEMU Guest Agent Protocol Reference" TOC
` [PATCH 04/11] docs/interop: Sanitize QMP reference manuals TOC
` [PATCH 05/11] docs/devel/qapi-code-gen: Improve the part on qmp-example directive
` [PATCH 06/11] docs/sphinx/qmp_lexer: Generalize elision syntax
` [PATCH 07/11] docs/sphinx/qmp_lexer: Highlight elisions like comments, not prompts
` [PATCH 08/11] qapi/qapi-schema: Update introduction for example notation
` [PATCH 09/11] qapi/qapi-schema: Address the introduction's bit rot
` [PATCH 10/11] storage-daemon/qapi/qapi-schema: Add a proper introduction
` [PATCH 11/11] qga/qapi-schema: "

[PATCH v6 0/6] target/loongarch: Fix some issues reported from coccinelle
 2025-04-04 12:08 UTC  (10+ messages)
` [PATCH v6 2/6] hw/loongarch/virt: Fix error handling in cpu plug
` [PATCH v6 3/6] hw/loongarch/virt: Fix error handling in cpu unplug

[PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
 2025-04-04 12:05 UTC  (5+ messages)

[PATCH] alsaaudio: Set try-poll to false by default
 2025-04-04 11:34 UTC  (5+ messages)

[PATCH] vfio/spapr: Fix L2 crash with PCI device passthrough with L2 guest memory > 128G
 2025-04-04 11:29 UTC  (2+ messages)

[PATCH] gdbstub: Implement qqemu.Pid packet
 2025-04-04 10:26 UTC 

CRITICAL Unexpected bottom half exception
 2025-04-04 10:10 UTC 

[PATCH v8 0/7] Allow to enable multifd and postcopy migration together
 2025-04-04  9:50 UTC  (11+ messages)
` [PATCH v8 2/7] migration: Refactor channel discovery mechanism
` [PATCH v8 7/7] migration/ram: Implement save_postcopy_prepare()

[PATCH 0/3] vhost: fix the IO error after live migration
 2025-04-04  7:30 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] vhost-user: return failure if backend crash when "

[PATCH v3 0/3] Enable QEMU NVMe userspace driver on s390x
 2025-04-04  7:05 UTC  (9+ messages)

[PATCH 0/1 v2] [RISC-V/RVV] use a single function to probe memory
 2025-04-04  6:07 UTC  (2+ messages)

[PATCH 0/4] Several sstc extension fixes
 2025-04-04  6:02 UTC  (9+ messages)
` [PATCH 1/4] target/riscv: Add the checking into stimecmp write function
` [PATCH 2/4] hw/intc: riscv_aclint: Fix mtime write for sstc extension
` [PATCH 3/4] target/riscv: Fix VSTIP bit in "
` [PATCH 4/4] target/riscv: Enable/Disable S/VS-mode Timer when STCE bit is changed

[PATCH-for-10.0 v3 0/5] hw/arm: Tests fixes for 10.0
 2025-04-04  5:26 UTC  (3+ messages)
` [PATCH-for-10.0 v3 2/5] tests/functional: Add a decorator for skipping tests on particular OS

[PATCH] target/riscv: support atomic instruction fetch (Ziccif)
 2025-04-04  4:41 UTC  (2+ messages)

[PATCH v8 00/18] Adding partial support for 128-bit riscv target
 2025-04-04  3:26 UTC  (3+ messages)

[PATCH-for-10.1 0/4] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
 2025-04-04  3:22 UTC  (6+ messages)
` [PATCH-for-10.1 1/4] target/riscv: Restrict RV128 MTTCG check on system emulation

[RFC PATCH] Hexagon (target/hexagon) analyze all reads before writes
 2025-04-04  3:08 UTC  (2+ messages)

[PATCH-for-10.1 v3 0/9] hw/arm: GIC ITS=off ACPI tables fixes
 2025-04-04  3:04 UTC  (11+ messages)
` [PATCH-for-10.1 v3 3/9] hw/arm/virt: Simplify create_its()
` [PATCH-for-10.1 v3 5/9] qtest/bios-tables-test: Add test for -M virt, its=off
  ` [PATCH-for-10.1 v3 5/9] qtest/bios-tables-test: Add test for -M virt,its=off
` [PATCH-for-10.1 v3 6/9] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
` [PATCH-for-10.1 v3 7/9] hw/arm/virt-acpi: Always build IORT table (even with GIC ITS disabled)
` [PATCH-for-10.1 v3 9/9] qtest/bios-tables-test: Update aarch64/virt 'its_off' variant blobs

[PATCH 0/1 v4] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores
 2025-04-04  3:02 UTC  (2+ messages)

[PATCH v2] ppc/vof: Make nextprop behave more like Open Firmware
 2025-04-04  3:00 UTC  (2+ messages)

[PATCH v2 0/2] target/hexagon: Fix macOS build
 2025-04-04  2:55 UTC  (2+ messages)

[PATCH v3 0/6] Improve Microchip Polarfire SoC customization
 2025-04-04  2:33 UTC  (12+ messages)
` [PATCH v3 1/6] hw/misc: Add MPFS system reset support
` [PATCH v3 3/6] hw/riscv: Make FDT optional for MPFS
` [PATCH v3 4/6] hw/riscv: Allow direct start of kernel "
` [PATCH v3 5/6] hw/riscv: Configurable MPFS CLINT timebase freq
` [PATCH v3 6/6] hw/riscv: microchip_pfsoc: Rework documentation

[PATCH 0/1 v2] [RISCV/RVV] Generate strided vector loads/stores with tcg nodes
 2025-04-04  1:46 UTC  (2+ messages)

[PATCH 0/3] Enhancing Device Identification in RISC-V IOMMU Using Memory Attributes
 2025-04-04  1:43 UTC  (3+ messages)
` [PATCH 3/3] hw/riscv/riscv_iommu: Remove the "bus" property

[PATCH v2 0/5] target/riscv: Smepmp fixes to match specification
 2025-04-04  1:23 UTC  (10+ messages)
` [PATCH v2 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
` [PATCH v2 2/5] target/riscv: pmp: move Smepmp operation conversion into a function
` [PATCH v2 4/5] target/riscv: pmp: exit csr writes early if value was not changed
` [PATCH v2 5/5] target/riscv: pmp: remove redundant check in pmp_is_locked

[PATCH v6 41/60] hw/i386: add option to forcibly report edge trigger in acpi tables
 2025-04-03 23:20 UTC 

[PATCH-for-10.0 0/5] hw/arm/virt-acpi: Do not advertise disabled GIC ITS in MADT table
 2025-04-04  0:49 UTC  (7+ messages)
` [PATCH-for-10.0 1/5] qtest/bios-tables-test: Add test for -M virt, its=off
  ` [PATCH-for-10.0 1/5] qtest/bios-tables-test: Add test for -M virt,its=off


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