On Mon, Feb 02, 2026 at 16:06:37 +0100, Peter Krempa via Devel wrote:
This patchset introduces configuration of the block latency histogram feature in qemu as well as exposes the histograms via bulk domain stats.
The feature was in qemu for a long time so no capabilities are needed.
Peter Krempa (9): qemu: Extract disk setup done via QMP into a separate helper qemu: process: Rename 'qemuProcessSetupDiskThrottling' to 'qemuProcessSetupDisks' qemu: monitor: Extract block latency histogram stats into 'qemuBlockStats' Expose latency histograms via 'virConnectGetAllDomainStats' qemu: monitor: Add handlers for 'block-latency-histogram-set' docs: formatdomain: Fix indentation of docs for <disk><driver><statistics> element docs: formatdomain: Reword section about the '<statistics>' element under disk driver Introduce support for disk operation latency histogram collection qemu: Setup disk latency histograms on startup/hotplug/update
Ping?