On Thu, Nov 29, 2012 at 07:21:28PM +0000, Auld, Will wrote:
> Marcelo,
> 
> The behavior on reset is to return the TSC_AJUST msr value to 0x0. I am 
> currently initializing this emulated msr in kvm_arch_vcpu_init(). 

Will,

Reset is handled by QEMU. kvm_arch_vcpu_init is only called during vcpu
allocation (ie vm creation). See x86_cpu_reset in QEMU's
target-i386/cpu.c file.

> 
> >- Behaviour on reset: what is the behaviour on RESET?
> 
> I am testing the rebase now. I would like to get any needed changes for this 
> initialization into my next patch set version (v6) if possible.

For the kernel patch, everything is fine. Apparently for the QEMU patch
it is  necessary to set value to zero on reset.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to