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

Richard Henderson posted 3 patches 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240626194950.1725800-1-richard.henderson@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
target/i386/sev.c        | 41 ++++++++++++++++++++++------------------
target/i386/trace-events |  2 +-
2 files changed, 24 insertions(+), 19 deletions(-)
[PATCH 0/3] target/i386/sev: Fix 32-bit host build issues
Posted by Richard Henderson 5 months ago
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(-)

-- 
2.34.1
Re: [PATCH 0/3] target/i386/sev: Fix 32-bit host build issues
Posted by Paolo Bonzini 5 months ago
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
>
Re: [PATCH 0/3] target/i386/sev: Fix 32-bit host build issues
Posted by Philippe Mathieu-Daudé 5 months ago
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>