target/i386: Add {hw,sw}_reserved to X86LegacyXSaveArea
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 8 Apr 2024 19:55:21 +0000 (09:55 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 26 May 2024 19:51:50 +0000 (12:51 -0700)
commit6dba8b471cb2b40140b672a9ae9b965a7a132409
tree4a423c00cd7103b3ba6068983ec4c15d20b3019a
parenta2d64d61c1fa1826344fef02e5cc7e331d307e0f
target/i386: Add {hw,sw}_reserved to X86LegacyXSaveArea

This completes the 512 byte structure, allowing the union to
be removed.  Assert that the structure layout is as expected.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/cpu.h