commit | fb43496c8362b8b379b4348b581f8f88f47cd1f8 | [log] [tgz] |
---|---|---|
author | Ben Gardon <bgardon@google.com> | Mon Nov 15 15:45:59 2021 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 08 04:24:43 2021 -0500 |
tree | f5af78274429064736a4bfae6e706f47466bec5e | |
parent | 8283e36abfff507c64fe8289ac30ea7ab59648aa [diff] |
KVM: x86/MMU: Simplify flow of vmx_get_mt_mask Remove the gotos from vmx_get_mt_mask. It's easier to build the whole memory type at once, than it is to combine separate cacheability and ipat fields. No functional change intended. Signed-off-by: Ben Gardon <bgardon@google.com> Message-Id: <20211115234603.2908381-12-bgardon@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>