[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] target/i386: SEV: fix compiler warnings on 32-bit hosts
From: |
Paolo Bonzini |
Subject: |
[PATCH 0/5] target/i386: SEV: fix compiler warnings on 32-bit hosts |
Date: |
Thu, 27 Jun 2024 16:53:52 +0200 |
While SEV in practice is unlikely to be used when compiling for 32-bit
environments (it is not even supported by 32-bit kernels), it is easier
and/or nicer to clean up the warts that block compilation, than to add
conditionals in the build system to limit it to 64-bit hosts.
Paolo
Paolo Bonzini (5):
target/i386: SEV: rename sev_snp_guest->id_block
target/i386: SEV: store pointer to decoded id_block in SevSnpGuest
target/i386: SEV: rename sev_snp_guest->id_auth
target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest
target/i386: SEV: fix format strings for 32-bit hosts
target/i386/sev.c | 52 +++++++++++++++++++++++++----------------------
1 file changed, 28 insertions(+), 24 deletions(-)
--
2.45.2
- [PATCH 0/5] target/i386: SEV: fix compiler warnings on 32-bit hosts,
Paolo Bonzini <=
- [PATCH 1/5] target/i386: SEV: rename sev_snp_guest->id_block, Paolo Bonzini, 2024/06/27
- [PATCH 2/5] target/i386: SEV: store pointer to decoded id_block in SevSnpGuest, Paolo Bonzini, 2024/06/27
- [PATCH 3/5] target/i386: SEV: rename sev_snp_guest->id_auth, Paolo Bonzini, 2024/06/27
- [PATCH 4/5] target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest, Paolo Bonzini, 2024/06/27
- [PATCH 5/5] target/i386: SEV: fix format strings for 32-bit hosts, Paolo Bonzini, 2024/06/27