Fixes a couple of minor issues in the Hyper-V driver found by code inspection.
v1->v2:
* Removed an "Invalid query" virReportError instead of adding a new one
because virBufferCheckError already reports a meaningful error (Daniel)
Ladi Prosek (3):
hyperv: Fix hypervInitConnection error reporting
hyperv: Escape WQL queries
hyperv: Map Limit to max_memory and VirtualQuantity to cur_balloon
src/hyperv/hyperv_driver.c | 104 ++++++++++++++++++++++-----------------------
src/hyperv/hyperv_wmi.c | 3 +-
src/util/virbuffer.c | 18 ++++++++
src/util/virbuffer.h | 3 ++
4 files changed, 74 insertions(+), 54 deletions(-)
--
2.13.5