[PATCH 0/2] hyperv: storage volume XML changes

Matt Coleman mcoleman at datto.com
Wed Nov 18 18:48:23 UTC 2020


Here's a GitLab MR if you'd prefer to review it there:
https://gitlab.com/iammattcoleman/libvirt/-/merge_requests/12/commits

Matt Coleman (2):
  hyperv: XML parsing of storage volumes
  schema: add support for Windows file paths and device names

 docs/schemas/basictypes.rng                   |   2 +-
 docs/schemas/domaincommon.rng                 |   5 +-
 src/hyperv/hyperv_driver.c                    | 408 +++++++++++++++++-
 src/hyperv/hyperv_driver.h                    |   3 +
 src/hyperv/hyperv_wmi.c                       |  45 ++
 src/hyperv/hyperv_wmi.h                       |   8 +
 src/hyperv/hyperv_wmi_classes.h               |  19 +
 src/hyperv/hyperv_wmi_generator.input         | 134 ++++++
 .../disk-hyperv-physical.xml                  |  17 +
 .../disk-hyperv-virtual.xml                   |  17 +
 .../disk-hyperv-physical.xml                  |  23 +
 .../disk-hyperv-virtual.xml                   |  23 +
 tests/genericxml2xmltest.c                    |   2 +
 13 files changed, 703 insertions(+), 3 deletions(-)
 create mode 100644 tests/genericxml2xmlindata/disk-hyperv-physical.xml
 create mode 100644 tests/genericxml2xmlindata/disk-hyperv-virtual.xml
 create mode 100644 tests/genericxml2xmloutdata/disk-hyperv-physical.xml
 create mode 100644 tests/genericxml2xmloutdata/disk-hyperv-virtual.xml

-- 
2.27.0





More information about the libvir-list mailing list