Re: [Qemu-devel] [PATCH v5 6/6] tests: use memfd in vhost-user-test

2017-10-23 Thread Daniel P. Berrange
On Mon, Oct 23, 2017 at 10:59:10AM +0100, Marc-André Lureau wrote: > This will exercise the memfd memory backend and should generally be > better for testing than memory-backend-file (thanks to anonymous files > and sealing). Since we'll support vhost-user with both backends, it would be preferrab

[Qemu-devel] [PATCH v5 6/6] tests: use memfd in vhost-user-test

2017-10-23 Thread Marc-André Lureau
This will exercise the memfd memory backend and should generally be better for testing than memory-backend-file (thanks to anonymous files and sealing). Signed-off-by: Marc-André Lureau --- tests/vhost-user-test.c | 68 - 1 file changed, 44 inserti