On Thu, 2017-03-30 at 12:47 -0400, Dawid Zamirski wrote:
Hello,
The following patch series reworks the hyper-v driver structs and the
code generator to provide seamless support for both Hyper-V 2008 and
2012 or newer. This does not implement any new libvirt APIs, it just
adapts existing 2008-only driver to also handle 2012 and newer by
sharing as much driver code as possible (currently it's all of it :-
))
This is needed to set the foundation before we can move forward with
implementing the rest of the driver APIs.
PS. patches 6-11 should be squashed to keep libvirt compilable as they
are separated only for code review purposes.