[libvirt PATCH v2 07/17] ch_driver, ch_domain: vcpu info getter callbacks

Ján Tomko jtomko at redhat.com
Fri Dec 3 17:31:12 UTC 2021


On a Thursday in 2021, Praveen K Paladugu wrote:
>Signed-off-by: Vineeth Pillai <viremana at linux.microsoft.com>
>Signed-off-by: Praveen K Paladugu <prapal at linux.microsoft.com>
>---
> src/ch/ch_domain.c |  25 +++++++++
> src/ch/ch_domain.h |   4 ++
> src/ch/ch_driver.c | 137 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 166 insertions(+)
>
> /* Function Tables */
> static virHypervisorDriver chHypervisorDriver = {
>     .name = "CH",
>@@ -980,6 +1114,9 @@ static virHypervisorDriver chHypervisorDriver = {
>     .domainIsActive = chDomainIsActive,                     /* 7.5.0 */
>     .domainOpenConsole = chDomainOpenConsole,               /* 7.8.0 */
>     .nodeGetInfo = chNodeGetInfo,                           /* 7.5.0 */
>+    .domainGetVcpus = chDomainGetVcpus,                     /* 7.11.0 */
>+    .domainGetVcpusFlags = chDomainGetVcpusFlags,           /* 7.11.0 */
>+    .domainGetMaxVcpus = chDomainGetMaxVcpus,               /* 7.11.0 */

Next release (mid-January) will be 8.0.0.

There's no such thing as 7.11.0 - the major is incremented every year
and there are only 10 releases per year:
https://libvirt.org/downloads.html#numbering

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20211203/3d1b785a/attachment-0001.sig>


More information about the libvir-list mailing list