commit | dd1b2fb554fb0ace09319e96b21e3b776eb7f5ba | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 26 19:05:21 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 28 19:26:54 2024 +0200 |
tree | aac2f37d7e5180989e449d8f4a218dd985e7116d | |
parent | 68c3aa3e97d843b080d5e445ff3a900f6f703471 [diff] |
target/i386: SEV: store pointer to decoded id_block in SevSnpGuest Do not rely on finish->id_block_uaddr, so that there are no casts from pointer to uint64_t. They break on 32-bit hosts. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>