On 09 Aug 2016, at 13:55, Benjamin Herrenschmidt benh@kernel.crashing.org wrote:
On Tue, 2016-08-09 at 09:15 +0200, Howard Spoelstra wrote:
Hi, I tested both OpenBIOS and Qemu from your branches in OSX, using mac model mac99p. Terminal says:
MACIO: Creating PMU qemu-system-ppc-wip: Unknown device 'via-pmu' for default sysbus
Check you updated the qemu config. I added a new device, you need CONFIG_MAC_PMU, the qemu build system won't pick that up automatically.
I don't remember how I did it, I think make defconfig or something like that..
Cheers, Ben.
Great to see Leopard running. Nice work!
I fixed the error by adding CONFIG_MAC_PMU=y to the default config for ppc-softmmu.mak Builds from your source fix the USB problem in OpenBIOS mainline needing the -device ich9-usb-uhci1,id=newusb -device usb-mouse,bus=newusb.0 to get mouse/kb going in 10.5. Leopard now has mouse/keyboard working without any specific USB parameters.
I notice the problem in Puma (10.1) It seems there is some timer error?, as e.g., the time remaining for installation fluctuates like crazy (1600 hrs to go), and the beachball spins like mad. At boot there is a too rapid succession of “still waiting for boot device” . Just guessing, but might a timing issue also explain the slowness of Leopard?
Best, Howard
On Wed, 2016-08-10 at 11:26 +0200, Howard Spoelstra wrote:
I notice the problem in Puma (10.1) It seems there is some timer error?, as e.g., the time remaining for installation fluctuates like crazy (1600 hrs to go), and the beachball spins like mad. At boot there is a too rapid succession of “still waiting for boot device” . Just guessing, but might a timing issue also explain the slowness of Leopard?
Possible. I'm not really sure, I haven't had too much of a chance to investigate but it's quite possible that there's a problem with time base calibration.
Though the VIA part of the PMU is identical to the CUDA part (unless I missed something up ...)
Cheers, Ben.
On Wed, 2016-08-10 at 20:54 +1000, Benjamin Herrenschmidt wrote:
On Wed, 2016-08-10 at 11:26 +0200, Howard Spoelstra wrote:
I notice the problem in Puma (10.1) It seems there is some timer error?, as e.g., the time remaining for installation fluctuates like crazy (1600 hrs to go), and the beachball spins like mad. At boot there is a too rapid succession of “still waiting for boot device” . Just guessing, but might a timing issue also explain the slowness of Leopard?
Possible. I'm not really sure, I haven't had too much of a chance to investigate but it's quite possible that there's a problem with time base calibration.
Though the VIA part of the PMU is identical to the CUDA part (unless I missed something up ...)
Regarding Leopard, I think that it's just slow :-) I installed it on my old Mini G5 and it's definitely much slower than Tiger accross the board.
Chers, Ben.
On Aug 10, 2016, at 6:56 AM, Benjamin Herrenschmidt wrote:
On Wed, 2016-08-10 at 20:54 +1000, Benjamin Herrenschmidt wrote:
On Wed, 2016-08-10 at 11:26 +0200, Howard Spoelstra wrote:
I notice the problem in Puma (10.1) It seems there is some timer error?, as e.g., the time remaining for installation fluctuates like crazy (1600 hrs to go), and the beachball spins like mad. At boot there is a too rapid succession of “still waiting for boot device” . Just guessing, but might a timing issue also explain the slowness of Leopard?
Possible. I'm not really sure, I haven't had too much of a chance to investigate but it's quite possible that there's a problem with time base calibration.
Though the VIA part of the PMU is identical to the CUDA part (unless I missed something up ...)
Regarding Leopard, I think that it's just slow :-) I installed it on my old Mini G5 and it's definitely much slower than Tiger accross the board.
What is a Mini G5?
On Wed, 2016-08-10 at 11:01 -0400, Programmingkid wrote:
Regarding Leopard, I think that it's just slow :-) I installed it
on my
old Mini G5 and it's definitely much slower than Tiger accross the
board.
What is a Mini G5?
A typo :-)
Mini G4, ie, PowerMac10,1
Cheers, Ben.
On Aug 10, 2016, at 5:31 PM, Benjamin Herrenschmidt wrote:
On Wed, 2016-08-10 at 11:01 -0400, Programmingkid wrote:
Regarding Leopard, I think that it's just slow :-) I installed it
on my
old Mini G5 and it's definitely much slower than Tiger accross the
board.
What is a Mini G5?
A typo :-)
Mini G4, ie, PowerMac10,1
Cheers, Ben.
Ok.
Just curious, if you have noticed how poorly audio plays in Mac OS 9 and 10 guests, would you know why?