commit | 9da0e4d5ac969909f6b435ce28ea28135a9cbd69 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 18 13:33:16 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 05 17:26:37 2015 +0200 |
tree | e2aa8457b8dad5adc9fa3e91a8aa0e32c062e29c | |
parent | 54bf36aac520315385fe7623a5c3a698e993ceda [diff] |
KVM: x86: work on all available address spaces This patch has no semantic change, but it prepares for the introduction of a second address space for system management mode. A new function x86_set_memory_region (and the "slots_lock taken" counterpart __x86_set_memory_region) is introduced in order to operate on all address spaces when adding or deleting private memory slots. Reviewed-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>