On Thu, Oct 1, 2020 at 5:51 PM <mcoleman@xxxxxxxxx> wrote: > > From: Matt Coleman <matt@xxxxxxxxx> > > These patches fix a couple bugs, consolidate duplicate code, and > implement several APIs. > > Currently, some interactions with Hyper-V systems fail when the system > is not configured for the "en-US" locale. Additionally, some CPU names > also contain the clock frequency, making it too long for > _virNodeInfo.model. The first two patches fix these bugs. > > The second two patches clean up the code a little: one moves repeated > operations into new helper functions; the other replaces the generic > "get WMI class list" functions with a macro. > > The last four patches implement the following APIs in the Hyper-V > driver: > * virConnectGetCapabilities() > * virConnectGetMaxVcpus() > * virConnectGetVersion() > * virDomainGetAutostart() > > Matt Coleman (8): > hyperv: make Msvm_ComputerSystem WQL queries locale agnostic > hyperv: fix nodeGetInfo failures caused by long CPU names > hyperv: break out common lookups into separate functions > hyperv: replace generic WMI class list helpers with a macro > hyperv: implement connectGetCapabilities > hyperv: implement connectGetMaxVcpus > hyperv: implement connectGetVersion > hyperv: implement domainGetAutostart > > NEWS.rst | 10 + > src/hyperv/hyperv_driver.c | 691 ++++++++++++++++++-------- > src/hyperv/hyperv_private.h | 2 + > src/hyperv/hyperv_wmi.c | 87 +--- > src/hyperv/hyperv_wmi.h | 34 +- > src/hyperv/hyperv_wmi_classes.h | 4 +- > src/hyperv/hyperv_wmi_generator.input | 2 +- > 7 files changed, 524 insertions(+), 306 deletions(-) > > -- > 2.27.0 > > Are you sure your email configuration is set properly? It seems like there's a mismatch on your email addresses. I generally expect your authorship to be set to "Matt Coleman <mcoleman@xxxxxxxxx>", but it seems like your latest email patch set is confused and sending emails as "<mcoleman@xxxxxxxxx>" with a From line in the body as "Matt Coleman <matt@xxxxxxxxx>". What's the correct email address for your authorship here? -- 真実はいつも一つ!/ Always, there's only one truth!