[PATCH v2 0/6] hyperv: implement vCPU APIs

Michal Privoznik mprivozn at redhat.com
Thu Nov 12 18:01:05 UTC 2020


On 11/12/20 6:10 PM, Matt Coleman wrote:
> Changes since v1:
> * use an enum for the real CPU constants
> * remove the forward declaration
> 
> Here's a GitLab merge request, if you'd prefer to review it there:
> https://gitlab.com/iammattcoleman/libvirt/-/merge_requests/11
> 
> Matt Coleman (6):
>    domain: introduce constants for virVcpuInfo->cpu state values
>    hyperv: implement domainGetVcpus
>    hyperv: implement domainGetVcpusFlags
>    hyperv: implement domainGetMaxVcpus
>    hyperv: implement domainSetVcpus and domainSetVcpusFlags
>    news: implement vCPU APIs in the Hyper-V driver
> 
>   NEWS.rst                         |   8 +-
>   include/libvirt/libvirt-domain.h |   7 +-
>   src/hyperv/hyperv_driver.c       | 175 +++++++++++++++++++++++++++++++
>   3 files changed, 186 insertions(+), 4 deletions(-)
> 

Thanks for addressing my review.

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

and pushed.

Michal




More information about the libvir-list mailing list