]> Git Repo - qemu.git/commit - target/i386/cpu.c
target-i386: xsave: Add FP and SSE bits to x86_ext_save_areas
authorEduardo Habkost <[email protected]>
Fri, 30 Sep 2016 18:49:42 +0000 (15:49 -0300)
committerEduardo Habkost <[email protected]>
Mon, 17 Oct 2016 17:44:49 +0000 (15:44 -0200)
commite3c9022b4e2b6a4deb6518361d2bbf33522b9198
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 <[email protected]>
target-i386/cpu.c
This page took 0.027212 seconds and 4 git commands to generate.