]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Use xsave structs for ext_save_area
authorEduardo Habkost <ehabkost@redhat.com>
Sat, 28 Nov 2015 16:32:26 +0000 (14:32 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 23 May 2016 16:19:36 +0000 (13:19 -0300)
commitee1b09f695dcd8532f470e53297473bd3bc88718
tree7ca643b8925986de7f4ae50d52b486c772ff0564
parentb503717d28e8f7eff39bf38624e6cf42687d951a
target-i386: Use xsave structs for ext_save_area

This doesn't introduce any change in the code, as the offsets and
struct sizes match what was present in the table. This can be
validated by the QEMU_BUILD_BUG_ON lines on target-i386/cpu.h,
which ensures the struct sizes and offsets match the existing
values in ext_save_area.

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