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
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to