commit | 4bd518f1598d41985eb933aa73bac2605b70984c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Feb 03 20:44:51 2017 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 16 18:42:41 2017 +0100 |
tree | 9b11cd4ba0250ae06fcb2d78727a2699c78a9ff7 | |
parent | 5a2d4365d2c39e8a3ff3cbee3af123a23aebdb9c [diff] |
KVM: use separate generations for each address space This will make it easier to support multiple address spaces in kvm_gfn_to_hva_cache_init. Instead of having to check the address space id, we can keep on checking just the generation number. Reviewed-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>