messages from 2025-05-19 15:22:23 to 2025-05-20 10:29:27 UTC [more...]
[PATCH v5 00/10] Enable shared device assignment
2025-05-20 10:28 UTC (2+ messages)
` [PATCH v5 01/10] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-05-20 10:25 UTC (12+ messages)
` [PATCH v2 09/25] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
` [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 (13+ messages)
` [PATCH 1/8] python: convert packages to PEP517/pyproject.toml
` [PATCH 2/8] python: update pylint ignores
` [PATCH 3/8] python: sync changes from external qemu.qmp package
` [PATCH 4/8] python: use 3.9+ builtin type hints
` [PATCH 5/8] python: convert remaining deprecated type hints for 3.9+
` [PATCH 6/8] python: clean up requirements "
` [PATCH 7/8] python: update mkvenv to type-check under different python versions
` [PATCH 8/8] python: remove version restriction for mypy
[PATCH V3 00/42] Live update: vfio and iommufd
2025-05-20 9:16 UTC (56+ messages)
` [PATCH V3 07/42] vfio/container: preserve descriptors
` [PATCH V3 10/42] vfio/container: restore DMA vaddr
` [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 24/42] migration: close kvm after cpr
` [PATCH V3 25/42] migration: cpr_get_fd_param helper
` [PATCH V3 28/42] backends/iommufd: iommufd_backend_map_file_dma
` [PATCH V3 29/42] backends/iommufd: change process ioctl
` [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 V3 35/42] vfio/iommufd: register container for cpr
` [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 rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
2025-05-20 9:13 UTC (5+ messages)
[PATCH 0/4] xlnx-zynqmp: add support to boot on RPUs
2025-05-20 8:58 UTC (7+ 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
[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 (22+ messages)
` [PATCH v9 01/20] tests/acpi: virt: add an empty HEST file
` [PATCH v9 02/20] tests/qtest/bios-tables-test: extend to also check HEST table
` [PATCH v9 03/20] tests/acpi: virt: update HEST file with its current data
` [PATCH v9 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"
` [PATCH v9 05/20] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v9 06/20] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v9 07/20] acpi/ghes: add a firmware file with HEST address
` [PATCH v9 08/20] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v9 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v9 10/20] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v9 11/20] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v9 13/20] acpi/generic_event_device: add an APEI error device
` [PATCH v9 14/20] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v9 15/20] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v9 16/20] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v9 17/20] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v9 18/20] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v9 19/20] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v9 20/20] scripts/ghes_inject: add a script to generate GHES error inject
[PATCH] tcg/perf: Placate clang-21's -Wdefault-const-init-field-unsafe
2025-05-20 8:32 UTC (2+ messages)
[PATCH v2] virtio-gpu: support context init multiple timeline
2025-05-20 8:26 UTC (6+ messages)
[PATCH RFC] target: riscv: Fix satp mode initialization based on profile
2025-05-20 7:50 UTC (5+ messages)
[PATCH v1 0/3] Fix RAM size detection failure on BE hosts
2025-05-20 7:35 UTC (4+ messages)
` [PATCH v1 1/3] hw/intc/aspeed: Set impl.min_access_size to 4
` [PATCH v1 2/3] hw/intc/aspeed Fix coding style
` [PATCH v1 3/3] hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hosts
[PATCH v2 00/20] Add Multi-Core Debug (MCD) API support
2025-05-20 7:35 UTC (18+ messages)
` [PATCH v2 04/20] qapi: Introduce MCD schema
` [PATCH v2 07/20] mcd: Implement target initialization API
` [PATCH v2 08/20] mcd: Implement server connection API
` [PATCH v2 11/20] mcd: Implement memory space query
` [PATCH v2 12/20] gdbstub: Expose GDBRegisterState
[PATCH v2] migration: Fix migration failure when aia is configured as 'aplic-imsic'
2025-05-20 2:28 UTC (2+ messages)
[PATCH V5] vfio: return mr from vfio_get_xlat_addr
2025-05-20 7:32 UTC (3+ messages)
[PATCH 00/11] SVM API declaration for emulated devices
2025-05-20 7:19 UTC (12+ messages)
` [PATCH 02/11] pcie: Helper functions to check if PASID is enabled
` [PATCH 01/11] pcie: Add helper to declare PASID capability for a pcie device
` [PATCH 03/11] pcie: Helper function to check if ATS is enabled
` [PATCH 04/11] pcie: Add a helper to declare the PRI capability for a pcie device
` [PATCH 05/11] pcie: Helper functions to check to check if PRI is enabled
` [PATCH 06/11] pci: Cache the bus mastering status in the device
` [PATCH 07/11] pci: Add an API to get IOMMU's min page size and virtual address width
` [PATCH 08/11] memory: Store user data pointer in the IOMMU notifiers
` [PATCH 09/11] pci: Add a pci-level initialization function for "
` [PATCH 10/11] pci: Add a pci-level API for ATS
` [PATCH 11/11] pci: Add a PCI-level API for PRI
[RFC PATCH v9 0/4] Report vfio-ap configuration changes
2025-05-20 6:52 UTC (4+ messages)
` [RFC PATCH v9 4/4] s390: implementing CHSC SEI for AP config change
[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
2025-05-20 6:48 UTC (7+ messages)
` [PATCH v8 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
[PATCH 0/2] hw/riscv/virt.c: change default CPU to 'max'
2025-05-20 6:16 UTC (4+ messages)
[PATCH v5 00/26] target/riscv: SATP mode and CPU definition overhaul
2025-05-20 6:17 UTC (3+ messages)
[PATCH 00/27] vfio-user client
2025-05-20 5:59 UTC (4+ messages)
[PULL 00/56] riscv-to-apply queue
2025-05-20 5:47 UTC (3+ messages)
[PATCH v4 0/2] riscv: Add Kunminghu CPU and platform
2025-05-20 3:26 UTC (2+ messages)
[PATCH v2 0/4] target/i386: Emulate ftz and denormal flag bits correctly
2025-05-20 2:16 UTC (5+ messages)
` [PATCH v2 2/4] target/i386: Use correct type for get_float_exception_flags() values
` [PATCH v2 3/4] target/i386: Wire up MXCSR.DE and FPUS.DE correctly
[PATCH v3 0/4] Several sstc extension fixes
2025-05-20 0:56 UTC (2+ messages)
[PATCH v2 00/14] Maintainer updates for May (testing, plugins, virtio-gpu)
2025-05-19 23:24 UTC (5+ messages)
` [PATCH v2 05/14] contrib/plugins: add a scaling factor to the ips arg
[PATCH V2 0/5] fast qom tree get
2025-05-19 21:19 UTC (2+ messages)
Orange Pi Armbian image down
2025-05-19 21:16 UTC
[PATCH v4 0/3] nbd: Increase unix socket buffer size
2025-05-19 20:12 UTC (5+ messages)
` [PATCH v4 1/3] io: Add helper for setting socket send "
[PATCH] trace/simple: seperate hot paths of tracing fucntions
2025-05-19 18:51 UTC
[PATCH v4 0/6] python: add QAPI and qapidoc et al to python tests
2025-05-19 17:48 UTC (3+ messages)
[PATCH 0/3] docs: Bump sphinx to 6.2.1
2025-05-19 17:47 UTC (2+ messages)
[PATCH] vfio/igd: Support non-boot gpus
2025-05-19 17:42 UTC (4+ messages)
[PATCH v5 0/9] scripts/checkpatch: fix SPDX-License-Identifier detection
2025-05-19 17:25 UTC (12+ messages)
` [PATCH v5 1/9] Revert "scripts: mandate that new files have SPDX-License-Identifier"
` [PATCH v5 2/9] scripts/checkpatch.pl: fix various indentation mistakes
` [PATCH v5 3/9] scripts/checkpatch: introduce tracking of file start/end
` [PATCH v5 4/9] scripts/checkpatch: use new hook for ACPI test data check
` [PATCH v5 5/9] scripts/checkpatch: use new hook for file permissions check
` [PATCH v5 6/9] scripts/checkpatch: expand pattern for matching makefiles
` [PATCH v5 7/9] scripts/checkpatch: use new hook for MAINTAINERS update check
` [PATCH v5 8/9] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier
` [PATCH v5 9/9] scripts/checkpatch: reject license boilerplate on new files
[PATCH] tests/functional: Add a test for the Stellaris arm machines
2025-05-19 17:02 UTC
[PULL 0/6] Python patches
2025-05-19 17:00 UTC (7+ messages)
` [PULL 1/6] qapi: Add some pylint ignores
` [PULL 2/6] docs/qapidoc: linting fixes
` [PULL 3/6] python: update missing dependencies from minreqs
` [PULL 4/6] python: add qapi static analysis tests
` [PULL 5/6] python: Drop redundant warn_unused_configs = True
` [PULL 6/6] qapi: delete un-needed python static analysis configs
[PATCH v4 0/9] scripts/checkpatch: fix SPDX-License-Identifier detection
2025-05-19 16:52 UTC (13+ messages)
` [PATCH v4 1/9] Revert "scripts: mandate that new files have SPDX-License-Identifier"
` [PATCH v4 2/9] scripts/checkpatch.pl: fix various indentation mistakes
` [PATCH v4 3/9] scripts/checkpatch: introduce tracking of file start/end
` [PATCH v4 4/9] scripts/checkpatch: use new hook for ACPI test data check
` [PATCH v4 5/9] scripts/checkpatch: use new hook for file permissions check
` [PATCH v4 6/9] scripts/checkpatch: expand pattern for matching makefiles
` [PATCH v4 7/9] scripts/checkpatch: use new hook for MAINTAINERS update check
` [PATCH v4 8/9] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier
` [PATCH v4 9/9] scripts/checkpatch: reject license boilerplate on new files
[PATCH 00/15] hw/loongarch/virt: Add kvm_irqchip_in_kernel support
2025-05-19 16:41 UTC (11+ messages)
` [PATCH 03/15] hw/intc/loongarch_extioi: Add irqchip-in-kernel save/restore function
[PATCH v3 0/9] scripts/checkpatch: fix SPDX-License-Identifier detection
2025-05-19 16:39 UTC (10+ messages)
` [PATCH v3 2/9] scripts/checkpatch.pl: fix various indentation mistakes
` [PATCH v3 4/9] scripts/checkpatch: use new hook for ACPI test data check
[PATCH] gdbstub: update aarch64-core.xml
2025-05-19 16:05 UTC (4+ messages)
[PATCH v11 0/6] Specifying cache topology on ARM
2025-05-19 15:36 UTC (7+ messages)
` [PATCH v11 1/6] target/arm/tcg: increase cache level for cpu=max
` [PATCH v11 2/6] arm/virt.c: add cache hierarchy to device tree
` [PATCH v11 3/6] bios-tables-test: prepare to change ARM ACPI virt PPTT
` [PATCH v11 4/6] hw/acpi/aml-build.c: add cache hierarchy to pptt table
` [PATCH v11 5/6] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology
` [PATCH v11 6/6] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h
[PATCH v5 00/25] tcg-plugins: add hooks for discontinuities
2025-05-19 15:24 UTC (19+ messages)
` [PATCH v5 03/25] plugins: add hooks for new discontinuity related callbacks
` [PATCH v5 06/25] target/arm: call plugin trap callbacks
` [PATCH v5 07/25] target/avr: "
` [PATCH v5 08/25] target/hppa: "
` [PATCH v5 10/25] target/loongarch: "
` [PATCH v5 11/25] target/m68k: "
` [PATCH v5 12/25] target/microblaze: "
` [PATCH v5 13/25] target/mips: "
` [PATCH v5 14/25] target/openrisc: "
` [PATCH v5 16/25] target/riscv: "
` [PATCH v5 17/25] target/rx: "
` [PATCH v5 18/25] target/s390x: "
` [PATCH v5 20/25] target/sparc: "
` [PATCH v5 21/25] target/tricore: "
` [PATCH v5 22/25] target/xtensa: "
` [PATCH v5 23/25] tests: add plugin asserting correctness of discon event's to_pc
` [PATCH v5 24/25] tests: add test for double-traps on rv64
` [PATCH v5 25/25] tests: add test with interrupted memory accesses "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).