use '-no-kvm-pit-reinjection -no-hpet' for win7 and w2k8

This commit is contained in:
Dietmar Maurer 2012-04-05 12:34:33 +02:00
parent d7810bc123
commit b7e0c8bf39
3 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=qemu-server
PKGREL=35
PKGREL=36
DESTDIR=
PREFIX=/usr

View File

@ -2132,6 +2132,11 @@ sub config_to_command {
}
}
if ($ost eq 'win7' || $ost eq 'w2k8' || $ost eq 'wvista') {
push @$cmd, '-no-kvm-pit-reinjection';
push @$cmd, '-no-hpet';
}
# -tdf ?
# -no-acpi
# -no-kvm

View File

@ -1,3 +1,9 @@
qemu-server (2.0-36) unstable; urgency=low
* use '-no-kvm-pit-reinjection -no-hpet' for win7 and w2k8 guests.
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 12:34:00 +0200
qemu-server (2.0-35) unstable; urgency=low
* fix bug #134: allow to pass file names to qmrestore and 'qm set'