Re: [libvirt] [libvirt-python PATCH 2/2] Support virDomainSetIOThreads

2015-03-05 Thread Daniel P. Berrange
On Thu, Feb 19, 2015 at 07:59:39AM -0500, John Ferlan wrote: > Support the libvirt_virDomainSetIOThreads method using code that mimics > the existing libvirt_virDomainPinVcpuFlags method > > The following is a sample session assuming guest 'iothr-gst' has IOThreads > configured (it's currently run

Re: [libvirt] [libvirt-python PATCH 2/2] Support virDomainSetIOThreads

2015-02-20 Thread Pavel Hrdina
On Thu, Feb 19, 2015 at 07:59:39AM -0500, John Ferlan wrote: > Support the libvirt_virDomainSetIOThreads method using code that mimics > the existing libvirt_virDomainPinVcpuFlags method > > The following is a sample session assuming guest 'iothr-gst' has IOThreads > configured (it's currently run

[libvirt] [libvirt-python PATCH 2/2] Support virDomainSetIOThreads

2015-02-19 Thread John Ferlan
Support the libvirt_virDomainSetIOThreads method using code that mimics the existing libvirt_virDomainPinVcpuFlags method The following is a sample session assuming guest 'iothr-gst' has IOThreads configured (it's currently running, too) >>> import libvirt >>> con=libvirt.open("qemu:///system") >