[PATCH 0/3] Add virDomainBlockInfo() support to hyperv driver

Jonathon Jongsma via Devel posted 3 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260219213126.3387319-1-jjongsma@redhat.com
src/conf/domain_conf.c                |   6 +-
src/hyperv/hyperv_driver.c            | 234 ++++++++++++++++++++++++--
src/hyperv/hyperv_driver.h            |  11 ++
src/hyperv/hyperv_wmi.c               |  41 +++++
src/hyperv/hyperv_wmi.h               |   7 +
src/hyperv/hyperv_wmi_generator.input | 109 ++++++++++++
6 files changed, 392 insertions(+), 16 deletions(-)
[PATCH 0/3] Add virDomainBlockInfo() support to hyperv driver
Posted by Jonathon Jongsma via Devel 1 week, 4 days ago
Feature requested by MTV project. See patches for more details

Jonathon Jongsma (3):
  conf: support windows paths in virDomainDiskByName()
  hyperv: Add resource subtype definitions
  hyperv: Add basic domainGetBlockInfo() API implementation

 src/conf/domain_conf.c                |   6 +-
 src/hyperv/hyperv_driver.c            | 234 ++++++++++++++++++++++++--
 src/hyperv/hyperv_driver.h            |  11 ++
 src/hyperv/hyperv_wmi.c               |  41 +++++
 src/hyperv/hyperv_wmi.h               |   7 +
 src/hyperv/hyperv_wmi_generator.input | 109 ++++++++++++
 6 files changed, 392 insertions(+), 16 deletions(-)

-- 
2.53.0
Re: [PATCH 0/3] Add virDomainBlockInfo() support to hyperv driver
Posted by Michal Prívozník via Devel 1 week, 3 days ago
On 2/19/26 10:31 PM, Jonathon Jongsma via Devel wrote:
> Feature requested by MTV project. See patches for more details
> 
> Jonathon Jongsma (3):
>   conf: support windows paths in virDomainDiskByName()
>   hyperv: Add resource subtype definitions
>   hyperv: Add basic domainGetBlockInfo() API implementation
> 
>  src/conf/domain_conf.c                |   6 +-
>  src/hyperv/hyperv_driver.c            | 234 ++++++++++++++++++++++++--
>  src/hyperv/hyperv_driver.h            |  11 ++
>  src/hyperv/hyperv_wmi.c               |  41 +++++
>  src/hyperv/hyperv_wmi.h               |   7 +
>  src/hyperv/hyperv_wmi_generator.input | 109 ++++++++++++
>  6 files changed, 392 insertions(+), 16 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal