Re: [PATCH v2 1/5] mac_oldworld: Allow loading binary ROM image

2020-06-14 Thread BALATON Zoltan
On Sun, 14 Jun 2020, Mark Cave-Ayland wrote: On 13/06/2020 14:36, BALATON Zoltan wrote: The G3 beige machine has a 4MB firmware ROM. Fix the size of the rom region and allow loading a binary image with -bios. This makes it possible to test emulation with a ROM image from real hardware. Signed-

Re: [PATCH v2 1/5] mac_oldworld: Allow loading binary ROM image

2020-06-14 Thread Mark Cave-Ayland
On 13/06/2020 14:36, BALATON Zoltan wrote: > The G3 beige machine has a 4MB firmware ROM. Fix the size of the rom > region and allow loading a binary image with -bios. This makes it > possible to test emulation with a ROM image from real hardware. > > Signed-off-by: BALATON Zoltan > --- > hw/pp

[PATCH v2 1/5] mac_oldworld: Allow loading binary ROM image

2020-06-13 Thread BALATON Zoltan
The G3 beige machine has a 4MB firmware ROM. Fix the size of the rom region and allow loading a binary image with -bios. This makes it possible to test emulation with a ROM image from real hardware. Signed-off-by: BALATON Zoltan --- hw/ppc/mac_oldworld.c | 24 +++- 1 file cha