Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the
GuestOsFeatures
of an
Image
(e.g., whether or not the OS in the
Image
supports nested virtualization being enabled or disabled).
JSON representation |
---|
{
"enableNestedVirtualization": boolean,
"threadsPerCore": integer,
"visibleCoreCount": integer,
"enableUefiNetworking": boolean,
"performanceMonitoringUnit": enum ( |
Fields | |
---|---|
enable |
Whether to enable nested virtualization or not (default is false). |
threads |
The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed. |
visible |
The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width. |
enable |
Whether to enable UEFI networking for instance creation. |
performance |
Type of Performance Monitoring Unit requested on instance. |
turbo |
Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode. |
PerformanceMonitoringUnit
XXX: This enum is external facing (used directly in mixer_instances.proto)
Enums | |
---|---|
PERFORMANCE_MONITORING_UNIT_UNSPECIFIED |
|
ARCHITECTURAL |
Architecturally defined non-LLC events. |
STANDARD |
Most documented core/L2 events. |
ENHANCED |
Most documented core/L2 and LLC events. |