qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V5 2/2] Enabling IA32_TSC_ADJUST for KVM guest V


From: Marcelo Tosatti
Subject: Re: [Qemu-devel] [PATCH V5 2/2] Enabling IA32_TSC_ADJUST for KVM guest VM support
Date: Thu, 29 Nov 2012 18:43:51 -0200
User-agent: Mutt/1.5.21 (2010-09-15)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]