On Tue, Nov 27, 2018 at 3:11 PM Ilya Maximets wrote:
>
> qemu_memfd_create() prints the value of 'errno' which is not
> set in this case.
>
> Signed-off-by: Ilya Maximets
Reviewed-by: Marc-André Lureau
> ---
> util/memfd.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/util/memfd.c
qemu_memfd_create() prints the value of 'errno' which is not
set in this case.
Signed-off-by: Ilya Maximets
---
util/memfd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/memfd.c b/util/memfd.c
index d74ce4d793..393d23da96 100644
--- a/util/memfd.c
+++ b/util/memfd.c
@@ -40,6 +40,7 @@