commit | ff092385e8285c03d8b148f42f46f98c5f4becd5 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Jun 15 15:21:24 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:58 2009 +0300 |
tree | b011de50b5802e20b7b0d39385b29e999f1b3023 | |
parent | 3c5d0a44b011e0a1d857452f05c698e1008b4b4a [diff] |
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 <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>