Qemu runners: set -rtc clock=vm
This commit is contained in:
parent
12d3dc40bc
commit
f33c913574
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue