diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-12 22:10:04 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-12 22:10:04 +0200 |
| commit | 605ccff557d031aa83c79087f419769756aa0953 (patch) | |
| tree | 77a58800ae576afb1961a830a542a1a3e4549ca6 /arch/riscv64/conf/mkimage.sh | |
| parent | c56ab7a7e5dd5447b42fbaa010a0210038ea601a (diff) | |
| download | kmi-605ccff557d031aa83c79087f419769756aa0953.tar.gz kmi-605ccff557d031aa83c79087f419769756aa0953.zip | |
make 'performance' results more accurate in qemu
Diffstat (limited to 'arch/riscv64/conf/mkimage.sh')
| -rwxr-xr-x | arch/riscv64/conf/mkimage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv64/conf/mkimage.sh b/arch/riscv64/conf/mkimage.sh index 9f745a1..086e0ce 100755 --- a/arch/riscv64/conf/mkimage.sh +++ b/arch/riscv64/conf/mkimage.sh @@ -29,5 +29,6 @@ qemu-system-riscv${XLEN} \ -bios ../rv${XLEN}/opensbi/build/platform/generic/firmware/fw_jump.elf \ -device virtio-blk-device,drive=hd0 \ -drive file=rootfs.img,format=raw,id=hd0 \ + -icount 0 \ -S -s -m 2G \ -serial stdio |
