qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-20 08:32:56 to 2025-05-20 13:46:58 UTC [more...]

[PATCH V5] vfio: return mr from vfio_get_xlat_addr
 2025-05-20 13:46 UTC  (4+ messages)

[PATCH V3 00/42] Live update: vfio and iommufd
 2025-05-20 13:44 UTC  (24+ messages)
` [PATCH V3 12/42] vfio/container: recover from unmap-all-vaddr failure
` [PATCH V3 15/42] vfio-pci: skip reset during cpr
` [PATCH V3 31/42] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PATCH V3 33/42] vfio/iommufd: define hwpt constructors
` [PATCH V3 36/42] vfio/iommufd: preserve descriptors
` [PATCH V3 37/42] vfio/iommufd: reconstruct device
` [PATCH V3 39/42] vfio/iommufd: reconstruct hwpt

[PATCH v2 00/10] CXL: FMAPI DCD Management Commands 0x5600-0x5605
 2025-05-20 13:39 UTC  (6+ messages)
` [PATCH v2 07/10] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
` [PATCH v2 09/10] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add

[PULL 0/6] Python patches
 2025-05-19 21:17 UTC  (2+ messages)

[PULL 00/56] riscv-to-apply queue
 2025-05-19 21:17 UTC  (2+ messages)

[PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
 2025-05-20 13:27 UTC  (7+ messages)
` [PATCH v4 7/7] vdpa: move "

[RFC PATCH 00/25] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-05-20 13:21 UTC  (33+ messages)
` [RFC PATCH 01/25] accel: Add Meson and config support for MSHV accelerator
` [RFC PATCH 02/25] target/i386/emulate: allow instruction decoding from stream
` [RFC PATCH 03/25] target/i386/mshv: Add x86 decoder/emu implementation
` [RFC PATCH 04/25] hw/intc: Generalize APIC helper names from kvm_* to accel_*
` [RFC PATCH 05/25] include/hw/hyperv: Add MSHV ABI header definitions
` [RFC PATCH 06/25] accel/mshv: Add accelerator skeleton
` [RFC PATCH 07/25] accel/mshv: Register memory region listeners
` [RFC PATCH 08/25] accel/mshv: Initialize VM partition
` [RFC PATCH 09/25] accel/mshv: Register guest memory regions with hypervisor
` [RFC PATCH 10/25] accel/mshv: Add ioeventfd support
` [RFC PATCH 11/25] accel/mshv: Add basic interrupt injection support
` [RFC PATCH 12/25] accel/mshv: Add vCPU creation and execution loop
` [RFC PATCH 13/25] accel/mshv: Add vCPU signal handling
` [RFC PATCH 14/25] target/i386/mshv: Add CPU create and remove logic
` [RFC PATCH 15/25] target/i386/mshv: Implement mshv_store_regs()
` [RFC PATCH 16/25] target/i386/mshv: Implement mshv_get_standard_regs()
` [RFC PATCH 17/25] target/i386/mshv: Implement mshv_get_special_regs()
` [RFC PATCH 18/25] target/i386/mshv: Implement mshv_arch_put_registers()
` [RFC PATCH 19/25] target/i386/mshv: Set local interrupt controller state
` [RFC PATCH 20/25] target/i386/mshv: Register CPUID entries with MSHV
` [RFC PATCH 21/25] target/i386/mshv: Register MSRs "
` [RFC PATCH 22/25] target/i386/mshv: Integrate x86 instruction decoder/emulator
` [RFC PATCH 23/25] target/i386/mshv: Write MSRs to the hypervisor
` [RFC PATCH 24/25] target/i386/mshv: Implement mshv_vcpu_run()
` [RFC PATCH 25/25] accel/mshv: Add memory remapping workaround

[RFC PATCH v9 0/4] Report vfio-ap configuration changes
 2025-05-20 13:17 UTC  (5+ messages)
` [RFC PATCH v9 4/4] s390: implementing CHSC SEI for AP config change

[PATCH v2 0/8] Add bios-tables-test for LoongArch system
 2025-05-20 13:08 UTC  (9+ messages)
` [PATCH v2 1/8] uefi-test-tools:: Add LoongArch64 support
` [PATCH v2 2/8] tests/data/uefi-boot-images: Add ISO image for LoongArch system
` [PATCH v2 3/8] tests/qtest/bios-tables-test: Use MiB macro rather hardcode value
` [PATCH v2 4/8] tests/acpi: Add empty ACPI data files for LoongArch
` [PATCH v2 5/8] tests/qtest/bios-tables-test: Add basic testing "
` [PATCH v2 6/8] rebuild-expected-aml.sh: Add support "
` [PATCH v2 7/8] tests/acpi: Fill acpi table data "
  ` [PATCH v2 8/8] tests/acpi: Remove stale allowed tables

[PATCH 00/33] tcg: Add WebAssembly backend
 2025-05-20 12:51 UTC  (34+ messages)
` [PATCH 01/33] tcg: Fork TCI for wasm32 backend
` [PATCH 02/33] tcg/wasm32: Do not use TCI disassembler in Wasm backend
` [PATCH 03/33] meson: Enable to build wasm backend
` [PATCH 04/33] tcg/wasm32: Set TCG_TARGET_INSN_UNIT_SIZE to 1
` [PATCH 05/33] tcg/wasm32: Add and/or/xor instructions
` [PATCH 06/33] tcg/wasm32: Add add/sub/mul instructions
` [PATCH 07/33] tcg/wasm32: Add shl/shr/sar instructions
` [PATCH 08/33] tcg/wasm32: Add setcond/negsetcond/movcond instructions
` [PATCH 09/33] tcg/wasm32: Add deposit/sextract/extract instrcutions
` [PATCH 10/33] tcg/wasm32: Add load and store instructions
` [PATCH 11/33] tcg/wasm32: Add mov/movi instructions
` [PATCH 12/33] tcg/wasm32: Add ext instructions
` [PATCH 13/33] tcg/wasm32: Add bswap instructions
` [PATCH 14/33] tcg/wasm32: Add rem/div instructions
` [PATCH 15/33] tcg/wasm32: Add andc/orc/eqv/nand/nor instructions
` [PATCH 16/33] tcg/wasm32: Add neg/not/ctpop instructions
` [PATCH 17/33] tcg/wasm32: Add rot/clz/ctz instructions
` [PATCH 18/33] tcg/wasm32: Add addc/subb instructions
` [PATCH 19/33] tcg/wasm32: Add br/brcond instructions
` [PATCH 20/33] tcg/wasm32: Add exit_tb/goto_tb/goto_ptr instructions
` [PATCH 21/33] tcg/wasm32: Add call instruction
` [PATCH 22/33] tcg/wasm32: Add qemu_ld/qemu_st instructions
` [PATCH 23/33] include/exec: Allow using 64bit guest addresses on emscripten
` [PATCH 24/33] tcg/wasm32: Set TCG_TARGET_REG_BITS to 64
` [PATCH 25/33] tcg/wasm32: Set mulu2/muls2 as unimplemented
` [PATCH 26/33] tcg/wasm32: Add initialization of fundamental registers
` [PATCH 27/33] tcg/wasm32: Write wasm binary to TB
` [PATCH 28/33] tcg/wasm32: Implement instantiation of Wasm binary
` [PATCH 29/33] tcg/wasm32: Allow Asyncify unwinding from TB
` [PATCH 30/33] tcg/wasm32: Enable instantiation of TBs executed many times
` [PATCH 31/33] tcg/wasm32: Enable TLB lookup
` [PATCH 32/33] meson: Propagate optimization flag for linking on Emscripten
` [PATCH 33/33] .gitlab-ci.d: build wasm backend in CI

[PATCH V2] vhost: Don't set vring call if guest notifier is unused
 2025-05-20 12:53 UTC  (8+ messages)

[PATCH 00/22] ACPI PCI Hotplug support on ARM
 2025-05-20 12:59 UTC  (7+ messages)
` [PATCH 01/22] hw/i386/acpi-build: Make aml_pci_device_dsm() static
` [PATCH 03/22] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
` [PATCH 07/22] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method

[PATCH 0/4] xlnx-zynqmp: add support to boot on RPUs
 2025-05-20 12:41 UTC  (8+ messages)
` [PATCH 2/4] hw/intc/arm_gic: introduce a first-cpu-index property
` [PATCH 4/4] hw/arm/xlnx-zynqmp: adapt cluster-id based on the boot cpu

[PATCH v3] target/riscv/kvm: add satp mode for host cpu
 2025-05-20 12:16 UTC  (3+ messages)

[PATCH RFC] target: riscv: Fix satp mode initialization based on profile
 2025-05-20 11:33 UTC  (10+ messages)

[PULL 00/35] RISCV, i386, endianness fixes for 2025-05-20
 2025-05-20 11:05 UTC  (36+ messages)
` [PULL 01/35] i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
` [PULL 02/35] i386/hvf: Make CPUID_HT supported
` [PULL 03/35] hw/pci-host/gt64120: Fix endianness handling
` [PULL 04/35] hw/pci-host: Remove unused pci_host_data_be_ops
` [PULL 05/35] qapi/misc-target: Rename SGXEPCSection to SgxEpcSection
` [PULL 06/35] qapi/misc-target: Rename SGXInfo to SgxInfo
` [PULL 07/35] qapi/misc-target: Fix the doc related SGXEPCSection
` [PULL 08/35] qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabilities
` [PULL 09/35] hw/riscv: acpi: only create RHCT MMU entry for supported types
` [PULL 10/35] target/riscv: assert argument to set_satp_mode_max_supported is valid
` [PULL 11/35] target/riscv: cpu: store max SATP mode as a single integer
` [PULL 12/35] target/riscv: update max_satp_mode based on QOM properties
` [PULL 13/35] target/riscv: remove supported from RISCVSATPMap
` [PULL 14/35] target/riscv: move satp_mode.{map, init} out of CPUConfig
` [PULL 15/35] target/riscv: introduce RISCVCPUDef
` [PULL 16/35] target/riscv: store RISCVCPUDef struct directly in the class
` [PULL 17/35] target/riscv: merge riscv_cpu_class_init with the class_base function
` [PULL 18/35] target/riscv: move RISCVCPUConfig fields to a header file
` [PULL 19/35] target/riscv: include default value in cpu_cfg_fields.h.inc
` [PULL 20/35] target/riscv: add more RISCVCPUDef fields
` [PULL 21/35] target/riscv: convert abstract CPU classes to RISCVCPUDef
` [PULL 22/35] target/riscv: convert profile CPU models "
` [PULL 23/35] target/riscv: convert bare "
` [PULL 24/35] target/riscv: convert dynamic "
` [PULL 25/35] target/riscv: convert SiFive E "
` [PULL 26/35] target/riscv: convert ibex "
` [PULL 27/35] target/riscv: convert SiFive U "
` [PULL 28/35] target/riscv: th: make CSR insertion test a bit more intuitive
` [PULL 29/35] target/riscv: generalize custom CSR functionality
` [PULL 30/35] target/riscv: convert THead C906 to RISCVCPUDef
` [PULL 31/35] target/riscv: convert TT Ascalon "
` [PULL 32/35] target/riscv: convert Ventana V1 "
` [PULL 33/35] target/riscv: convert Xiangshan Nanhu "
` [PULL 34/35] target/riscv: remove .instance_post_init
` [PULL 35/35] qom: reverse order of instance_post_init calls

[PATCH] hw/arm: Add missing psci_conduit to NPCM8XX SoC boot info
 2025-05-20 10:55 UTC  (6+ messages)

[PATCH rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
 2025-05-20 10:47 UTC  (6+ messages)

[PATCH v2 00/24] block: do not drain while holding the graph lock
 2025-05-20 10:30 UTC  (25+ messages)
` [PATCH v2 01/24] block: remove outdated comments about AioContext locking
` [PATCH v2 02/24] block: move drain outside of read-locked bdrv_reopen_queue_child()
` [PATCH v2 03/24] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()
` [PATCH v2 04/24] block: move drain outside of read-locked bdrv_inactivate_recurse()
` [PATCH v2 05/24] block: mark bdrv_parent_change_aio_context() GRAPH_RDLOCK
` [PATCH v2 06/24] block: mark change_aio_ctx() callback and instances as GRAPH_RDLOCK(_PTR)
` [PATCH v2 07/24] block: mark bdrv_child_change_aio_context() GRAPH_RDLOCK
` [PATCH v2 08/24] block: move drain outside of bdrv_change_aio_context() and mark GRAPH_RDLOCK
` [PATCH v2 09/24] block: move drain outside of bdrv_try_change_aio_context()
` [PATCH v2 10/24] block: move drain outside of bdrv_attach_child_common(_abort)()
` [PATCH v2 11/24] block: move drain outside of bdrv_set_backing_hd_drained()
` [PATCH v2 12/24] block: move drain outside of bdrv_root_attach_child()
` [PATCH v2 13/24] block: move drain outside of bdrv_attach_child()
` [PATCH v2 14/24] block: move drain outside of quorum_add_child()
` [PATCH v2 15/24] block: move drain outside of bdrv_root_unref_child()
` [PATCH v2 16/24] block: move drain outside of quorum_del_child()
` [PATCH v2 17/24] blockdev: drain while unlocked in internal_snapshot_action()
` [PATCH v2 18/24] blockdev: drain while unlocked in external_snapshot_action()
` [PATCH v2 19/24] block: mark bdrv_drained_begin() as GRAPH_UNLOCKED
` [PATCH v2 20/24] iotests/graph-changes-while-io: remove image file after test
` [PATCH v2 21/24] iotests/graph-changes-while-io: add test case with removal of lower snapshot
` [PATCH v2 22/24] block/io: remove duplicate GLOBAL_STATE_CODE() in bdrv_do_drained_end()
` [PATCH v2 23/24] block: never use atomics to access bs->quiesce_counter
` [PATCH v2 24/24] block: add bdrv_graph_wrlock_drained() convenience wrapper

[PATCH v5 00/10] Enable shared device assignment
 2025-05-20 10:28 UTC  (11+ messages)
` [PATCH v5 01/10] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH v5 02/10] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v5 03/10] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v5 04/10] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBlock with guest_memfd
` [PATCH v5 05/10] ram-block-attribute: Introduce a helper to notify shared/private state changes
` [PATCH v5 06/10] memory: Attach RamBlockAttribute to guest_memfd-backed RAMBlocks
` [PATCH v5 07/10] RAMBlock: Make guest_memfd require coordinate discard
` [PATCH v5 08/10] memory: Change NotifyRamDiscard() definition to return the result
` [PATCH v5 09/10] KVM: Introduce RamDiscardListener for attribute changes during memory conversions
` [PATCH v5 10/10] ram-block-attribute: Add more error handling during state changes

[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-05-20 10:25 UTC  (9+ messages)
` [PATCH v2 11/25] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v2 15/25] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v2 16/25] pc-bios/s390-ccw: Refactor zipl_load_segment function
` [PATCH v2 17/25] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode

[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-05-20 10:18 UTC  (3+ messages)
` [PATCH v2 05/20] amd_iommu: Add helper function to extract the DTE

