Update the book

This commit is contained in:
Xinyi Yu 2026-01-26 07:50:48 +00:00 committed by Tate, Hongliang Tian
parent b2ea514556
commit 76586dd6fb
1 changed files with 3 additions and 0 deletions

View File

@ -26,5 +26,8 @@ ioctl(
.. ..
); );
// Control block devices
ioctl(fd, op = BLKGETSIZE64, ..);
// Control Trust Domain Extensions (TDX) guest devices // Control Trust Domain Extensions (TDX) guest devices
ioctl(fd, op = TDX_CMD_GET_REPORT0, ..); ioctl(fd, op = TDX_CMD_GET_REPORT0, ..);