[PATCH 00/12] Hyper-V serial ports, NICs, and screeshots

Neal Gompa ngompa13 at gmail.com
Fri Jan 22 20:50:07 UTC 2021


On Fri, Jan 22, 2021 at 3:19 PM Matt Coleman <mcoleman at datto.com> wrote:
>
> This patchset makes the following changes to the Hyper-V driver:
> * enable XML parsing and creation of serial ports and NICs
> * implement several networking APIs
> * implement screenshots
>
> Matt Coleman (12):
>   hyperv: XML parsing of serial ports
>   hyperv: add support for creating serial devices
>   hyperv: XML parsing of Ethernet adapters
>   hyperv: add support for creating network adapters
>   hyperv: implement connectListAllNetworks and connectNumOfNetworks
>   hyperv: implement networkLookupByName and networkLookupByUUID
>   hyperv: implement connectNumOfDefinedNetworks and
>     connectListDefinedNetworks
>   hyperv: implement networkGetAutostart, networkIsActive, and
>     networkIsPersistent
>   hyperv: implement networkGetXMLDesc
>   hyperv: implement domainScreenshot
>   hyperv: provide a more detailed error message for WSMan faults
>   news: implement new Hyper-V APIs
>
>  NEWS.rst                              |  12 +
>  po/POTFILES.in                        |   1 +
>  src/hyperv/hyperv_driver.c            | 620 ++++++++++++++++++++++++++
>  src/hyperv/hyperv_network_driver.c    | 242 ++++++++++
>  src/hyperv/hyperv_network_driver.h    |  26 ++
>  src/hyperv/hyperv_wmi.c               |  45 +-
>  src/hyperv/hyperv_wmi.h               |  12 +
>  src/hyperv/hyperv_wmi_classes.h       |  36 ++
>  src/hyperv/hyperv_wmi_generator.input | 309 +++++++++++++
>  src/hyperv/meson.build                |   1 +
>  10 files changed, 1301 insertions(+), 3 deletions(-)
>  create mode 100644 src/hyperv/hyperv_network_driver.c
>  create mode 100644 src/hyperv/hyperv_network_driver.h
>
> --
> 2.30.0
>
>

The patch set builds and works for me locally, and I don't spot any
obvious issues in the code...

Reviewed-by: Neal Gompa <ngompa13 at gmail.com>


-- 
真実はいつも一つ!/ Always, there's only one truth!





More information about the libvir-list mailing list