]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Use struct X86XSaveArea in fpu_helper.c
authorRichard Henderson <rth@twiddle.net>
Wed, 6 Jul 2016 20:35:00 +0000 (13:35 -0700)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 19 Sep 2016 18:34:35 +0000 (15:34 -0300)
commit3f32bd21df655e62eb271182a5c63280d631c7b3
tree6edf1fb66d7ce7fdc8551a8b8e610d8a1ef63ffb
parent33e1666b4289313306371fee0740f5c85517e406
target-i386: Use struct X86XSaveArea in fpu_helper.c

This avoids a double hand-full of magic numbers in the
xsave and xrstor helper functions.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c
target-i386/cpu.h
target-i386/fpu_helper.c