[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] core: replace getpagesize() with qemu_real_host_page_siz
From: |
Richard Henderson |
Subject: |
Re: [PATCH 2/2] core: replace getpagesize() with qemu_real_host_page_size |
Date: |
Sun, 13 Oct 2019 12:03:34 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 10/12/19 10:11 PM, Wei Yang wrote:
> There are three page size in qemu:
>
> real host page size
> host page size
> target page size
>
> All of them have dedicate variable to represent. For the last two, we
> use the same form in the whole qemu project, while for the first one we
> use two forms: qemu_real_host_page_size and getpagesize().
>
> qemu_real_host_page_size is defined to be a replacement of
> getpagesize(), so let it serve the role.
>
> [Note] Not fully tested for some arch or device.
>
> Signed-off-by: Wei Yang <address@hidden>
> ---
Reviewed-by: Richard Henderson <address@hidden>
r~
- Re: [PATCH 1/2] cpu: use ROUND_UP() to define xxx_PAGE_ALIGN, (continued)
Re: [PATCH 1/2] cpu: use ROUND_UP() to define xxx_PAGE_ALIGN, Juan Quintela, 2019/10/14
[PATCH 2/2] core: replace getpagesize() with qemu_real_host_page_size, Wei Yang, 2019/10/13
Re: [PATCH 2/2] core: replace getpagesize() with qemu_real_host_page_size, Yuval Shaia, 2019/10/15
Re: [PATCH 2/2] core: replace getpagesize() with qemu_real_host_page_size, Paolo Bonzini, 2019/10/23
Re: [PATCH 0/2] cleanup on page size, Michael S. Tsirkin, 2019/10/13
Re: [PATCH 0/2] cleanup on page size, Wei Yang, 2019/10/14