qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] spapr: Add support for -vga option


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] spapr: Add support for -vga option
Date: Wed, 14 Dec 2011 16:30:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1

On 12/14/2011 10:22 AM, Benjamin Herrenschmidt wrote:
of course you can use -device
to manually instanciate individual devices.

That's true, however...

@@ -563,7 +568,9 @@ static void spapr_finalize_fdt(sPAPREnvironment *spapr,
          }
      }

-    spapr_populate_chosen_stdout(fdt, spapr->vio_bus);
+    if (!spapr_has_graphics) {
+       spapr_populate_chosen_stdout(fdt, spapr->vio_bus);
+    }

      _FDT((fdt_pack(fdt)));


... the stdout-path would still point to the serial console. Can that be fixed somehow?

Paolo



reply via email to

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