Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-30 Thread Benjamin Herrenschmidt
On Sat, 2016-07-30 at 16:28 -0400, Programmingkid wrote: > I was wondering if you could add the 1200x700 resolution to the list > in https://github.com/ozbenh/QemuMacDrivers/blob/master/QemuVGADriver > /src/QemuVga.c. This is the perfect resolution for someone > using  QEMU on a 13" MacBook Pro. QE

Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-30 Thread Benjamin Herrenschmidt
On Sat, 2016-07-30 at 11:42 -0400, Programmingkid wrote: > > I think I can just copy and paste the binary into a file and try > things that way if necessary. Nah, just use git am Cheers, Ben.

Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-30 Thread Programmingkid
I was wondering if you could add the 1200x700 resolution to the list in https://github.com/ozbenh/QemuMacDrivers/blob/master/QemuVGADriver/src/QemuVga.c. This is the perfect resolution for someone using QEMU on a 13" MacBook Pro. QEMU's window fills most of the screen but still allows for easy

Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-30 Thread Alexander Graf
> On 30 Jul 2016, at 17:42, Programmingkid wrote: > > > On Jul 27, 2016, at 5:49 PM, Benjamin Herrenschmidt wrote: > >> On Wed, 2016-07-27 at 10:33 -0400, Programmingkid wrote: >>> Could we see the patches you sent to Mark? Right now when I try to >>> boot QEMU with your patch I see this messa

Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-30 Thread Programmingkid
On Jul 27, 2016, at 5:49 PM, Benjamin Herrenschmidt wrote: > On Wed, 2016-07-27 at 10:33 -0400, Programmingkid wrote: >> Could we see the patches you sent to Mark? Right now when I try to >> boot QEMU with your patch I see this message: qemu-system-ppc: >> Initialization of device VGA failed: fai

[Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-27 Thread Programmingkid
> > The project is at https://github.com/ozbenh/QemuMacDrivers > > This adds a native MacOS driver in ROM (which can be picked up > by MacOS once OpenBIOS has been updated if Mark accepts > the patches I sent him) which allows MacOS classic > (tested 9.2.1) and MacOS X (tested 10.1.4 and 10.4) >