qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [qom-cpu PATCH 00/10] target-i386: Support check/enforc


From: Richard Henderson
Subject: Re: [Qemu-devel] [qom-cpu PATCH 00/10] target-i386: Support check/enforce flags in TCG mode, too
Date: Fri, 28 Feb 2014 13:32:28 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 02/28/2014 12:21 PM, Eduardo Habkost wrote:
> This removes some duplication in the CPU feature checking and filtering code 
> in
> cpu.c, and as a nice side-effect, will make the "check" and "enforce" flags 
> work
> in TCG mode too.
> 
> Eduardo Habkost (10):
>   target-i386: Simplify reporting of unavailable features
>   target-i386: Merge feature filtering/checking functions
>   target-i386: Pass FeatureWord argument to
>     report_unavailable_features()
>   target-i386: Isolate KVM-specific code on CPU feature filtering logic
>   target-i386: Make TCG feature filtering more readable
>   target-i386: Filter FEAT_7_0_EBX TCG features too
>   target-i386: Filter KVM and 0xC0000001 features on TCG
>   target-i386: Define TCG_*_FEATURES earlier on cpu.c
>   target-i386: Loop-based feature word filtering in TCG mode
>   target-i386: Support check/enforce flags in TCG mode, too
> 
>  target-i386/cpu.c | 215 
> +++++++++++++++++++++++++++---------------------------
>  1 file changed, 107 insertions(+), 108 deletions(-)
> 

Reviewed-by: Richard Henderson <address@hidden>

r~



reply via email to

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