X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=run-supernested.sh.in;fp=run-supernested.sh.in;h=d021a501639a96bd0a2f841748346a3a5dd390ca;hb=9a3dbec7d4eeb1bcc833bac408178868b9126ff2;hp=445f960a6d02485770134b125eb847d1be28880b;hpb=c0735b93a270bb77afb50577f4319efd3f0b0459;p=supernested.git diff --git a/run-supernested.sh.in b/run-supernested.sh.in index 445f960..d021a50 100644 --- a/run-supernested.sh.in +++ b/run-supernested.sh.in @@ -146,6 +146,14 @@ else extra_args="$extra_args -cpu host -machine accel=kvm" fi +case "$arch" in + i[3456]86|x86_64) + extra_args="$extra_args -no-hpet" + ;; + *) + ;; +esac + echo "Running" echo " qemu = $qemu" echo " extra_args = $extra_args" @@ -165,7 +173,6 @@ exec \ -m $memory \ -no-reboot \ -rtc driftfix=slew \ - -no-hpet \ -global kvm-pit.lost_tick_policy=discard \ -kernel "$kernel" \ -initrd "$initrd" \