Re: [Qemu-devel] VGA driver debug output

2016-09-16 Thread Benjamin Herrenschmidt
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   > building the debug settings in CodeWarrior but it ends with an error.   > I'm trying to add a feature to the driver that will allow the user to   > add resolutions via the command-li

[Qemu-devel] VGA driver debug output

2016-09-16 Thread G 3
Is there a way to make the VGA driver print information? I tried building the debug settings in CodeWarrior but it ends with an error. I'm trying to add a feature to the driver that will allow the user to add resolutions via the command-line. With the debug output I can test this driver out