Re: [PATCH 4/5] target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest

2024-06-27 Thread Richard Henderson
On 6/27/24 07:53, Paolo Bonzini wrote: Do not rely on finish->id_auth_uaddr, so that there are no casts from pointer to uint64_t. They break on 32-bit hosts. Signed-off-by: Paolo Bonzini --- target/i386/sev.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) Reviewed-by:

[PATCH 4/5] target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest

2024-06-27 Thread Paolo Bonzini
Do not rely on finish->id_auth_uaddr, so that there are no casts from pointer to uint64_t. They break on 32-bit hosts. Signed-off-by: Paolo Bonzini --- target/i386/sev.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/target/i386/sev.c b/target/i386/sev.c index