qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-20 10:34:33 to 2025-05-20 15:09:01 UTC [more...]

[PATCH 0/5] hpet, rust: miscellaneous cleanup
 2025-05-20 15:27 UTC  (3+ messages)
` [PATCH 3/5] rust/hpet: Drop BalCell wrapper for num_timers
` [PATCH 5/5] rust: Fix the typos in doc

[PATCH v2 00/29] vfio-user client
 2025-05-20 15:04 UTC  (18+ messages)
` [PATCH v2 01/29] vfio: add more VFIOIOMMUClass docs
` [PATCH v2 02/29] vfio: move more cleanup into vfio_pci_put_device()
` [PATCH v2 03/29] vfio: move config space read into vfio_pci_config_setup()
` [PATCH v2 04/29] vfio: refactor out IRQ signalling setup
` [PATCH v2 05/29] vfio: export PCI helpers needed for vfio-user
` [PATCH v2 06/29] vfio: enable per-IRQ MSI-X masking
` [PATCH v2 07/29] vfio: add per-region fd support
` [PATCH v2 08/29] vfio: mark posted writes in region write callbacks
` [PATCH v2 09/29] vfio: return mr from vfio_get_xlat_addr
` [PATCH v2 11/29] vfio-user: introduce vfio-user protocol specification
` [PATCH v2 13/29] vfio-user: connect vfio proxy to remote server
` [PATCH v2 19/29] vfio-user: set up PCI in vfio_user_pci_realize()
` [PATCH v2 23/29] vfio-user: implement VFIO_USER_DEVICE_RESET
` [PATCH v2 24/29] vfio-user: implement VFIO_USER_DMA_MAP/UNMAP
` [PATCH v2 25/29] vfio-user: implement VFIO_USER_DMA_READ/WRITE
` [PATCH v2 27/29] vfio-user: support posted writes
` [PATCH v2 28/29] vfio-user: add coalesced "

[PATCH 00/27] vfio-user client
 2025-05-20 15:05 UTC  (5+ messages)

[PATCH v3 00/28] Fix incorrect hash results on AST2700
 2025-05-20 14:58 UTC  (2+ messages)

[PATCH V3 00/42] Live update: vfio and iommufd
 2025-05-20 14:56 UTC  (20+ 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 21/42] vfio/pci: export MSI functions
` [PATCH V3 31/42] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PATCH V3 33/42] vfio/iommufd: define hwpt constructors
` [PATCH V3 34/42] vfio/iommufd: invariant device name

[PATCH v2 00/17] maintainer updates for feb25 (qtest, gdbstub, plugins) pre-PR
 2025-05-20 14:50 UTC  (3+ messages)
` [PATCH v2 11/17] gdbstub: Try unlinking the unix socket before binding

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

[RFC PATCH 00/25] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-05-20 14:33 UTC  (43+ 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

[PATCH 00/33] tcg: Add WebAssembly backend
 2025-05-20 14:32 UTC  (35+ 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 v5 00/25] tcg-plugins: add hooks for discontinuities
 2025-05-20 14:25 UTC  (3+ messages)
` [PATCH v5 21/25] target/tricore: call plugin trap callbacks

[PATCH 0/2] Fix for multi-process gdbstub breakpoints
 2025-05-20 14:25 UTC  (2+ messages)

[RFC PATCH QEMU 0/3] cxl/plugins: Hotness Monitoring Unit with 'real' data
 2025-05-20 14:16 UTC  (3+ messages)
` [RFC PATCH QEMU 2/3] plugins: Add cache miss reporting over a socket

[PATCH v2 00/20] Add Multi-Core Debug (MCD) API support
 2025-05-20 14:16 UTC  (3+ messages)

[PATCH RFC 0/1] TCG plugin libinso.so: Virtual address range count
 2025-05-20 14:13 UTC  (3+ messages)
` [PATCH RFC 1/1] TCG insn.c: Implement counting specific addresses

[PATCH 00/22] ACPI PCI Hotplug support on ARM
 2025-05-20 14:09 UTC  (9+ 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 08/22] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method

[PATCH] linux-user: implement pgid field of /proc/self/stat
 2025-05-20 14:07 UTC 

[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
 2025-05-20 14:05 UTC  (4+ messages)
` [PATCH v3 06/10] arm/kvm: Allow reading all the writable ID registers

[PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
 2025-05-20 14:03 UTC  (6+ messages)

[PULL 00/22] Block layer patches
 2025-05-20 14:00 UTC  (6+ messages)
` [PULL 20/22] virtio-scsi: add iothread-vq-mapping parameter
    ` iotest 240 is failing (was: Re: [PULL 20/22] virtio-scsi: add iothread-vq-mapping parameter)
      ` iotest 240 is failing

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

[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 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 V2] vhost: Don't set vring call if guest notifier is unused
 2025-05-20 12:53 UTC  (8+ messages)

[PATCH 0/4] xlnx-zynqmp: add support to boot on RPUs
 2025-05-20 12:41 UTC  (4+ messages)
` [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)

[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  (8+ 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 08/24] block: move drain outside of bdrv_change_aio_context() and mark GRAPH_RDLOCK
` [PATCH v2 10/24] block: move drain outside of bdrv_attach_child_common(_abort)()
` [PATCH v2 15/24] block: move drain outside of bdrv_root_unref_child()
` [PATCH v2 20/24] iotests/graph-changes-while-io: remove image file after test
` [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  (2+ messages)
` [PATCH v5 05/10] ram-block-attribute: Introduce a helper to notify shared/private state changes


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