Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: Initialize the mmu caches only after verifying cpu support
Otherwise we re-initialize the mmu caches, which will fail since the caches are already registered, which will cause us to deinitialize said caches. Signed-off-by: Avi Kivity <avi@qumranet.com>
- Loading branch information