Above all, I am looking at self-contained API/demo program ( preferably in c/c++) which would return the following information:
API which will return list of all virtual machines and allocated processors/cores and other details
Pysical processors and cores on host/guest machines
Guest machine virtual processors/core
Host machine virtual processors/core
Can someone tell me how do we get the above required information using c/c++ api/sample program/API's ?
Thanks in advance.