On Wed, Jun 25, 2025 at 03:33:10PM +0800, Xiaoyao Li wrote: > Date: Wed, 25 Jun 2025 15:33:10 +0800 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH v2] i386/tdx: Build TDX only for 64-bit target > X-Mailer: git-send-email 2.43.0 > > Build errors related to TDX were reported when QEMU built on 32-bit > host[1][2]. > > Since TDX cannot work on 32-bit host and it's also not worth supporting > TDX with 32-bit QEMU, limit TDX to 64-bit target only. > > [1] > https://lore.kernel.org/qemu-devel/20250602173101.1052983-1-...@redhat.com/ > [2] > https://lore.kernel.org/qemu-devel/b8171c39-6a92-4078-a59a-a63d7452e...@kaod.org/ > > Suggested-by: Cédric Le Goater <c...@redhat.com> > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > --- > hw/i386/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>