On 5/6/22 00:10, Daniel Henrique Barboza wrote:

Removing the negation seems to do what you want:

-        if (!spapr->want_stdout_path && stdout_path) {
+        if (spapr->want_stdout_path && stdout_path) {

Yes, of course.  Sorry!

Paolo


Reply via email to