qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Patch V0] x86, mce: Basic support to add LMCE support


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [Patch V0] x86, mce: Basic support to add LMCE support to QEMU
Date: Wed, 9 Dec 2015 22:07:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0


On 09/12/2015 20:57, Ashok Raj wrote:
> +    /*
> +     * We need to read back the value of MSREXT_MCG_CTL that was set by the
> +     * guest kernel back into Qemu
> +     */
> +    cs->kvm_vcpu_dirty = false;
> +    cpu_synchronize_state(cs);

This should not be necessary.  I've only skimmed the patches but, apart
from this, the patches look good.  Eduardo knows more than me about
machine types and backwards compatibility to older kernels, however, and
I'm deferring to him on this aspect.

How was this tested?  (In general, how do you test MCE? :))

Paolo



reply via email to

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