]> git.proxmox.com Git - qemu-server.git/commit
add hyper-v enlightments for windows guests
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 15 Jul 2013 06:51:37 +0000 (08:51 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 15 Jul 2013 07:09:08 +0000 (09:09 +0200)
commit462e8d19fea15376e3ec1011c23b5170309e910b
tree584721282d5cf80fe7fca6f8fce42ac8e669600c
parent2e1a5389f7a1283b7eb433bf1681d021ca30d3d0
add hyper-v enlightments for windows guests

This add special hyper-v cpu flags for windows guests.

This improve performance and avoid some bsod related to timer.

(I currently disable the hv_vapic flag because I can't get it working).

I have tested all theses flags with: win2003, win2008R2, winxp, linux debian 64bit, on intel and amd physicals processor

It doesn't break live migration, because new cpu flags are not see by guests until a vm reset.

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