diff options
author | Juan Quintela <quintela@redhat.com> | 2009-09-29 22:48:54 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-05 09:32:41 -0500 |
commit | 60a902f1c329757705dea416abd741c1f11d3186 (patch) | |
tree | 94365c90f2bf7dee12f6b528e662a1d091348d45 /target-i386/cpu.h | |
parent | bfc179b60cb74cf33d27a61c14c5b41e6695c3ff (diff) | |
download | qemu-60a902f1c329757705dea416abd741c1f11d3186.zip |
x86: add fpregs_format_vmstate
Don't even ask, being able to load/save between 64<->80bit floats should be forbidden
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 731a22a9d9..f069018700 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -596,6 +596,7 @@ typedef struct CPUX86State { uint16_t fpus; uint16_t fpus_vmstate; uint16_t fptag_vmstate; + uint16_t fpregs_format_vmstate; uint16_t fpuc; uint8_t fptags[8]; /* 0 = valid, 1 = empty */ union { |