Re: [Qemu-devel] [PATCH v2 0/6] target-i386: Increase CPUID level/xlevel/xlevel2 automatically

2016-09-27 Thread Eduardo Habkost
On Thu, Sep 22, 2016 at 11:53:43AM -0300, Eduardo Habkost wrote: > This series fixes the inconsistency between CPUID[7].EBX features > and all the rest of the configurable CPU features. This ensures > that level/xlevel/xlevel2 will be set to appropriate values > depending on the set of features ena

Re: [Qemu-devel] [PATCH v2 0/6] target-i386: Increase CPUID level/xlevel/xlevel2 automatically

2016-09-22 Thread Richard Henderson
On 09/22/2016 07:53 AM, Eduardo Habkost wrote: Eduardo Habkost (6): target-i386: Remove unused X86CPUDefinition::xlevel2 field target-i386: Add a marker to end of the region zeroed on reset tests: Add test code for CPUID level/xlevel handling tests: Test CPUID level handling for old machi