Displaying 2 results from an estimated 2 matches for "virconnectbaselinecpu".
2012 Aug 28
1
What's the api virConnectBaselineCPU used for?
Could anyone tell me what is virConnectBaselineCPU exactly do.
What could I do which this API.
It's very nice to give me a simple example.
--
Focus on: Network security,Scanner,NodeJS,JAVA,WWW
Blog: http://www.nohouse.net
2018 Dec 03
0
How to get list of CPUs compatible with the host CPU and vendor?
Hi, I'm trying to use virConnectGetDomainCapabilities to get the list of
CPUs compatible with the host CPU. I would like to further limit the
list to CPUs of the same vendor as the host CPU. How can I do that?
I tried to use virConnectBaselineCPU with <vendor> element and checking
whether I obtain the same CPU, but that doesn't filter out CPUs without
any vendor such as `kvm64' or `pentium'.
Thanks,
Milan