Re: [Qemu-devel] [PATCH 0/7] target-i386: xsave CPUID handling refactor

2016-09-27 Thread Eduardo Habkost
On Fri, Sep 23, 2016 at 04:45:29PM -0300, Eduardo Habkost wrote: > This series refactor the xsave CPUID handling so it won't > silently disable any XSAVE components on CPUID[0xD] in case the > host doesn't support it. It will instead use the exisitng > check/enforce logic for filtering the CPUID bi

[Qemu-devel] [PATCH 0/7] target-i386: xsave CPUID handling refactor

2016-09-23 Thread Eduardo Habkost
This series refactor the xsave CPUID handling so it won't silently disable any XSAVE components on CPUID[0xD] in case the host doesn't support it. It will instead use the exisitng check/enforce logic for filtering the CPUID bits and checking for host-side support. This series is available on git a