Re: [PATCH 2/7] hyperv: remove hypervPrivate->wmiVersion

2020-11-09 Thread Daniel P . Berrangé
On Mon, Nov 09, 2020 at 03:43:08AM -0500, Matt Coleman wrote: > Signed-off-by: Matt Coleman > --- > src/hyperv/hyperv_driver.c | 199 ++-- > src/hyperv/hyperv_private.h | 7 -- > src/hyperv/hyperv_wmi.c | 46 +++-- > src/hyperv/hyperv_wmi.h | 12 +-

[PATCH 2/7] hyperv: remove hypervPrivate->wmiVersion

2020-11-09 Thread Matt Coleman
Signed-off-by: Matt Coleman --- src/hyperv/hyperv_driver.c | 199 ++-- src/hyperv/hyperv_private.h | 7 -- src/hyperv/hyperv_wmi.c | 46 +++-- src/hyperv/hyperv_wmi.h | 12 +-- 4 files changed, 51 insertions(+), 213 deletions(-) diff --git a/src/h