Re: [libvirt] [PATCH v3 09/10] hyperv: port rest of the driver to new stucts.

2017-04-03 Thread Matthias Bolte
2017-04-03 19:00 GMT+02:00 Dawid Zamirski : > basically s/data->/data.common->/ > > Because the data member of hypervObject is a union, get the data via > the "common" member everywhere - existing driver does not require > special handling for v1 vs v2 separately. > --- > > In v3: > * solved confli

[libvirt] [PATCH v3 09/10] hyperv: port rest of the driver to new stucts.

2017-04-03 Thread Dawid Zamirski
basically s/data->/data.common->/ Because the data member of hypervObject is a union, get the data via the "common" member everywhere - existing driver does not require special handling for v1 vs v2 separately. --- In v3: * solved conflict with recently pushed 5683b21309 src/hyperv/hyperv_drive