KVM: SVM: Implement workaround for Erratum 383
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 17 May 2010 12:43:35 +0000 (14:43 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 9 Jun 2010 15:47:20 +0000 (18:47 +0300)
This patch implements a workaround for AMD erratum 383 into
KVM. Without this erratum fix it is possible for a guest to
kill the host machine. This patch implements the suggested
workaround for hypervisors which will be published by the
next revision guide update.

[jan: fix overflow warning on i386]
[xiao: fix unused variable warning]

Cc: stable@kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found