mbox series

[0/5] target/i386: SEV: fix compiler warnings on 32-bit hosts

Message ID 20240627145357.1038664-1-pbonzini@redhat.com (mailing list archive)
Headers show
Series target/i386: SEV: fix compiler warnings on 32-bit hosts | expand

Message

Paolo Bonzini June 27, 2024, 2:53 p.m. UTC
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(-)