Re: [PATCH 0/3] target/i386/sev: Fix 32-bit host build issues

2024-06-27 Thread Paolo Bonzini
On Wed, Jun 26, 2024 at 9:49 PM Richard Henderson wrote: > I separated the fixes into 3 smaller patches > that may be easier to review. Oops, I missed this. I queued patches 2-3, while for the first one I prefer the version I sent at https://lore.kernel.org/qemu-devel/20240627145357.1038664-1-pb

Re: [PATCH 0/3] target/i386/sev: Fix 32-bit host build issues

2024-06-26 Thread Philippe Mathieu-Daudé
On 26/6/24 21:49, Richard Henderson wrote: Richard Henderson (3): target/i386/sev: Cast id_auth_uaddr through uintptr_t target/i386/sev: Use size_t for object sizes target/i386/sev: Fix printf formats Series: Reviewed-by: Philippe Mathieu-Daudé

[PATCH 0/3] target/i386/sev: Fix 32-bit host build issues

2024-06-26 Thread Richard Henderson
I separated the fixes into 3 smaller patches that may be easier to review. r~ Richard Henderson (3): target/i386/sev: Cast id_auth_uaddr through uintptr_t target/i386/sev: Use size_t for object sizes target/i386/sev: Fix printf formats target/i386/sev.c| 41 ++-