]> git.ipfire.org Git - thirdparty/qemu.git/commit
sam460ex: Fix timer frequency and clock multipliers
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 5 Apr 2018 22:42:48 +0000 (00:42 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 10 Apr 2018 00:05:38 +0000 (10:05 +1000)
commitf8815532dcf145dfde8da42697556239bb95c849
treeb14e321555b3e855c76bae6b84567210e9de30b2
parent99b336cdd906ba467a5fa0a1c4face3a9bde8d77
sam460ex: Fix timer frequency and clock multipliers

We only emulate timer running at CPU frequency which is what most
guests expect so set the frequency to match real hardware. This also
allows setting clock multipliers which caused slowdown previously due
to wrong timer frequency.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc440_uc.c
hw/ppc/sam460ex.c