From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bl6MH-000774-2A for qemu-devel@nongnu.org; Fri, 16 Sep 2016 23:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bl6MD-0006sl-T7 for qemu-devel@nongnu.org; Fri, 16 Sep 2016 23:32:05 -0400 Message-ID: <1474083056.8689.405.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Sat, 17 Sep 2016 13:30:56 +1000 In-Reply-To: <36AC4989-83F2-4967-979D-4C10E2D8E955@gmail.com> References: <1473977179.8689.370.camel@kernel.crashing.org> <1474023532.5756.19.camel@redhat.com> <1474028773.8689.392.camel@kernel.crashing.org> <36AC4989-83F2-4967-979D-4C10E2D8E955@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] VGA driver debug output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: G 3 Cc: "list@suse.de:PowerPC list:PowerPC" , qemu-devel qemu-devel On Fri, 2016-09-16 at 22:53 -0400, G 3 wrote: > Is there a way to make the VGA driver print information? I tried=C2=A0=C2= =A0 > building the debug settings in CodeWarrior but it ends with an error.=C2= =A0=C2=A0 > I'm trying to add a feature to the driver that will allow the user to=C2= =A0=C2=A0 > add resolutions via the command-line. With the debug output I can=C2=A0= =C2=A0 > test this driver out. Yes but you need a patch in qemu that implements the MOL OSI debug output, it's in my branch. Then you should be able to build the debug target. Cheers, Ben.