From: Benjamin Herrenschmidt Date: Sun, 17 Sep 2017 17:15:42 +0000 (+0100) Subject: ppc/mac: Advertise a high clock frequency for NewWorld Macs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3c0622897e260c5461dd73ddd16fb8055966ea72;p=qemu.git ppc/mac: Advertise a high clock frequency for NewWorld Macs We use 900Mhz, otherwise MacOS X 10.5 refuses to install. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: David Gibson --- diff --git a/hw/ppc/mac_newworld.c b/hw/ppc/mac_newworld.c index d013c412d6..6a2bce181a 100644 --- a/hw/ppc/mac_newworld.c +++ b/hw/ppc/mac_newworld.c @@ -77,7 +77,7 @@ #define MAX_IDE_BUS 2 #define CFG_ADDR 0xf0000510 #define TBFREQ (100UL * 1000UL * 1000UL) -#define CLOCKFREQ (266UL * 1000UL * 1000UL) +#define CLOCKFREQ (900UL * 1000UL * 1000UL) #define BUSFREQ (100UL * 1000UL * 1000UL) #define NDRV_VGA_FILENAME "qemu_vga.ndrv"