]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: introduce emulator pinning RPCs
authorTang Chen <tangchen@cn.fujitsu.com>
Tue, 21 Aug 2012 09:18:38 +0000 (17:18 +0800)
committerDaniel Veillard <veillard@redhat.com>
Wed, 22 Aug 2012 08:32:26 +0000 (16:32 +0800)
commitca5c99aecbecc832ed1a5bc630c7a3b8e13f4344
treeffcd7948d85c7c58ccede50f3a1f3ada2c424926
parent3dbf4838e4651b5fb58422e6a17bc232427eef93
remote: introduce emulator pinning RPCs

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 remoteDomainPinVcpuFlags and remoteDomainGetVcpuPinInfo.

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
daemon/remote.c
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs