From: Nadav Amit Date: Wed, 10 Dec 2014 09:19:03 +0000 (+0200) Subject: KVM: x86: Do not push eflags.vm on pushf X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc397a6c914c75d8ae21dad23eba9ae82e34dad3;p=pandora-kernel.git KVM: x86: Do not push eflags.vm on pushf The pushf instruction does not push eflags.VM, so emulation should not do so as well. Although eflags.RF should not be pushed as well, it is already cleared by the time pushf is executed. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed