diff options
| author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2021-01-18 14:38:06 +0800 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2021-01-20 10:46:54 +0100 |
| commit | eb8b1a797a86d72b0eddc6cfd5cc018849417e7a (patch) | |
| tree | 6490fcdc96ca18a6adb088fb2ad6333543e549cc /include/qemu/compiler.h | |
| parent | d2c4f3841d1cba17c99f76812ffcb75a6c402202 (diff) | |
| download | focaccia-qemu-eb8b1a797a86d72b0eddc6cfd5cc018849417e7a.tar.gz focaccia-qemu-eb8b1a797a86d72b0eddc6cfd5cc018849417e7a.zip | |
accel/kvm: avoid using predefined PAGE_SIZE
As per POSIX specification of limits.h [1], OS libc may define PAGE_SIZE in limits.h. PAGE_SIZE is used in included kernel uapi headers. To prevent collosion of definition, we discard PAGE_SIZE from defined by libc and take QEMU's variable. [1]: https://pubs.opengroup.org/onlinepubs/7908799/xsh/limits.h.html Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Message-Id: <20210118063808.12471-8-jiaxun.yang@flygoat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/qemu/compiler.h')
0 files changed, 0 insertions, 0 deletions