Re: [libvirt-users] Question on CPU pinning in Python

2010-09-23 Thread Cole Robinson
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

[libvirt-users] Question on CPU pinning in Python

2010-09-22 Thread Stanley, Jon [Tech]
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