Re: [libvirt] [PATCH v2.1 15/21] remote: introduce emulator pinning RPCs

2012-08-22 Thread Daniel Veillard
On Tue, Aug 21, 2012 at 05:18:38PM +0800, Hu Tao wrote: > From: Tang Chen > > Introduce 2 APIs to support emulator threads in remote driver. > 1) remoteDomainPinEmulator: call driver api, such as > qemudDomainPinEmulator. > 2) remoteDomainGetEmulatorPinInfo: call driver api, such as > q

[libvirt] [PATCH v2.1 15/21] remote: introduce emulator pinning RPCs

2012-08-21 Thread Hu Tao
From: Tang Chen Introduce 2 APIs to support emulator threads in remote driver. 1) remoteDomainPinEmulator: call driver api, such as qemudDomainPinEmulator. 2) remoteDomainGetEmulatorPinInfo: call driver api, such as qemudDomainGetEmulatorPinInfo. They are similar to remoteDomainPinVcpuFl