mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-08 20:18:11 -05:00
Fix typo s/EMULATORIN/EMULATORPIN/
Fix the typo in VIR_DOMAIN_TUNABLE_CPU_EMULATORIN Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@@ -5213,12 +5213,12 @@ typedef void (*virConnectDomainEventDeviceRemovedCallback)(virConnectPtr conn,
|
||||
#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,
|
||||
* 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:
|
||||
|
||||
Reference in New Issue
Block a user