[PATCH 0/2] i386/tdx: Fix build on 32-bit host

Cédric Le Goater posted 2 patches 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250602173101.1052983-1-clg@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcelo Tosatti <mtosatti@redhat.com>
There is a newer version of this series
hw/i386/tdvf.c        |  6 +++---
target/i386/kvm/tdx.c | 26 +++++++++++++-------------
2 files changed, 16 insertions(+), 16 deletions(-)
[PATCH 0/2] i386/tdx: Fix build on 32-bit host
Posted by Cédric Le Goater 5 months, 2 weeks ago
Hello,

Here is a little series fixing a build break on 32-bit host.

Thanks,

C.

Cédric Le Goater (2):
  i386/tdx: Fix build on 32-bit host
  i386/tdvf: Fix build on 32-bit host

 hw/i386/tdvf.c        |  6 +++---
 target/i386/kvm/tdx.c | 26 +++++++++++++-------------
 2 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.49.0


Re: [PATCH 0/2] i386/tdx: Fix build on 32-bit host
Posted by Paolo Bonzini 5 months, 2 weeks ago
Queued, thanks.

Paolo