]> git.proxmox.com Git - qemu.git/commit - target-i386/kvm.c
Add svm cpuid features
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 27 Sep 2010 13:16:17 +0000 (15:16 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Oct 2010 21:15:04 +0000 (16:15 -0500)
commit296acb643b0f7ec3ab3d8c4a8fc48039d9269818
treee562b1b00594ef62dfbe963ee4fae058784dde9c
parentdb0ad1ba047b59cb89865008dcd0edd301e84c37
Add svm cpuid features

This patch adds the svm cpuid feature flags to the qemu
intialization path. It also adds the svm features available
on phenom to its cpu-definition and extends the host cpu
type to support all svm features KVM can provide.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
target-i386/cpu.h
target-i386/cpuid.c
target-i386/kvm.c