qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] i386: Don't build TDX for 32-bit target
@ 2025-06-25  3:49 Xiaoyao Li
  2025-06-25  3:49 ` [PATCH 1/2] i386/Kconfig: Make I386 and X86_64 independant Xiaoyao Li
  2025-06-25  3:49 ` [PATCH 2/2] i386/tdx: Don't build TDX for 32bit target Xiaoyao Li
  0 siblings, 2 replies; 6+ messages in thread
From: Xiaoyao Li @ 2025-06-25  3:49 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Philippe Mathieu-Daudé, Cédric Le Goater,
	Daniel P. Berrangé, xiaoyao.li, qemu-devel

Build errors of TDX were reported when built on 32-bit host[1][2].
People were agreed to disable TDX on 32-bit build[3].

This series implemnts the agreement that it makes TDX available when
!I386.

[1] https://lore.kernel.org/qemu-devel/20250602173101.1052983-1-clg@redhat.com/
[2] https://lore.kernel.org/qemu-devel/b8171c39-6a92-4078-a59a-a63d7452e1e9@kaod.org/
[3] https://lore.kernel.org/qemu-devel/a838e7cc-968e-4ca4-ba60-bbf201d689aa@redhat.com/

Xiaoyao Li (2):
  i386/Kconfig: Make I386 and X86_64 independant
  i386/tdx: Don't build TDX for 32bit target

 hw/i386/Kconfig     | 12 ++++++------
 target/i386/Kconfig |  1 -
 2 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-25  7:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25  3:49 [PATCH 0/2] i386: Don't build TDX for 32-bit target Xiaoyao Li
2025-06-25  3:49 ` [PATCH 1/2] i386/Kconfig: Make I386 and X86_64 independant Xiaoyao Li
2025-06-25  3:49 ` [PATCH 2/2] i386/tdx: Don't build TDX for 32bit target Xiaoyao Li
2025-06-25  5:59   ` Cédric Le Goater
2025-06-25  6:36     ` Xiaoyao Li
2025-06-25  7:12       ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).