Re: [Qemu-devel] [PATCH] block/io_uring: use pkg-config for liburing

2019-06-05 Thread Daniel P . Berrangé
On Sat, May 25, 2019 at 10:05:59AM +0100, Stefan Hajnoczi wrote: > Now that liburing has pkg-config support, use it instead of hardcoding > compiler flags in QEMU's build scripts. This way distros can customize > the location of liburing's headers and libraries without requiring > changes to QEMU.

[Qemu-devel] [PATCH] block/io_uring: use pkg-config for liburing

2019-05-25 Thread Stefan Hajnoczi
Now that liburing has pkg-config support, use it instead of hardcoding compiler flags in QEMU's build scripts. This way distros can customize the location of liburing's headers and libraries without requiring changes to QEMU. Signed-off-by: Stefan Hajnoczi --- Hi Aarushi, This change is needed t