commit | 6dba8b471cb2b40140b672a9ae9b965a7a132409 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Apr 08 09:55:21 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun May 26 12:51:50 2024 -0700 |
tree | 4a423c00cd7103b3ba6068983ec4c15d20b3019a | |
parent | a2d64d61c1fa1826344fef02e5cc7e331d307e0f [diff] |
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>