Make accesses with wrong width also work as apparently real hardware allows them when the fault is disabled.

Fix DMA register writes if target_phys_addr_t is 64-bit.
Make more functions static.
A timer hack to make PalmOS run in finite time (uses very short timer periods, much shorter than clocksource tick).
Re-calculate internal clock rates on start-up.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3527 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
balrog 2007-11-04 11:42:11 +00:00
parent e616a7e821
commit b854bc196f
3 changed files with 59 additions and 20 deletions

View file

@ -742,4 +742,8 @@ void omap_clk_init(struct omap_mpu_state_s *mpu)
j->multiplier = j->multiplier ?: 1;
j ++;
}
for (j = mpu->clks; count --; j ++) {
omap_clk_update(j);
omap_clk_rate_update(j);
}
}