On 09/22/2010 03:51 PM, Stanley, Jon [Tech] wrote:
> Looking at the python API, once I have a domain object I can call
> domain.pinVcpu to pin a specific vcpu to a physical CPU. I found
> http://www.mail-archive.com/libvir-l...@redhat.com/msg04562.html which
> mentioned some changes to the C API
Looking at the python API, once I have a domain object I can call
domain.pinVcpu to pin a specific vcpu to a physical CPU. I found
http://www.mail-archive.com/libvir-l...@redhat.com/msg04562.html which
mentioned some changes to the C API in the Python implementation, and was
wondering if my und