|
From: | Paolo Bonzini |
Subject: | Re: [PATCH] pseries: allow setting stdout-path even on machines with a VGA |
Date: | Sat, 7 May 2022 07:48:03 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |