Qemu runners: set -rtc clock=vm

This commit is contained in:
Giacomo Tesio 2017-05-15 01:15:07 +02:00
parent 12d3dc40bc
commit f33c913574
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ fi
cd $JEHANNE/arch/$ARCH/kern/
read -r cmd <<EOF
$kvmdo qemu-system-x86_64 -s -cpu Haswell -smp $NCPU -m 2048 $kvmflag \
-rtc clock=vm \
-no-reboot -serial mon:stdio \
--machine $machineflag \
$bootDisk \

View File

@ -51,6 +51,7 @@ fi
cd $KERNDIR
read -r cmd <<EOF
$kvmdo qemu-system-x86_64 -s -cpu Haswell -smp $NCPU -m 2048 $kvmflag \
-rtc clock=vm \
-no-reboot -serial mon:stdio \
--machine $machineflag \
$bootDisk \