On 7/27/25 17:15, Bibo Mao wrote:
+ uint64_t pte; + hwaddr physical; + int ps; /* page size shift */ + int prot; +} mmu_context;QEMU coding style prefers CamelCase.Will do, how about the name MMUContext?
That sounds good. r~
On 7/27/25 17:15, Bibo Mao wrote:
+ uint64_t pte; + hwaddr physical; + int ps; /* page size shift */ + int prot; +} mmu_context;QEMU coding style prefers CamelCase.Will do, how about the name MMUContext?
That sounds good. r~