Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-09-01 Thread Programmingkid
> On Sep 1, 2021, at 5:08 AM, BALATON Zoltan wrote: > > On Tue, 31 Aug 2021, Programmingkid wrote: >> I just realized, I sent a patch to the developer list that fixes the missing >> qemu_vga.ndrv problem, but I do not know which maintainer to send it to. Who >> maintains the configure script

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-09-01 Thread BALATON Zoltan
On Tue, 31 Aug 2021, Programmingkid wrote: I just realized, I sent a patch to the developer list that fixes the missing qemu_vga.ndrv problem, but I do not know which maintainer to send it to. Who maintains the configure script? A search of the maintainers page was not clear as to who this is.

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Programmingkid
> On Aug 31, 2021, at 5:08 PM, BALATON Zoltan wrote: > > On Tue, 31 Aug 2021, Programmingkid wrote: >>> On Aug 30, 2021, at 5:47 PM, BALATON Zoltan wrote: > >>> On Mon, 30 Aug 2021, Peter Maydell wrote: On Mon, 30 Aug 2021 at 21:29, Programmingkid wrote: > I found out that th

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread BALATON Zoltan
On Tue, 31 Aug 2021, Programmingkid wrote: On Aug 30, 2021, at 5:47 PM, BALATON Zoltan wrote: On Mon, 30 Aug 2021, Peter Maydell wrote: On Mon, 30 Aug 2021 at 21:29, Programmingkid wrote: I found out that there are two pc-bios folders. One in the root directory and one in the build directo

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Programmingkid
> On Aug 31, 2021, at 11:57 AM, Peter Maydell wrote: > > On Tue, 31 Aug 2021 at 16:50, Programmingkid > wrote: >> Then I ran './configure --target-list=ppc-softmmu && make -j 9'. >> The pc-bios folder in the build directory was still populated with >> all the files (except for qemu_vga.ndrv)

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Peter Maydell
On Tue, 31 Aug 2021 at 16:50, Programmingkid wrote: > Then I ran './configure --target-list=ppc-softmmu && make -j 9'. > The pc-bios folder in the build directory was still populated with > all the files (except for qemu_vga.ndrv). Anyone knows what exactly > populates the pc-bios folder in the bu

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Programmingkid
> On Aug 30, 2021, at 5:47 PM, BALATON Zoltan wrote: > > On Mon, 30 Aug 2021, Peter Maydell wrote: >> On Mon, 30 Aug 2021 at 21:29, Programmingkid >> wrote: >>> I found out that there are two pc-bios folders. One in the root directory >>> and one in the build directory. QEMU is looking in th

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Programmingkid
> On Aug 30, 2021, at 4:59 PM, Peter Maydell wrote: > > On Mon, 30 Aug 2021 at 21:29, Programmingkid > wrote: >> I found out that there are two pc-bios folders. One in the root directory >> and one in the build directory. QEMU is looking in the pc-bios folder >> located inside the build fold

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-30 Thread BALATON Zoltan
On Mon, 30 Aug 2021, Peter Maydell wrote: On Mon, 30 Aug 2021 at 21:29, Programmingkid wrote: I found out that there are two pc-bios folders. One in the root directory and one in the build directory. QEMU is looking in the pc-bios folder located inside the build folder. The qemu_vga.ndrv file i

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-30 Thread Peter Maydell
On Mon, 30 Aug 2021 at 21:29, Programmingkid wrote: > I found out that there are two pc-bios folders. One in the root directory > and one in the build directory. QEMU is looking in the pc-bios folder > located inside the build folder. The qemu_vga.ndrv file is only located > in the root directory

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-30 Thread Programmingkid
> On Aug 29, 2021, at 8:17 AM, Peter Maydell wrote: > > On Sun, 29 Aug 2021 at 11:18, Mark Cave-Ayland > wrote: >> What I don't understand is that the binary is installed by default in QEMU's >> sharedir >> so everything works out of the box with "make install". Do you have some >> kind of

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-29 Thread Programmingkid
> On Aug 29, 2021, at 8:17 AM, Peter Maydell wrote: > > On Sun, 29 Aug 2021 at 11:18, Mark Cave-Ayland > wrote: >> What I don't understand is that the binary is installed by default in QEMU's >> sharedir >> so everything works out of the box with "make install". Do you have some >> kind of

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-29 Thread Peter Maydell
On Sun, 29 Aug 2021 at 11:18, Mark Cave-Ayland wrote: > What I don't understand is that the binary is installed by default in QEMU's > sharedir > so everything works out of the box with "make install". Do you have some kind > of > custom installer which is doing something different? John has ha

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-29 Thread Mark Cave-Ayland
On 27/08/2021 19:14, John Arbuckle wrote: I was having a problem with missing video resolutions in my Mac OS 9 VM. When I ran QEMU it gave no indication as to why these resolutions were missing. I found out that the OpenFirmware VGA driver was not being loaded. To prevent anyone from going thru

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-28 Thread David Gibson
On Fri, Aug 27, 2021 at 11:15:26PM +0200, BALATON Zoltan wrote: > On Fri, 27 Aug 2021, John Arbuckle wrote: > > I was having a problem with missing video resolutions in my Mac OS 9 VM. > > When I > > ran QEMU it gave no indication as to why these resolutions were missing. I > > found > > out that

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-27 Thread BALATON Zoltan
On Fri, 27 Aug 2021, John Arbuckle wrote: I was having a problem with missing video resolutions in my Mac OS 9 VM. When I ran QEMU it gave no indication as to why these resolutions were missing. I found out that the OpenFirmware VGA driver was not being loaded. To prevent anyone from going thru

[PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-27 Thread John Arbuckle
I was having a problem with missing video resolutions in my Mac OS 9 VM. When I ran QEMU it gave no indication as to why these resolutions were missing. I found out that the OpenFirmware VGA driver was not being loaded. To prevent anyone from going thru the same trouble I went thru I added message