]> git.proxmox.com Git - qemu-server.git/commit
add +sep cpuflags to kvm32 && kvm64 cpu models
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 15 Jul 2013 06:51:36 +0000 (08:51 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 15 Jul 2013 07:08:50 +0000 (09:08 +0200)
commit2e1a5389f7a1283b7eb433bf1681d021ca30d3d0
tree5b716a7e79125b42ab591b70abc8603631e1a77b
parent519ed28c968cbfb5a313a13e72fbf84ff0dce680
add +sep cpuflags to kvm32 && kvm64 cpu models

Need for win8 boot.

This flag was missing from rhel < 6.4 host kernel. It's ok now.
But it's also missing from kvm64 model. (It's exist in other cpu models, amd or intel).
So it's pretty safe to enable it.
If the host kernel is older, qemu filter the flag.

This also improve performance of winxp && win7 32 bits guests.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm