提交 42571dfa 编写于 作者: D Daniel P. Berrange

Fix typo s/EMULATORIN/EMULATORPIN/

Fix the typo in VIR_DOMAIN_TUNABLE_CPU_EMULATORIN
Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 0778c0be
...@@ -5213,12 +5213,12 @@ typedef void (*virConnectDomainEventDeviceRemovedCallback)(virConnectPtr conn, ...@@ -5213,12 +5213,12 @@ typedef void (*virConnectDomainEventDeviceRemovedCallback)(virConnectPtr conn,
#define VIR_DOMAIN_TUNABLE_CPU_VCPUPIN "cputune.vcpupin%u" #define VIR_DOMAIN_TUNABLE_CPU_VCPUPIN "cputune.vcpupin%u"
/** /**
* VIR_DOMAIN_TUNABLE_CPU_EMULATORIN: * VIR_DOMAIN_TUNABLE_CPU_EMULATORPIN:
* *
* Macro represents formatted pinning for emulator process, * Macro represents formatted pinning for emulator process,
* as VIR_TYPED_PARAM_STRING. * as VIR_TYPED_PARAM_STRING.
*/ */
#define VIR_DOMAIN_TUNABLE_CPU_EMULATORIN "cputune.emulatorpin" #define VIR_DOMAIN_TUNABLE_CPU_EMULATORPIN "cputune.emulatorpin"
/** /**
* VIR_DOMAIN_TUNABLE_CPU_CPU_SHARES: * VIR_DOMAIN_TUNABLE_CPU_CPU_SHARES:
......
...@@ -4940,7 +4940,7 @@ qemuDomainPinEmulator(virDomainPtr dom, ...@@ -4940,7 +4940,7 @@ qemuDomainPinEmulator(virDomainPtr dom,
str = virBitmapFormat(pcpumap); str = virBitmapFormat(pcpumap);
if (virTypedParamsAddString(&eventParams, &eventNparams, if (virTypedParamsAddString(&eventParams, &eventNparams,
&eventMaxparams, &eventMaxparams,
VIR_DOMAIN_TUNABLE_CPU_EMULATORIN, VIR_DOMAIN_TUNABLE_CPU_EMULATORPIN,
str) < 0) str) < 0)
goto cleanup; goto cleanup;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册