[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/8] target-i386: Simplify kvm_cpu_fill_host() a
From: |
Eduardo Habkost |
Subject: |
Re: [Qemu-devel] [PATCH 0/8] target-i386: Simplify kvm_cpu_fill_host() and kvm_check_features_against_host() |
Date: |
Wed, 11 Dec 2013 14:07:03 -0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Ping? Any comments?
On Sun, Nov 24, 2013 at 05:55:32PM -0200, Eduardo Habkost wrote:
> This series simplifies kvm_cpu_fill_host() and
> kvm_check_features_against_host() to simply use FeatureWord &
> feature_word_info
> loops to fill/check feature words.
>
> The initial motivation for this was to avoid hacks involving the "host" CPU
> class on the forthcoming conversion of CPU models to be X86CPU subclasses.
> Instead of requiring the kvm_arch_get_supported_cpuid() results to be stored
> in
> the class struct for "host" (thus requiring KVM initialization hacks).
>
> Eduardo Habkost (8):
> target-i386: kvm_cpu_fill_host(): Kill unused code
> target-i386: kvm_cpu_fill_host(): No need to check level
> target-i386: kvm_cpu_fill_host(): No need to check CPU vendor
> target-i386: kvm_cpu_fill_host(): No need to check xlevel2
> target-i386: kvm_cpu_fill_host(): Set all feature words at end of
> function
> target-i386: kvm_cpu_fill_host(): Fill feature words in a loop
> target-i386: kvm_check_features_against_host(): Kill feature word
> array
> target-i386: kvm_check_features_against_host(): Don't use
> kvm_cpu_fill_host()
>
> target-i386/cpu.c | 89
> +++++++++++++------------------------------------------
> 1 file changed, 20 insertions(+), 69 deletions(-)
>
> --
> 1.8.3.1
>
>
--
Eduardo
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [PATCH 0/8] target-i386: Simplify kvm_cpu_fill_host() and kvm_check_features_against_host(),
Eduardo Habkost <=