On 1/30/24 23:13, Ilya Leoshkevich wrote:
Is there a way to set the guest page size from the command line?
No. Before this patch set, guest page size was a compile-time constant. Afterward, it would be possible for any TARGET_PAGE_BITS_VARY target.
I refrained from adding such a command-line switch because, other than selecting the host page size, it only leads to breakage. That doesn't seem helpful, even for developers.
r~
