target-i386: xsave: Add FP and SSE bits to x86_ext_save_areas
commite3c9022b4e2b6a4deb6518361d2bbf33522b9198
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 30 Sep 2016 18:49:42 +0000 (30 15:49 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 17 Oct 2016 17:44:49 +0000 (17 15:44 -0200)
treefd5c47901a7da07e28f0753a9961cc1abd99cf3e
parent16d2fcaa509b1ca56eb2fcd8fe877279cf65cccc
target-i386: xsave: Add FP and SSE bits to x86_ext_save_areas

Instead of treating the FP and SSE bits as special cases, add
them to the x86_ext_save_areas array. This will simplify the code
that calculates the supported xsave components and the size of
the xsave area.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c