[PATCH 0/6] Add bios-tables-test for LoongArch64 system
 2025-05-20 10:07 UTC  (4+ messages)
` [PATCH 4/6] tests/acpi: Add empty ACPI data files for LoongArch64

[PATCH v2] qemu-img: fix offset calculation in bench
 2025-05-20 10:04 UTC  (2+ messages)

[PATCH v7 00/16] Introduce support for IGVM files
 2025-05-20 10:01 UTC  (2+ messages)

[PATCH 0/2] Initial logging support for Rust
 2025-05-20  9:57 UTC  (8+ messages)
` [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API

[PATCH 0/8] Python: Fix 'make check-dev' and modernize to 3.9+
 2025-05-20  9:31 UTC  (5+ messages)
` [PATCH 4/8] python: use 3.9+ builtin type hints
` [PATCH 5/8] python: convert remaining deprecated type hints for 3.9+

[RFC 00/11] do not drain while holding the graph lock
 2025-05-20  8:42 UTC  (6+ messages)
` [PATCH 10/11] block/graph-lock: add drain flag to bdrv_graph_wr{, un}lock
  ` [PATCH 10/11] block/graph-lock: add drain flag to bdrv_graph_wr{,un}lock

[PATCH v2] tcg/perf: Placate clang-21's -Wdefault-const-init-field-unsafe
 2025-05-20  8:41 UTC 

[PATCH v9 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-05-20  8:34 UTC  (3+ messages)
` [PATCH v9 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"

[PATCH] tcg/perf: Placate clang-21's -Wdefault-const-init-field-unsafe
 2025-05-20  8:32 UTC  (2+ messages)


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