hv: Use HLT as the default idle action of service OS

This patch overwrites the idle driver of service OS for industry, sdc,
sdc2 scenarios. HLT will be used as the default idle action.

Tracked-On: #4329
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Shuo A Liu 2019-12-26 15:41:29 +08:00 committed by wenlingz
parent 655032e020
commit cb29f94b40
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
"i915.nuclear_pageflip=1 " \ "i915.nuclear_pageflip=1 " \
"i915.avail_planes_per_pipe=0x01010F " \ "i915.avail_planes_per_pipe=0x01010F " \
"i915.domain_plane_owners=0x011111110000 " \ "i915.domain_plane_owners=0x011111110000 " \
"i915.enable_gvt=1 " \ "i915.enable_gvt=1 idle=halt " \
SOS_BOOTARGS_DIFF SOS_BOOTARGS_DIFF
#define VM1_CONFIG_VCPU_AFFINITY {AFFINITY_CPU(1U)} #define VM1_CONFIG_VCPU_AFFINITY {AFFINITY_CPU(1U)}

View File

@ -25,7 +25,7 @@
"i915.nuclear_pageflip=1 " \ "i915.nuclear_pageflip=1 " \
"i915.avail_planes_per_pipe=0x01010F " \ "i915.avail_planes_per_pipe=0x01010F " \
"i915.domain_plane_owners=0x011111110000 " \ "i915.domain_plane_owners=0x011111110000 " \
"i915.enable_gvt=1 " \ "i915.enable_gvt=1 idle=halt " \
SOS_BOOTARGS_DIFF SOS_BOOTARGS_DIFF
#if CONFIG_MAX_KATA_VM_NUM > 0 #if CONFIG_MAX_KATA_VM_NUM > 0

View File

@ -25,7 +25,7 @@
"i915.nuclear_pageflip=1 " \ "i915.nuclear_pageflip=1 " \
"i915.avail_planes_per_pipe=0x01010F " \ "i915.avail_planes_per_pipe=0x01010F " \
"i915.domain_plane_owners=0x011111110000 " \ "i915.domain_plane_owners=0x011111110000 " \
"i915.enable_gvt=1 " \ "i915.enable_gvt=1 idle=halt " \
SOS_BOOTARGS_DIFF SOS_BOOTARGS_DIFF
#define VM1_CONFIG_VCPU_AFFINITY {AFFINITY_CPU(1U)} #define VM1_CONFIG_VCPU_AFFINITY {AFFINITY_CPU(1U)}