Re: [Qemu-devel] [PATCH v4 1/3] x86: Data structure changes to support MSR based features

2018-09-19 Thread Eduardo Habkost
Hi, Thanks for the patch, and sorry for taking so long to review it. On Sun, Sep 02, 2018 at 07:46:05PM +0800, Robert Hoo wrote: > Add FeatureWordType indicator in struct FeatureWordInfo. > Change feature_word_info[] accordingly. > Change existing functions that refer to feature_word_info[]

[Qemu-devel] [PATCH v4 1/3] x86: Data structure changes to support MSR based features

2018-09-02 Thread Robert Hoo
Add FeatureWordType indicator in struct FeatureWordInfo. Change feature_word_info[] accordingly. Change existing functions that refer to feature_word_info[] accordingly. Signed-off-by: Robert Hoo --- target/i386/cpu.c | 172 +- 1 file changed,