Skip to content

Commit bf54be6

Browse files
committed
run: comments
1 parent c76e700 commit bf54be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ def main(args, extra_args=None):
192192
elif common.is_arm:
193193
if args.kvm:
194194
cmd.extend(['--cpu-type', 'ArmV8KvmCPU', common.Newline])
195-
# TODO why is it mandatory to pass mem= here? Not true for QEMU.
196-
# Anything smaller than physical blows up as expected, but why can't it auto-detect the right value?
197195
cmd.extend([
196+
# TODO why is it mandatory to pass mem= here? Not true for QEMU.
197+
# Anything smaller than physical blows up as expected, but why can't it auto-detect the right value?
198198
'--command-line', 'earlyprintk=pl011,0x1c090000 lpj=19988480 rw loglevel=8 mem={} root=/dev/sda {}'.format(memory, kernel_cli), common.Newline,
199199
'--dtb-filename', os.path.join(common.gem5_system_dir, 'arm', 'dt', 'armv{}_gem5_v1_{}cpu.dtb'.format(common.armv, args.cpus)), common.Newline,
200200
'--machine-type', common.machine, common.Newline,

0 commit comments

Comments
 (0)