qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 09/10] vhost-user-test: small changes to init_hu


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH 09/10] vhost-user-test: small changes to init_hugepagefs
Date: Thu, 15 Nov 2018 19:45:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 15/11/18 19:41, Paolo Bonzini wrote:
On 15/11/2018 15:55, Philippe Mathieu-Daudé wrote:

       if (access(path, R_OK | W_OK | X_OK)) {
           g_test_message("access on path (%s): %s\n", path,
strerror(errno));
+        abort();
           return NULL;

Can we remove the 'return NULL's now?

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

I can remove them, but later on the aborts will become g_test_fail and
the test will continue without hugepagefs.

OK, fine then!

Regards,

Phil.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]