[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Debugging DomU
Hi Julien, >For DOMU, the timer frequency is retrieved from CNTFRQ_EL0. >This register has to be setup correctly by the firmware/bootloader. >Do you know if the timer node in the device tree for your platform has a >property "clock-frequency"? If yes, it will be very likely CNTFRQ_EL0 is not >correctly set. It does indeed. I think I understand what's happening, then. Bootloader is running only on core 0, and is setting CNTFRQ. When DomU runs, its vcpu0 runs on a random physical core. If it happens to run on core0, everything is fine. If it happens to run on any other core, though, it fails because CNTFRQ is zero. So I need to ensure that CNTFRQ is set for the other cores. Chris _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |