qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 1/2] i386: rewrite way CPUID index is validat


From: Kashyap Chamarthy
Subject: Re: [Qemu-devel] [PATCH v4 1/2] i386: rewrite way CPUID index is validated
Date: Fri, 19 May 2017 16:58:23 +0200
User-agent: Mutt/1.6.0.1 (2016-04-01)

On Tue, May 09, 2017 at 02:27:35PM +0100, Daniel P. Berrange wrote:
> Change the nested if statements into a flat format, to make
> it clearer what validation / capping is being performed on
> different CPUID index values.
> 
> NB this changes behaviour when "index > env->cpuid_xlevel2".
> This won't have any guest-visible effect because no there is
> no CPUID[0xC0000001]

Nit: When applying, maybe the maintainer could fix the typo:

"because no there is no" -> "because there is no"

> feature supported by TCG, and KVM code
> will never call cpu_x86_cpuid() with such an index value.
> 
> Reviewed-by: Eduardo Habkost <address@hidden>
> Signed-off-by: Daniel P. Berrange <address@hidden>
> ---
>  target/i386/cpu.c | 35 +++++++++++++++--------------------
>  1 file changed, 15 insertions(+), 20 deletions(-)
> 

[...]

-- 
/kashyap



reply via email to

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