From: Alexander Graf Date: Mon, 15 Jun 2009 13:21:24 +0000 (+0200) Subject: KVM: SVM: Implement INVLPGA X-Git-Tag: v2.6.32-rc1~693^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff092385e8285c03d8b148f42f46f98c5f4becd5;p=pandora-kernel.git KVM: SVM: Implement INVLPGA SVM adds another way to do INVLPG by ASID which Hyper-V makes use of, so let's implement it! For now we just do the same thing invlpg does, as asid switching means we flush the mmu anyways. That might change one day though. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed