@@ -55,16 +55,7 @@ def gen_sdc_header(vm_info, config):
55
55
56
56
print ("" , file = config )
57
57
print ("#define SOS_VM_BOOTARGS\t \t \t SOS_ROOTFS\t \\ " , file = config )
58
- print ('\t \t \t \t \t "rw rootwait "\t \\ ' , file = config )
59
- print ('\t \t \t \t \t "console=tty0 " \\ ' , file = config )
60
58
print ("\t \t \t \t \t SOS_CONSOLE\t \\ " , file = config )
61
- print ('\t \t \t \t \t "consoleblank=0 "\t \\ ' , file = config )
62
- print ('\t \t \t \t \t "no_timer_check "\t \\ ' , file = config )
63
- print ('\t \t \t \t \t "quiet loglevel=3 "\t \\ ' , file = config )
64
- print ('\t \t \t \t \t "i915.nuclear_pageflip=1 " \\ ' , file = config )
65
- print ('\t \t \t \t \t "i915.avail_planes_per_pipe=0x01010F "\t \\ ' , file = config )
66
- print ('\t \t \t \t \t "i915.domain_plane_owners=0x011111110000 " \\ ' , file = config )
67
- print ('\t \t \t \t \t "i915.enable_gvt=1 "\t \\ ' , file = config )
68
59
print ("\t \t \t \t \t SOS_BOOTARGS_DIFF" , file = config )
69
60
print ("" , file = config )
70
61
@@ -106,16 +97,7 @@ def gen_sdc2_header(vm_info, config):
106
97
107
98
print ("" , file = config )
108
99
print ("#define SOS_VM_BOOTARGS\t \t \t SOS_ROOTFS\t \\ " , file = config )
109
- print ('\t \t \t \t \t "rw rootwait "\t \\ ' , file = config )
110
- print ('\t \t \t \t \t "console=tty0 " \\ ' , file = config )
111
100
print ("\t \t \t \t \t SOS_CONSOLE\t \\ " , file = config )
112
- print ('\t \t \t \t \t "consoleblank=0 "\t \\ ' , file = config )
113
- print ('\t \t \t \t \t "no_timer_check "\t \\ ' , file = config )
114
- print ('\t \t \t \t \t "quiet loglevel=3 "\t \\ ' , file = config )
115
- print ('\t \t \t \t \t "i915.nuclear_pageflip=1 " \\ ' , file = config )
116
- print ('\t \t \t \t \t "i915.avail_planes_per_pipe=0x01010F "\t \\ ' , file = config )
117
- print ('\t \t \t \t \t "i915.domain_plane_owners=0x011111110000 " \\ ' , file = config )
118
- print ('\t \t \t \t \t "i915.enable_gvt=1 "\t \\ ' , file = config )
119
101
print ("\t \t \t \t \t SOS_BOOTARGS_DIFF" , file = config )
120
102
121
103
print ("" , file = config )
@@ -234,16 +216,7 @@ def gen_industry_header(vm_info, config):
234
216
print ("\t \t \t \t \t \t GUEST_FLAG_RT | GUEST_FLAG_IO_COMPLETION_POLLING)" , file = config )
235
217
print ("" , file = config )
236
218
print ("#define SOS_VM_BOOTARGS\t \t \t SOS_ROOTFS\t \\ " , file = config )
237
- print ('\t \t \t \t \t "rw rootwait "\t \\ ' , file = config )
238
- print ('\t \t \t \t \t "console=tty0 "\t \\ ' , file = config )
239
219
print ("\t \t \t \t \t SOS_CONSOLE\t \\ " , file = config )
240
- print ('\t \t \t \t \t "consoleblank=0\t "\t \\ ' , file = config )
241
- print ('\t \t \t \t \t "no_timer_check "\t \\ ' , file = config )
242
- print ('\t \t \t \t \t "quiet loglevel=3 "\t \\ ' , file = config )
243
- print ('\t \t \t \t \t "i915.nuclear_pageflip=1 " \\ ' , file = config )
244
- print ('\t \t \t \t \t "i915.avail_planes_per_pipe=0x01010F "\t \\ ' , file = config )
245
- print ('\t \t \t \t \t "i915.domain_plane_owners=0x011111110000 " \\ ' , file = config )
246
- print ('\t \t \t \t \t "i915.enable_gvt=1 "\t \\ ' , file = config )
247
220
print ("\t \t \t \t \t SOS_BOOTARGS_DIFF" , file = config )
248
221
print ("" , file = config )
249
222
for i in range (scenario_cfg_lib .VM_COUNT ):
@@ -282,16 +255,7 @@ def gen_hybrid_header(vm_info, config):
282
255
print ("#define VM0_CONFIG_MEM_SIZE_HPA2\t {0}UL" .format (vm_info .mem_info .mem_size_hpa2 [0 ]), file = config )
283
256
print ("" , file = config )
284
257
print ("#define SOS_VM_BOOTARGS\t \t \t SOS_ROOTFS\t \\ " , file = config )
285
- print ('\t \t \t \t \t "rw rootwait "\t \\ ' , file = config )
286
- print ('\t \t \t \t \t "console=tty0 " \\ ' , file = config )
287
258
print ("\t \t \t \t \t SOS_CONSOLE\t \\ " , file = config )
288
- print ('\t \t \t \t \t "consoleblank=0 "\t \\ ' , file = config )
289
- print ('\t \t \t \t \t "no_timer_check "\t \\ ' , file = config )
290
- print ('\t \t \t \t \t "quiet loglevel=3 "\t \\ ' , file = config )
291
- print ('\t \t \t \t \t "i915.nuclear_pageflip=1 " \\ ' , file = config )
292
- print ('\t \t \t \t \t "i915.avail_planes_per_pipe=0x01010F "\t \\ ' , file = config )
293
- print ('\t \t \t \t \t "i915.domain_plane_owners=0x011111110000 " \\ ' , file = config )
294
- print ('\t \t \t \t \t "i915.enable_gvt=1 "\t \\ ' , file = config )
295
259
print ("\t \t \t \t \t SOS_BOOTARGS_DIFF" , file = config )
296
260
297
261
print ("" , file = config )
0 commit comments