Message ID | 20240626194950.1725800-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | target/i386/sev: Fix 32-bit host build issues | expand |
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é <philmd@linaro.org>
On Wed, Jun 26, 2024 at 9:49 PM Richard Henderson <richard.henderson@linaro.org> 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-pbonzini@redhat.com/ (patches 1-4) Paolo > 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 ++++++++++++++++++++++------------------ > target/i386/trace-events | 2 +- > 2 files changed, 24 insertions(+), 19 deletions(-) > > -- > 2.34.1 >