Re: [PATCH v2 00/13] Hyper-V serial ports, NICs, and screeshots

2021-02-02 Thread Michal Privoznik
On 2/2/21 1:48 AM, Matt Coleman 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 Changes since v1: * simplified hypervDomainDefParseSerial based on Michal

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

2021-02-01 Thread Matt Coleman
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 Changes since v1: * simplified hypervDomainDefParseSerial based on Michal's feedback * enabled the use of g_autopt