From: Glauber Costa Date: Thu, 10 Jul 2008 20:08:15 +0000 (-0300) Subject: KVM: x86 emulator: emulate clflush X-Git-Tag: v2.6.27-rc1~968^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7c5b8b550b1fb1db9eb490420132e637f5dcb4;p=pandora-kernel.git KVM: x86 emulator: emulate clflush If the guest issues a clflush in a mmio address, the instruction can trap into the hypervisor. Currently, we do not decode clflush properly, causing the guest to hang. This patch fixes this emulating clflush (opcode 0f ae). Signed-off-by: Glauber Costa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed