Re: [PATCH] qemu/osdep: Add huge page aligned support on LoongArch platform
Queued, thanks. Paolo
[PATCH] qemu/osdep: Add huge page aligned support on LoongArch platform
On LoongArch kvm mode if transparent huge page wants to be enabled, base address and size of memslot from both HVA and GPA view. And LoongArch supports both 4K and 16K page size with Linux kernel, so transparent huge page size is calculated from real page size rather than hardcoded size. Signed-of