From: Nadav Amit Date: Wed, 7 May 2014 12:32:49 +0000 (+0300) Subject: KVM: vmx: handle_dr does not handle RSP correctly X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ab9d0cf1ef0bf521bb69099aa464f38c71393c;p=pandora-kernel.git KVM: vmx: handle_dr does not handle RSP correctly The RSP register is not automatically cached, causing mov DR instruction with RSP to fail. Instead the regular register accessing interface should be used. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed