>>> On 09.12.14 at 11:24, wrote:
> - Where in code (Xen 4.2) can I find part responsible for time emulation
> (while tsc_mode=1)
xen/arch/x86/time.c:tsc_set_info() is where things get set up.
> - Where can I find code in Xen which sends the current time to kernel
xen/arch/x86/time.c:__update_vc
Hello,
I'm using Xen 4.2 on CentOS kernel - 3.10.56-11.el6.centos.alt.x86_64
I need to interfere in Xen source code, I would like to ask several
questions:
- How to set tsc_mode to 1 using virt-manager or virt-install tool - or
should I do it in different way?
- Where in code (Xen 4.2) can I fi