Re: [PATCH v2 3/7] tests/Makefile: test-image-locking needs CONFIG_POSIX

2020-09-01 Thread Daniel P . Berrangé
On Sun, Aug 23, 2020 at 01:17:53PM +0200, Thomas Huth wrote: > test-image-locking.c uses the qemu_lock_fd_test() function which is > only available on POSIX-like systems. > > Reviewed-by: John Snow > Message-Id: <20200804170055.2851-4-th...@redhat.com> > Signed-off-by: Thomas Huth > --- > tests

[PATCH v2 3/7] tests/Makefile: test-image-locking needs CONFIG_POSIX

2020-08-23 Thread Thomas Huth
test-image-locking.c uses the qemu_lock_fd_test() function which is only available on POSIX-like systems. Reviewed-by: John Snow Message-Id: <20200804170055.2851-4-th...@redhat.com> Signed-off-by: Thomas Huth --- tests/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests