mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-07 18:36:58 +00:00
use '-no-kvm-pit-reinjection -no-hpet' for win7 and w2k8
This commit is contained in:
parent
d7810bc123
commit
b7e0c8bf39
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
|||||||
|
|
||||||
VERSION=2.0
|
VERSION=2.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=35
|
PKGREL=36
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
@ -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 ?
|
# -tdf ?
|
||||||
# -no-acpi
|
# -no-acpi
|
||||||
# -no-kvm
|
# -no-kvm
|
||||||
|
@ -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
|
qemu-server (2.0-35) unstable; urgency=low
|
||||||
|
|
||||||
* fix bug #134: allow to pass file names to qmrestore and 'qm set'
|
* fix bug #134: allow to pass file names to qmrestore and 'qm set'
|
||||||
|
Loading…
Reference in New Issue
Block a user