Re: [PATCH v2 3/3] configure: add libdaxctl support

2020-04-29 Thread Liu, Jingqi
On 4/29/2020 12:23 AM, Joao Martins wrote: On 4/15/20 4:35 AM, Jingqi Liu wrote: Add a pair of configure options --{enable,disable}-libdaxctl to control whether QEMU is compiled with libdaxctl [1]. Libdaxctl is a utility library for managing the device dax subsystem. QEMU uses mmap(2) to maps v

Re: [PATCH v2 3/3] configure: add libdaxctl support

2020-04-28 Thread Joao Martins
On 4/15/20 4:35 AM, Jingqi Liu wrote: > Add a pair of configure options --{enable,disable}-libdaxctl to control > whether QEMU is compiled with libdaxctl [1]. Libdaxctl is a utility > library for managing the device dax subsystem. > > QEMU uses mmap(2) to maps vNVDIMM backends and aligns the mappi

[PATCH v2 3/3] configure: add libdaxctl support

2020-04-14 Thread Jingqi Liu
Add a pair of configure options --{enable,disable}-libdaxctl to control whether QEMU is compiled with libdaxctl [1]. Libdaxctl is a utility library for managing the device dax subsystem. QEMU uses mmap(2) to maps vNVDIMM backends and aligns the mapping address to the page size (getpagesize(2)) by