mbox series

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

Message ID 20240626194950.1725800-1-richard.henderson@linaro.org
Headers show
Series target/i386/sev: Fix 32-bit host build issues | expand

Message

Richard Henderson June 26, 2024, 7:49 p.m. UTC
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 ++++++++++++++++++++++------------------
 target/i386/trace-events |  2 +-
 2 files changed, 24 insertions(+), 19 deletions(-)

Comments

Philippe Mathieu-Daudé June 27, 2024, 6:17 a.m. UTC | #1
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>
Paolo Bonzini June 27, 2024, 2:58 p.m. UTC | #2
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
>