- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a few questions regarding the Intel Xeon 4510 CPU and its support for TDX TD-partitioning:
1. I want to know if td-partitioning is currently available and if there are any documents about the deployment of td-partitioning? I could only find a repository on GitHub https://github.com/intel/td-partitioning.git , but it has already been abandoned.
2. As the issue window of the GitHub repository is closed, I need to raise the problems I encountered when setting up td-partitioning in this community. There is a problem when using L1-QEMU to launch L1-VMM: "qemu-system-x86_64: cpus are not resettable, terminating". Does the TDX enlightened host L0 not support KVM vcpu reset?
3. The kernel boot parameter dmesg reports "[ 3.605856] tdx: SEAMCALL failed: leaf 254, error 0xc000050500000000. [ 3.605878] tdx: TDDEBUGCONFIG isn't supported." I cannot find the corresponding function of SEAMCALL leaf 254 in the existing documents. Will this affect td-partitioning?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Everything runs great after changing the wrong initramfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I still have a doubt. Does anyone know whether the current TD-partitioning supports to launch multiple L2 TD VMs in a L1 VMM?
I was able to successfully launch one L2 TD VM, but starting a second one fails. It seems to be related to memmap restrictions in the current implementation.
Specifically, corresponding config of L1 VMM:
-append "root=/dev/vda1 rw console=hvc0 nomce no-kvmclock no-steal-acc ignore_loglevel nopat memmap=1023M\$1M memmap=2G\$4G"
Then set up memmap for L2 VM, I use:
-object memory-backend-file,mem-path=/dev/mem,size=${MEMORY},share=on,id=mem0 \
-M q35,accel=kvm,kvm-type=td-part,memory-backend=mem0,max-ram-below-4g=1G
https://github.com/intel/td-partitioning/blob/td_part_l0_vmm/TD_PARTITIONING_README.md

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page