Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: Disable large pages on misaligned memory slots
If a slots guest physical address and host virtual address unequal (mod large page size), then we would erronously try to back guest large pages with host large pages. Detect this misalignment and diable large page support for the trouble slot. Cc: [email protected] Signed-off-by: Avi Kivity <[email protected]>
- Loading branch information