[PATCH 0/4] qemu: Fix multiple issues in block information gathering

Peter Krempa via Devel posted 4 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1774363234.git.pkrempa@redhat.com
src/libvirt-domain.c    |  9 ++++++---
src/qemu/qemu_driver.c  | 15 +++++++++++++++
src/qemu/qemu_monitor.h |  1 +
3 files changed, 22 insertions(+), 3 deletions(-)
[PATCH 0/4] qemu: Fix multiple issues in block information gathering
Posted by Peter Krempa via Devel 1 week, 2 days ago
virDomainGetBlockInfo didn't log arguments and updates of disk state

qemuDomainGetStatsBlockExportDisk didn't export information about
<dataStore> in the bulk stats.

Peter Krempa (4):
  virDomainGetBlockInfo: Log 'disk' argument
  qemuDomainGetStatsBlockExportDisk: Export stats also for 'dataStore'
  qemu: monitor: Separate stats from capacity properties in
    qemuBlockStats
  qemuDomainGetBlockInfo: Add debug statement when updating disk
    physical size

 src/libvirt-domain.c    |  9 ++++++---
 src/qemu/qemu_driver.c  | 15 +++++++++++++++
 src/qemu/qemu_monitor.h |  1 +
 3 files changed, 22 insertions(+), 3 deletions(-)

-- 
2.53.0
Re: [PATCH 0/4] qemu: Fix multiple issues in block information gathering
Posted by Ján Tomko via Devel 1 week, 2 days ago
On a Tuesday in 2026, Peter Krempa via Devel wrote:
>virDomainGetBlockInfo didn't log arguments and updates of disk state
>
>qemuDomainGetStatsBlockExportDisk didn't export information about
><dataStore> in the bulk stats.
>
>Peter Krempa (4):
>  virDomainGetBlockInfo: Log 'disk' argument
>  qemuDomainGetStatsBlockExportDisk: Export stats also for 'dataStore'
>  qemu: monitor: Separate stats from capacity properties in
>    qemuBlockStats
>  qemuDomainGetBlockInfo: Add debug statement when updating disk
>    physical size
>
> src/libvirt-domain.c    |  9 ++++++---
> src/qemu/qemu_driver.c  | 15 +++++++++++++++
> src/qemu/qemu_monitor.h |  1 +
> 3 files changed, 22 insertions(+), 3 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano